Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit a14d86c

Browse files
committed
Fix YAML includes in Sphinx
1 parent 6468792 commit a14d86c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The inputs are passed through a YAML configuration file. The YAML input has thre
4848

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

51-
.. literalinclude:: ../yaml/minimal.yaml
51+
.. literalinclude:: ../ctwrap/yaml/minimal.yaml
5252
:language: yaml
5353

5454
Running a Batch Job

docs/pages/equilibrium.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Single Phase
2525
An example for a batch simulation for a single thermodynamic phase is
2626
given by the YAML configuration
2727

28-
.. literalinclude:: ../../yaml/equilibrium.yaml
28+
.. literalinclude:: ../../ctwrap/yaml/equilibrium.yaml
2929
:language: yaml
3030

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

46-
.. literalinclude:: ../../yaml/equilibrium_multi.yaml
46+
.. literalinclude:: ../../ctwrap/yaml/equilibrium_multi.yaml
4747
:language: yaml
4848

4949
A parallel batch job for equilibrium calculations using the configuration

docs/pages/freeflame.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Running a Batch Simulation
1818

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

21-
.. literalinclude:: ../../yaml/freeflame.yaml
21+
.. literalinclude:: ../../ctwrap/yaml/freeflame.yaml
2222
:language: yaml
2323

2424
A parallel batch job for adiabatic flame calculations using this

docs/pages/ignition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Running a Batch Simulation
1818

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

21-
.. literalinclude:: ../../yaml/ignition.yaml
21+
.. literalinclude:: ../../ctwrap/yaml/ignition.yaml
2222
:language: yaml
2323

2424
A parallel batch job for ignition calculations using the configuration and the simulation

docs/pages/solution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Running a Batch Simulation
1212

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

15-
.. literalinclude:: ../../yaml/solution.yaml
15+
.. literalinclude:: ../../ctwrap/yaml/solution.yaml
1616
:language: yaml
1717

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

0 commit comments

Comments
 (0)