Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links in RtD #913

Merged
merged 1 commit into from
Jun 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions doc/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ The following default values are used, corresponding to the command line default
- Optional[Mapping[str, Any]]
- (Optional) A JSON equivalent Python dictionary containing additional options for the target platform code generator. A list of available options can be found under the section "Code generation options" for your intended target platform on the page :ref:`Running NESTML`.


For a detailed description of all the arguments of ``generate_target()``, see :func:`pynestml.frontend.pynestml_frontend.generate_target`.

A typical script for the NEST Simulator target could look like the following. First, import the function:

.. code-block:: python
Expand Down Expand Up @@ -186,8 +189,8 @@ Custom templates
See :ref:`Running NESTML with custom templates`.


Multiple input ports
~~~~~~~~~~~~~~~~~~~~
Multiple input ports in NEST
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

See :ref:`Multiple input ports` to specify multiple input ports in a neuron.

Expand Down Expand Up @@ -226,8 +229,8 @@ The output shows the currents for each synapse (three bottom rows) and the net e
For a full example, please see `iaf_psc_exp_multisynapse.nestml <https://github.com/nest/nestml/blob/master/tests/nest_tests/resources/iaf_psc_exp_multisynapse.nestml>`_ for the full model and ``test_multisynapse`` in `tests/nest_tests/nest_multisynapse_test.py <https://github.com/nest/nestml/blob/master/tests/nest_tests/nest_multisynapse_test.py>`_ for the corresponding test harness that produced the figure above.


Multiple input ports with vectors
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Multiple input ports with vectors in NEST
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

See :ref:`Multiple input ports with vectors` for an example with input ports defined as vectors.

Expand Down