Skip to content

Commit

Permalink
Update building.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpfenninger authored Oct 25, 2023
1 parent 66b05a0 commit 69fb53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The ``init`` configuration items are accessed when you initialise your model (`c
The ``build`` configuration items are accessed when you build your optimisation problem (`calliope.Model.build(...)`).
The ``solve`` configuration items are accessed when you solve your optimisation problem (`calliope.Model.solve(...)`).

At each of these stages you can override what you have put in your YAML file, or the default calliope will use when you have defined nothing, by providing additional keyword arguments on calling `calliope.Model` or its methods. E.g.,:
At each of these stages you can override what you have put in your YAML file (or if not in your YAML file, the default that Calliope uses), by providing additional keyword arguments on calling `calliope.Model` or its methods. E.g.,:

.. code-block:: python
Expand Down

0 comments on commit 69fb53a

Please sign in to comment.