Skip to content

Commit

Permalink
Merge pull request #736 from ekatef/fix_tutorial-sec_typo
Browse files Browse the repository at this point in the history
Fix a typo in the docs
  • Loading branch information
fneum authored Sep 10, 2023
2 parents 02bffdb + 4ae4be9 commit fe961e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorial_sector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To run an overnight / greenfiled scenario with the specifications above, run

.. code:: bash
snakemake -call --configfile config/test/config.overnight.yaml all
snakemake -call all --configfile config/test/config.overnight.yaml
which will result in the following *additional* jobs ``snakemake`` wants to run
on top of those already included in the electricity-only tutorial:
Expand Down Expand Up @@ -318,7 +318,7 @@ To run a myopic foresight scenario with the specifications above, run

.. code:: bash
snakemake -call --configfile config/test/config.myopic.yaml all
snakemake -call all --configfile config/test/config.myopic.yaml
which will result in the following *additional* jobs ``snakemake`` wants to run:

Expand Down

0 comments on commit fe961e6

Please sign in to comment.