-
Notifications
You must be signed in to change notification settings - Fork 7
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 #41 from neuromusic/feature/docs
documentation tooling
- Loading branch information
Showing
25 changed files
with
497 additions
and
72 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 |
---|---|---|
|
@@ -5,9 +5,11 @@ Credits | |
Development Lead | ||
---------------- | ||
|
||
* Justin Kiggens <[email protected]> | ||
* Justin Kiggins <[email protected]> | ||
|
||
Contributors | ||
------------ | ||
|
||
* Nicholas Cain <[email protected]> | ||
* Michael Oliver <[email protected]> | ||
* Sahar Manavi <[email protected]> |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
.. _api_ref: | ||
|
||
.. currentmodule:: neuroglia | ||
|
||
API reference | ||
============= | ||
|
||
.. _spike_api: | ||
|
||
Spike transformers | ||
------------------ | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
spike.Binner | ||
spike.Smoother | ||
nwb.SpikeTablizer | ||
|
||
.. _trace_api: | ||
|
||
Trace transformers | ||
------------------ | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
trace.Binarizer | ||
trace.EdgeDetector | ||
trace.WhenTrueFinder | ||
calcium.OASISInferer | ||
calcium.MedianFilterDetrend | ||
calcium.SavGolFilterDetrend | ||
calcium.EventRescale | ||
|
||
|
||
.. _event_api: | ||
|
||
Event transformers | ||
------------------ | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
event.PeriEventSpikeSampler | ||
event.PeriEventTraceSampler | ||
|
||
.. _tensor_api: | ||
|
||
Tensor transformers | ||
------------------- | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
tensor.ResponseReducer |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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,3 @@ | ||
.. _examples: | ||
|
||
.. include:: gallery/index.rst |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.