From 02db0b23fee56bbbc1a39f3abc88930ded6e91ea Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Sun, 17 Nov 2019 13:01:45 +0000 Subject: [PATCH] added readme to docs and examples --- examples/examples_run_binary.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/examples_run_binary.py b/examples/examples_run_binary.py index 96f383230..b7ffef5c5 100644 --- a/examples/examples_run_binary.py +++ b/examples/examples_run_binary.py @@ -110,7 +110,7 @@ def run_example_binary_with_custom_logging(): # Do whatever you like with the dataframe. print(df) -run_example_binary_with_custom_logging() +# run_example_binary_with_custom_logging() def run_example_binary_with_writing_logfile(): """ @@ -141,4 +141,4 @@ def run_example_binary_with_writing_logfile(): # Some routine to plot. -# run_example_binary_with_writing_logfile() \ No newline at end of file +# run_example_binary_with_writing_logfile() -- GitLab