From a14d86c9e59b83debdcd4d0060c6b67845f88d72 Mon Sep 17 00:00:00 2001 From: Ingmar Schoegl Date: Wed, 30 Dec 2020 15:21:50 -0600 Subject: [PATCH] Fix YAML includes in Sphinx --- docs/overview.rst | 2 +- docs/pages/equilibrium.rst | 4 ++-- docs/pages/freeflame.rst | 2 +- docs/pages/ignition.rst | 2 +- docs/pages/solution.rst | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/overview.rst b/docs/overview.rst index 68108d1..ac2c7f4 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -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 diff --git a/docs/pages/equilibrium.rst b/docs/pages/equilibrium.rst index 7b3c004..a4b7584 100644 --- a/docs/pages/equilibrium.rst +++ b/docs/pages/equilibrium.rst @@ -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 @@ -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 diff --git a/docs/pages/freeflame.rst b/docs/pages/freeflame.rst index 646cc9c..300e52e 100644 --- a/docs/pages/freeflame.rst +++ b/docs/pages/freeflame.rst @@ -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 diff --git a/docs/pages/ignition.rst b/docs/pages/ignition.rst index 835a017..4fb6622 100644 --- a/docs/pages/ignition.rst +++ b/docs/pages/ignition.rst @@ -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 diff --git a/docs/pages/solution.rst b/docs/pages/solution.rst index 107af85..96894d2 100644 --- a/docs/pages/solution.rst +++ b/docs/pages/solution.rst @@ -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