-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
experimental - nested pages for User Api
- Loading branch information
1 parent
ba4a59d
commit 9b9b963
Showing
5 changed files
with
36 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
****************** | ||
asdf.config Module | ||
****************** | ||
|
||
.. currentmodule:: asdf | ||
|
||
.. automodapi:: asdf.config |
12 changes: 4 additions & 8 deletions
12
docs/asdf/user_api.rst → docs/asdf/user_api/asdf_package.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,16 +1,12 @@ | ||
.. _user_api: | ||
************ | ||
asdf Package | ||
************ | ||
|
||
******** | ||
User API | ||
******** | ||
.. currentmodule:: asdf | ||
|
||
.. automodapi:: asdf | ||
:include-all-objects: | ||
:inherited-members: | ||
:no-inheritance-diagram: | ||
:skip: ValidationError | ||
:skip: Stream | ||
|
||
.. automodapi:: asdf.search | ||
|
||
.. automodapi:: asdf.config |
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,7 @@ | ||
****************** | ||
asdf.search Module | ||
****************** | ||
|
||
.. currentmodule:: asdf | ||
|
||
.. automodapi:: asdf.search |
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,17 @@ | ||
.. _user_api: | ||
|
||
******** | ||
User API | ||
******** | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:hidden: | ||
|
||
asdf_package.rst | ||
asdf_search.rst | ||
asdf_config.rst | ||
|
||
* :doc:`asdf Package <asdf_package>` | ||
* :doc:`asdf.search Module <asdf_search>` | ||
* :doc:`asdf.config Module <asdf_config>` |
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