Skip to content

Commit

Permalink
Fix formatting of docstrings for reStructured
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelkrueger committed Jul 12, 2023
1 parent 199314e commit 4f57831
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 4 additions & 6 deletions nestkernel/recording_backend_mpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,11 @@ using MPI.
There are two ways to set the MPI port. If both are set, option A has precedence
A)
The address is supplied via the recording backends "mpi_address" status property.
1. The address is supplied via the recording backends "mpi_address" status property.
B)
The name of the MPI port to send data to is read from a file for each
device configured to use this backend. The file needs to be named
according to the following pattern:
2. The name of the MPI port to send data to is read from a file for each
device configured to use this backend. The file needs to be named
according to the following pattern:
::
Expand Down
10 changes: 4 additions & 6 deletions nestkernel/stimulation_backend_mpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,11 @@ co-simulation or for receiving stimuli from external software.
There are two ways to set the MPI port. If both are set, option A has precedence
A)
The address is supplied via the recording backends "mpi_address" status property.
1. The address is supplied via the recording backends "mpi_address" status property.
B)
The name of the MPI port to receive data on is read from a file for
each device configured to use this backend. The file needs to be
named according to the following pattern:
2. The name of the MPI port to send data to is read from a file for each
device configured to use this backend. The file needs to be named
according to the following pattern:
::
Expand Down

0 comments on commit 4f57831

Please sign in to comment.