Skip to content

Commit

Permalink
add API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Apr 19, 2024
1 parent 62d20ab commit d257bc7
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ sphinx:
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
html_sidebars:
"**": []

extra_extensions:
- 'sphinx.ext.autodoc'
- 'sphinx.ext.napoleon'
- 'sphinx.ext.viewcode'
- 'sphinx.ext.autosummary'

1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ chapters:
- file: docs/extending.md
- file: docs/license.md
- file: docs/acknowledgements.md
- file: docs/api.rst

37 changes: 37 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
API Reference
=============

Structure
---------
.. automodule:: atomrdf.structure
:members:

KnowledgeGraph
--------------
.. automodule:: atomrdf.graph
:members:

Workflow
--------

.. automodule:: atomrdf.workflow.workflow
:members:


Network
-------

.. automodule:: atomrdf.network.network
:members:

Namespace
---------

.. automodule:: atomrdf.namespace
:members:

Stores
------

.. automodule:: atomrdf.stores
:members:

0 comments on commit d257bc7

Please sign in to comment.