Skip to content

Commit

Permalink
Fix User Guide link (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Dec 9, 2024
1 parent b97c485 commit a15cef5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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

0 comments on commit a15cef5

Please sign in to comment.