Skip to content

Commit 1f038df

Browse files
committed
Make multi-line docstrings start on a new line consistently.
1 parent eb64949 commit 1f038df

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

doc/htmldoc/developer_space/templates/pynest_api_template.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
# You should have received a copy of the GNU General Public License
2020
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
2121

22-
"""[[ This template demonstrates how to create a docstring for the PyNEST API.
22+
"""
23+
[[ This template demonstrates how to create a docstring for the PyNEST API.
2324
2425
If you have modified an API, please ensure you update the docstring!
2526

pynest/examples/EI_clustered_network/stimulus_params_EI.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
# You should have received a copy of the GNU General Public License
2020
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
2121

22-
"""PyNEST EI-clustered network: Stimulus Parameters
22+
"""
23+
PyNEST EI-clustered network: Stimulus Parameters
2324
------------------------------------------------
2425
2526
A dictionary with parameters for an optinal stimulation of clusters.

pynest/examples/Potjans_2014/stimulus_params.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
# You should have received a copy of the GNU General Public License
2020
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
2121

22-
"""PyNEST Microcircuit: Stimulus Parameters
22+
"""
23+
PyNEST Microcircuit: Stimulus Parameters
2324
----------------------------------------
2425
2526
A dictionary with parameters for an optional external transient stimulation.

0 commit comments

Comments
 (0)