From 435732021833ab48172b3005852a1eeb88af4af5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 11:06:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/configtables/run.csv | 2 +- doc/tutorial.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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?