Skip to content

Commit

Permalink
Merge pull request #3 from jhnnsnk/nest_docs_conn
Browse files Browse the repository at this point in the history
Remove template, minor edits
  • Loading branch information
clemensk0 committed Dec 6, 2023
2 parents 9071b8d + c8d9f65 commit 97fbf0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 20 deletions.
8 changes: 4 additions & 4 deletions doc/htmldoc/synapses/connection_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ Connection management

This documentation not only describes how to define network connectivity in NEST, but also provides details on connectivity concepts.
The article "Connectivity concepts in neuronal network modeling" [1]_ serves as a permanent reference for a number of connection rules and we suggest to cite it if rules defined there are used.
This documentation instead represents a living reference for these rules, and deviations from and extensions to what is described in the article are here highlighted in green.
This documentation instead represents a living reference for these rules, and deviations from and extensions to what is described in the article will be highlighted.

.. The same article also introduces a graphical notation for neuronal network diagrams which is curated in the documentation of NEST Desktop. TODO ADD LINK WHEN IT EXISTS
.. The same article also introduces a graphical notation for neuronal network diagrams which will be curated in the documentation of :doc:`NEST Desktop <desktop:user/usage-advanced/network-graph>`.
:ref:`spatial_networks` are described on a separate page.

Expand Down Expand Up @@ -494,7 +494,7 @@ As multapses are per default allowed and possible with this rule, you can disall
.. _conn_builder_conngen:

Connection generator interface
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
------------------------------

.. admonition:: Availability

Expand Down Expand Up @@ -540,7 +540,7 @@ generator interface and randomly connects 10% of the neurons from
.. _tripartite_connectivity:

Tripartite Bernoulli with pool
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
------------------------------

For each possible pair of nodes from a source ``NodeCollection`` (e.g., a neuron population ``S``)
and a target ``NodeCollection`` (e.g., a neuron population ``T``), a connection is
Expand Down
4 changes: 2 additions & 2 deletions doc/htmldoc/synapses/handling_connections.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _handling_connections:

How to handle inspect and modify connections
============================================
How to inspect and modify connections
=====================================

Here, we describe how to inspect and modify already created connections.
:ref:`connection_management` describes how to create new connections and :ref:`synapse_spec` how to parameterize synapses as they are created.
Expand Down
14 changes: 0 additions & 14 deletions doc/htmldoc/templates/page.html

This file was deleted.

0 comments on commit 97fbf0f

Please sign in to comment.