Skip to content

Commit

Permalink
Update URL of Neuromorphic Intermediate Representation
Browse files Browse the repository at this point in the history
  • Loading branch information
metr0jw committed Aug 7, 2024
1 parent 9ade3fc commit 68a5c86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/snntorch.export_nir.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
snntorch.export_nir
------------------------
:mod:`snntorch.export_nir` is a module that enables cross-compatibility with other SNN libraries by converting snntorch models to a `Neuromorphic Intermediate Representation (NIR) <https://nnir.readthedocs.io/en/latest/>`_
:mod:`snntorch.export_nir` is a module that enables cross-compatibility with other SNN libraries by converting snntorch models to a `Neuromorphic Intermediate Representation (NIR) <https://neuroir.org/docs/>`_

.. automodule:: snntorch.export_nir
:members:
Expand Down
6 changes: 3 additions & 3 deletions docs/snntorch.import_nir.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
snntorch.export_nir
snntorch.import_nir
------------------------
:mod:`snntorch.export_nir` is a module that enables cross-compatibility with other SNN libraries by converting snntorch models to a `Neuromorphic Intermediate Representation (NIR) <https://nnir.readthedocs.io/en/latest/>`_
:mod:`snntorch.import_nir` is a module that enables cross-compatibility with other SNN libraries by converting snntorch models to a `Neuromorphic Intermediate Representation (NIR) <https://neuroir.org/docs/>`_

.. automodule:: snntorch.export_nir
.. automodule:: snntorch.import_nir
:members:
:undoc-members:
:show-inheritance:

0 comments on commit 68a5c86

Please sign in to comment.