From f3cd8b12b4028b80656593aa53a0bf6418b8906d Mon Sep 17 00:00:00 2001 From: Marcel Stimberg Date: Mon, 8 Jan 2024 16:37:45 +0100 Subject: [PATCH] Fix a few minor formatting issues in documentation --- docs_sphinx/developer/standalone.rst | 4 ++-- examples/frompapers/Naud_et_al_2008_adex_firing_patterns.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs_sphinx/developer/standalone.rst b/docs_sphinx/developer/standalone.rst index 60cc126d1..ff5036cc2 100644 --- a/docs_sphinx/developer/standalone.rst +++ b/docs_sphinx/developer/standalone.rst @@ -50,7 +50,7 @@ to the ``main`` binary. A call such as:: will be executed by calling the compiled binary as follows: -.. code-block:: verbatim +.. code-block:: shell ./main --results_dir /full/path/to/results_1 neurongroup.tau=0.01 @@ -64,7 +64,7 @@ For initializations with a vector of values, the values are written to disk (in binary format that is used elsewhere, e.g. for the results). The command line argument then specifies the file name instead of a value: -.. code-block:: verbatim +.. code-block:: shell ./main neurongroup.tau=static_arrays/init_neurongroup_v_aca4cd6a3f7e526a61bb5a07468b377e.dat diff --git a/examples/frompapers/Naud_et_al_2008_adex_firing_patterns.py b/examples/frompapers/Naud_et_al_2008_adex_firing_patterns.py index fc35bec50..f57305fe9 100755 --- a/examples/frompapers/Naud_et_al_2008_adex_firing_patterns.py +++ b/examples/frompapers/Naud_et_al_2008_adex_firing_patterns.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ Firing patterns in the adaptive exponential integrate-and-fire model ------------------------ +-------------------------------------------------------------------- Naud R et al. (2008): Firing patterns in the adaptive exponential integrate-and-fire model. Biol Cybern. 2008; 99(4): 335–347. doi:10.1007/s00422-008-0264-7