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 User Guide link #181

Merged
merged 5 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
# these links cannot be checked in github actions
linkcheck_ignore = [
"https://crates.io/crates/nwbview",
r"https://.*\.incf\.org/.*", # temporary ignore until SSL certificate issue is resolved

]

# -- Build the nwb project analytics in the current directory
Expand Down
2 changes: 1 addition & 1 deletion docs/source/file_read/file_read.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Reading NWB Files
==================

This section provides an introduction on how to read NWB files in Python using PyNWB and Matlab using MatNWB. If you are interested in converting your data to NWB, then please see the :ref:`user_guide` as well as for more in-depth tutorials visit the :pynwb-docs:`PyNWB <tutorials>` and :matnwb-docs:`MatNWB <#tutorials>` tutorials and documentation.
This section provides an introduction on how to read NWB files in Python using PyNWB and Matlab using MatNWB. If you are interested in converting your data to NWB, then please see the :neuroconv-docs:`NeuroConv User Guide <user_guide>` as well as for more in-depth tutorials visit the :pynwb-docs:`PyNWB <tutorials>` and :matnwb-docs:`MatNWB <#tutorials>` tutorials and documentation.

Reading With PyNWB
~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tools/hdftools/hdftools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Examples

.. _analysistools-hdftools-:


HDFView
"""""""

.. image:: https://www.hdfgroup.org/wp-content/uploads/2017/07/hdfview-sample2.jpg
Expand Down
Loading