Skip to content

Commit

Permalink
experimental - nested pages for User Api
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii committed Jan 30, 2025
1 parent ba4a59d commit 9b9b963
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 9 deletions.
7 changes: 7 additions & 0 deletions docs/asdf/user_api/asdf_config.rst
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 docs/asdf/user_api.rst → docs/asdf/user_api/asdf_package.rst
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
7 changes: 7 additions & 0 deletions docs/asdf/user_api/asdf_search.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
******************
asdf.search Module
******************

.. currentmodule:: asdf

.. automodapi:: asdf.search
17 changes: 17 additions & 0 deletions docs/asdf/user_api/index.rst
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>`
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ API Documentation
.. toctree::
:maxdepth: 1

asdf/user_api
asdf/user_api/index
asdf/developer_api

Developer Overview
Expand Down

0 comments on commit 9b9b963

Please sign in to comment.