Merge pull request #782 from Tomkourou/update-tutorial-docs

docs: 📝 update config.electricity path
This commit is contained in:
Fabian Neumann 2023-11-22 12:59:27 +01:00 committed by GitHub
commit 867b743f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ full model, which allows the user to explore most of its functionalities on a
local machine. The tutorial will cover examples on how to configure and
customise the PyPSA-Eur model and run the ``snakemake`` workflow step by step
from network creation to the solved network. The configuration for the tutorial
is located at ``test/config.electricity.yaml``. It includes parts deviating from
is located at ``config/test/config.electricity.yaml``. It includes parts deviating from
the default config file ``config/config.default.yaml``. To run the tutorial with this
configuration, execute
@ -96,7 +96,7 @@ open-source solver GLPK.
:start-at: solver:
:end-before: plotting:
Note, that ``test/config.electricity.yaml`` only includes changes relative to
Note, that ``config/test/config.electricity.yaml`` only includes changes relative to
the default configuration. There are many more configuration options, which are
documented at :ref:`config`.