diff --git a/docs/conversion_examples_gallery/behavior/fictrac.rst b/docs/conversion_examples_gallery/behavior/fictrac.rst index 82a7c6580..96227634e 100644 --- a/docs/conversion_examples_gallery/behavior/fictrac.rst +++ b/docs/conversion_examples_gallery/behavior/fictrac.rst @@ -1,7 +1,7 @@ FicTrac data conversion -------------------------- -Install NeuroConv with the additional dependencies necessary for reading `FicTrac `_ data. +Install NeuroConv with the additional dependencies necessary for reading `FicTrac `_ data. .. code-block:: bash diff --git a/docs/index.rst b/docs/index.rst index e6fb8788b..c959bf092 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `_. + If you're new to NeuroConv or NWB, start with the `Conversion Examples Gallery `_. 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 `_ offers a comprehensive overview of NeuroConv's data model and functionalities. + The `User Guide `_ 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 `_ section showcases a collection of successful conversion projects utilizing NeuroConv. + `The Catalogue of Neuroconv Projects `_ 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 `_ provides essential information such as + For developers interested in contributing to NeuroConv, the `Developer Guide `_ 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.