Skip to content

Commit

Permalink
Fix a few minor formatting issues in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Jan 8, 2024
1 parent aaa0110 commit f3cd8b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs_sphinx/developer/standalone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f3cd8b1

Please sign in to comment.