Skip to content

Commit

Permalink
added raw api docs and modified some lang
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshshukla99 committed May 3, 2023
1 parent b04b7cb commit 2823a29
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
43 changes: 43 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
===================
⚙API documentation
===================

main
----

.. automodule:: sphinx_versioned.__main__
:members:
:undoc-members:
:show-inheritance:

----------

sphinx extension
----------------

.. automodule:: sphinx_versioned.sphinx_
:members:
:undoc-members:
:show-inheritance:

----------

Versions container
------------------

.. automodule:: sphinx_versioned.versions
:members:
:undoc-members:
:show-inheritance:

----------

Util
----

.. automodule:: sphinx_versioned.lib
:members:
:undoc-members:
:show-inheritance:

----------
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Project Links
install
tutorial
themes
api

.. toctree::
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion docs/themes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _themes:

================
Supported Themes
Supported themes
================

This project supports multiple themes such as:
Expand Down

0 comments on commit 2823a29

Please sign in to comment.