Skip to content

Commit

Permalink
add fictract docs to ignore links as it is not working temporarily (#820
Browse files Browse the repository at this point in the history
)
  • Loading branch information
h-mayorquin authored Apr 20, 2024
1 parent 0800b14 commit 2c7dced
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conversion_examples_gallery/behavior/fictrac.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FicTrac data conversion
--------------------------

Install NeuroConv with the additional dependencies necessary for reading `FicTrac <https://rjdmoore.net/fictrac/>`_ data.
Install NeuroConv with the additional dependencies necessary for reading `FicTrac <https://github.com/rjdmoore/fictrac>`_ data.

.. code-block:: bash
Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ Below is an overview of the key sections to help you navigate our documentation

* **Getting Started: Conversion Examples Gallery**

If you're new to NeuroConv or NWB, start with the `Conversion Examples Gallery <conversion_examples_gallery/conversion_example_gallery>`_.
If you're new to NeuroConv or NWB, start with the `Conversion Examples Gallery <conversion_examples_gallery/conversion_example_gallery.rst>`_.
This section provides concise scripts for converting data from common formats (e.g., Blackrock, Plexon, Neuralynx) to NWB. It's designed to get you up and running quickly.

* **User Guide**

The `User Guide <user_guide/user_guide>`_ offers a comprehensive overview of NeuroConv's data model and functionalities.
The `User Guide <user_guide/user_guide.rst>`_ offers a comprehensive overview of NeuroConv's data model and functionalities.
It is recommended for users who wish to understand the underlying concepts and extend their scripts beyond basic conversions.

* **Catalogue of Projects**

`The Catalogue of Neuroconv Projects <catalogue/catalogue>`_ section showcases a collection of successful conversion projects utilizing NeuroConv.
`The Catalogue of Neuroconv Projects <catalogue/catalogue.rst>`_ section showcases a collection of successful conversion projects utilizing NeuroConv.
It serves as both inspiration and a practical reference for what can be achieved with our library.

* **Developer Guide**

For developers interested in contributing to NeuroConv, the `Developer Guide <developer_guide>`_ provides essential information such as
For developers interested in contributing to NeuroConv, the `Developer Guide <developer_guide.rst>`_ provides essential information such as
instructions for building your own classes, our coding style, instructions on how to build the documentation,
run the testing suite, etc.

Expand Down

0 comments on commit 2c7dced

Please sign in to comment.