Skip to content

Commit

Permalink
Fix links (#98)
Browse files Browse the repository at this point in the history
* fix pynapple links
* fix ndx template link
* rmv link to mailing list
  • Loading branch information
bendichter authored Jul 12, 2023
1 parent 8a7c982 commit 398d460
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf_extlinks.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
'nwb-overview-src': ('https://github.com/NeurodataWithoutBorders/nwb-overview/%s', '%s'),
'nwb-main': ('https://www.nwb.org/%s', '%s'),
'nwb-helpdesk': ('https://github.com/dandi/helpdesk/discussions/%s', '%s'),
'nwb-mailing-list': ('http://visitor.r20.constantcontact.com/manage/optin?v=001nQUq2GTjwCjZxK_V2'
'-6RLElLJO1HMVtoNLJ-wGyDCukZQZxu2AFJmNh6NS0_lGMsWc2w9hZpeNn74HuWdv5RtLX9qX0o0Hy1P0hOgMrkm2NoGAX3VoY25wx8HAtIZwredcCuM0nCUGodpvoaue3SzQ%3D%3D', '%s'),
# 'nwb-mailing-list': ('http://visitor.r20.constantcontact.com/manage/optin?v=001nQUq2GTjwCjZxK_V2'
# '-6RLElLJO1HMVtoNLJ-wGyDCukZQZxu2AFJmNh6NS0_lGMsWc2w9hZpeNn74HuWdv5RtLX9qX0o0Hy1P0hOgMrkm2NoGAX3VoY25wx8HAtIZwredcCuM0nCUGodpvoaue3SzQ%3D%3D', '%s'),
'datajoint': ('https://www.datajoint.org/%s', '%s'),
'datajoint-elements': ('https://www.datajoint.com/elements/%s', '%s'),
'openscope-databook': ('https://alleninstitute.github.io/openscope_databook/%s', '%s'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and editing of the extension separately from the code that uses it. When startin
recommend using the :nwb_extension_git:`ndx-template` repository, which automatically generates a repository with
the appropriate directory structure.

After you finish the instructions :nwb_extension_git:`here <ndx-template/blob/main/README.md#user-content-getting-started>`,
After you finish the instructions :nwb_extension_git:`here <ndx-template/blob/main/README.md>`,
you should have a directory structure that looks like this

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tools/pynapple/pynapple.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pynapple
.. short_description_start
:ref:`analysistools-pynapple` is a unified toolbox for integrated analysis of multiple data sources. Designed to be "plug & play", users define and import their own time-relevant variables. Supported data sources include, but are not limited to, electrophysiology, calcium imaging, and motion capture data. Pynapple contains integrated functions for common neuroscience analyses, including cross-correlograms, tuning curves, decoding and perievent time histogram.
:bdg-link-primary:`Docs <https://peyrachelab.github.io/pynapple/>` :bdg-link-primary:`Source <https://github.com/PeyracheLab/pynapple>` :bdg-link-primary:`Twitter <https://twitter.com/thepynapple>`
:bdg-link-primary:`Docs <https://pynapple-org.github.io/pynapple/>` :bdg-link-primary:`Source <https://github.com/pynapple-org/pynapple>` :bdg-link-primary:`Twitter <https://twitter.com/thepynapple>`

.. short_description_end
Expand Down

0 comments on commit 398d460

Please sign in to comment.