diff --git a/doc/configtables/run.csv b/doc/configtables/run.csv index 012b94c6..90cf65ad 100644 --- a/doc/configtables/run.csv +++ b/doc/configtables/run.csv @@ -2,4 +2,4 @@ name,--,"any string","Specify a name for your run. Results will be stored under this name." disable_progrssbar,bool,"{true, false}","Switch to select whether progressbar should be disabled." shared_resources,bool,"{true, false}","Switch to select whether resources should be shared across runs." -shared_cutouts,bool,"{true, false}","Switch to select whether cutouts should be shared across runs." \ No newline at end of file +shared_cutouts,bool,"{true, false}","Switch to select whether cutouts should be shared across runs." diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 72649619..254b58d6 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -305,7 +305,7 @@ configuration file. commit to a run: .. code:: bash - + snakemake -call solve_elec_networks -n How to analyse results?