generated from readthedocs/tutorial-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add end-to-end extension example for extending LabMetaData (#59)
* Add extension and best practices draft * Refined structure of the example * Moved note * Add section lables for auto_api and custom_api * Added sphinx tabs dependency to allow writing of tabed examples * Add first full draft (minus MatLab) of the lab extension example * Remove source for extension example as this is now in its own repo * Fix broken links and includes * Add references from the extension example to the tutorial * Shortend publishing example and remove tabs in cases where we want to follow all steps * Minor spelling fix * Fix code indent in unit test example * Update labmetadata_extension.rst * Update labmetadata_extension.rst * Update labmetadata_extension.rst * Update labmetadata_extension.rst * Update labmetadata_extension.rst * Update labmetadata_extension.rst Co-authored-by: Ryan Ly <[email protected]>
- Loading branch information
Showing
11 changed files
with
386 additions
and
5 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
2 changes: 2 additions & 0 deletions
2
docs/source/extensions_tutorial/2_create_extension_spec_walkthrough.rst
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,5 @@ | ||
.. _extension-create: | ||
|
||
Creating an extension | ||
===================== | ||
|
||
|
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,5 @@ | ||
.. _extension-spec-api: | ||
|
||
The Spec API | ||
------------ | ||
|
||
|
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,3 +1,5 @@ | ||
.. _extension-documentation: | ||
|
||
Documenting Extensions | ||
---------------------- | ||
|
||
|
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,10 @@ | ||
.. _extension-nwb-examples: | ||
|
||
Examples | ||
-------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:titlesonly: | ||
|
||
extension_examples/labmetadata_extension |
Oops, something went wrong.