Skip to content

Commit

Permalink
Merge pull request #2937 from jessica-mitchell/fix_sphinxwarnings
Browse files Browse the repository at this point in the history
Fix up typos and missing references to resolve Sphinx warnings
  • Loading branch information
heplesser authored Sep 13, 2023
2 parents e0ba39c + 989b0f5 commit a3cf23d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/htmldoc/developer_space/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,4 @@ Developer guides
guidelines/styleguide/vim_support_sli
templates/*
sli_docs/index
cppcomments
6 changes: 3 additions & 3 deletions doc/htmldoc/networks/spatially_structured_networks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1000,9 +1000,9 @@ Rectified Gabor Function
perpendicular to :math:`\theta`. This probability depends on the
displacement along the coordinates axes, not the distance:

.. literalinclude:: spatially_structured_networks/scripts/connections.py
:start-after: #{ conn4gab #}
:end-before: #{ end #}
.. literalinclude:: scripts/connections.py
:start-after: # { conn4gab #}
:end-before: # { end #}

Note that for pool layers with periodic boundary conditions, NEST
always uses the shortest possible displacement vector from driver to
Expand Down
2 changes: 2 additions & 0 deletions doc/htmldoc/ref_material/pynest_api/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _pynest_api:

PyNEST API listing
==================

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _pynest_spatial:

Spatial positions functions
===========================

Expand Down

0 comments on commit a3cf23d

Please sign in to comment.