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

add fictract docs to ignore links as it is not working temporarily #820

Merged
merged 3 commits into from
Apr 20, 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: 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
Loading