From 015182f030cc00fe59e6940f35d56bf91e3a4790 Mon Sep 17 00:00:00 2001 From: Tim Suhling Date: Fri, 23 Aug 2024 12:41:37 +0200 Subject: Changed syntax highlighting for .rst code blocks --- docs/schrodinger_solve.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'docs/schrodinger_solve.rst') diff --git a/docs/schrodinger_solve.rst b/docs/schrodinger_solve.rst index 46a4596..26f8715 100644 --- a/docs/schrodinger_solve.rst +++ b/docs/schrodinger_solve.rst @@ -9,12 +9,14 @@ file describing the parameters to use and the potential (see below for file format). **Usage** -:: + +.. code-block:: text schrodinger_solve [-h] [-o OUTPUT_DIR] filename **Command line options** -:: + +.. code-block:: text positional arguments: filename File describing the system to solve @@ -33,7 +35,8 @@ parameters are separated by whitespace characters (tab or space). Parameters must be given in a fixed order. Comments discard the rest of the line and may be added with a ``#`` character. An empty line is discarded and the next non-empty line specifies the next parameter. A concrete example is given below. -:: + +.. code-block:: text -- cgit v1.2.3