Skip to content

Commit

Permalink
Fix literal includes of test files (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
n01r committed Sep 17, 2024
1 parent 71d0e5b commit fa36b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/distgen/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ For `MPI-parallel <https://www.mpi-forum.org>`__ runs, prefix these lines with `

.. tab-item:: Python: Script

.. literalinclude:: run_kvdist_from_twiss.py
.. literalinclude:: run_kvdist_twiss.py
:language: python3
:caption: You can copy this file from ``examples/distgen/run_kvdist_twiss.py``.

.. tab-item:: Executable: Input File

.. literalinclude:: input_kvdist_from_twiss.in
.. literalinclude:: input_kvdist_twiss.in
:language: ini
:caption: You can copy this file from ``examples/distgen/input_kvdist_twiss.in``.

Expand Down

0 comments on commit fa36b9a

Please sign in to comment.