Skip to content

Commit

Permalink
Fix YAML includes in Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Dec 30, 2020
1 parent 6468792 commit a14d86c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The inputs are passed through a YAML configuration file. The YAML input has thre

The structure of a YAML configuration file is illustrated by the following *minimal example*:

.. literalinclude:: ../yaml/minimal.yaml
.. literalinclude:: ../ctwrap/yaml/minimal.yaml
:language: yaml

Running a Batch Job
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/equilibrium.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Single Phase
An example for a batch simulation for a single thermodynamic phase is
given by the YAML configuration

.. literalinclude:: ../../yaml/equilibrium.yaml
.. literalinclude:: ../../ctwrap/yaml/equilibrium.yaml
:language: yaml

A parallel batch job for equilibrium calculations using the configuration
Expand All @@ -43,7 +43,7 @@ Multiple Phases
An example for a batch simulation with multiple thermodynamic phases is
given by the YAML configuration

.. literalinclude:: ../../yaml/equilibrium_multi.yaml
.. literalinclude:: ../../ctwrap/yaml/equilibrium_multi.yaml
:language: yaml

A parallel batch job for equilibrium calculations using the configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/freeflame.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Running a Batch Simulation

An example for a batch simulation is given by the YAML configuration

.. literalinclude:: ../../yaml/freeflame.yaml
.. literalinclude:: ../../ctwrap/yaml/freeflame.yaml
:language: yaml

A parallel batch job for adiabatic flame calculations using this
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/ignition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Running a Batch Simulation

An example for a batch simulation is given by the YAML configuration

.. literalinclude:: ../../yaml/ignition.yaml
.. literalinclude:: ../../ctwrap/yaml/ignition.yaml
:language: yaml

A parallel batch job for ignition calculations using the configuration and the simulation
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/solution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Running a Batch Simulation

An example for a batch simulation is given by the YAML configuration

.. literalinclude:: ../../yaml/solution.yaml
.. literalinclude:: ../../ctwrap/yaml/solution.yaml
:language: yaml

A parallel batch job for solution calculations using the configuration and the simulation
Expand Down

0 comments on commit a14d86c

Please sign in to comment.