-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #149 from catalystneuro/restore_tools_on_documenta…
…tion_api Re enable tools on the API documentation
- Loading branch information
Showing
8 changed files
with
25 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
Interfaces | ||
============ | ||
|
||
.. automodule:: neuroconv | ||
:members: | ||
:no-undoc-members: | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
NEO | ||
--- | ||
|
||
.. automodule:: neuroconv.tools.neo.neo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
ROI extractors | ||
============== | ||
|
||
Interface with roiextractors | ||
---------------------------- | ||
.. automodule:: neuroconv.tools.roiextractors.roiextractors | ||
|
||
|
||
Imaging extractor iterator | ||
-------------------------- | ||
.. automodule:: neuroconv.tools.roiextractors.imagingextractordatachunkiterator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ Tools | |
tools.spikeinterface | ||
tools.roiextractors | ||
tools.yaml_to_nwb_conversion | ||
tools.neo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
myst_parser==0.18.0 | ||
Jinja2<3.1 | ||
Sphinx==5.1.1 | ||
sphinx_rtd_theme==1.0.0 | ||
readthedocs-sphinx-search==0.1.2 | ||
sphinx-toggleprompt==0.2.0 | ||
sphinx-copybutton==0.5.0 | ||
spikeinterface>=0.95.1 # Necessary to display tools.spikeinterface | ||
spikeextractors>=0.9.10 # Necessary to display tools.spikeinterface | ||
roiextractors>=0.5.0 # Necessary to displays tools.roiextractors |