Skip to content

Commit 0ccb171

Browse files
Update json_front_end.rst to use literal blocks
1 parent 2c34605 commit 0ccb171

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

docs/source/json_front_end.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,17 @@ Each test requires:
3333

3434
Run Commands
3535
------------
36-
To run the JSON frontend example from the root directory of the project, use
37-
38-
.. code-block:: console
36+
To run the JSON frontend example from the root directory of the project, use::
3937

4038
python examples/poisson/run_causal_tests.py
4139

42-
A failure flag `-f` can be specified to stop the framework running if a test is failed
43-
44-
.. code-block:: console
40+
A failure flag `-f` can be specified to stop the framework running if a test is failed::
4541

4642
python examples/poisson/run_causal_tests.py -f
4743

4844
There are two main outputs of this frontend, both are controlled by the logging module. Firstly outputs are printed to stdout (terminal).
4945
Secondly a log file is produced, by default a file called `json_frontend.log` is produced in the directory the script is called from.
5046

51-
The behaviour of where the log file is produced and named can be altered with the --log_path argument:
52-
53-
.. code-block:: console
47+
The behaviour of where the log file is produced and named can be altered with the --log_path argument::
5448

5549
python examples\poisson\run_causal_tests.py -f --data_path="examples\poisson\data.csv" --dag_path="examples\poisson\dag.dot" --json_path="examples\poisson\causal_tests.json --log_path="example_directory\logname.log"

0 commit comments

Comments
 (0)