Skip to content

Commit

Permalink
Add doc for python bindings
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
  • Loading branch information
tfcollins committed Oct 4, 2024
1 parent 06a77b2 commit f40b0c6
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Reference
.. 02_using_genalyzer
03_examples
reference
python/genalyzer



Expand Down
8 changes: 8 additions & 0 deletions doc/python/genalyzer.advanced.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Advanced API
============


.. automodule:: genalyzer.advanced.advanced
:members:
:undoc-members:
:show-inheritance:
12 changes: 12 additions & 0 deletions doc/python/genalyzer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Python Bindings
===============

Component APIs
--------------

.. toctree::
:maxdepth: 4

genalyzer.simplified
genalyzer.advanced

7 changes: 7 additions & 0 deletions doc/python/genalyzer.simplified.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Simplified API
============

.. automodule:: genalyzer.simplified
:members:
:undoc-members:
:show-inheritance:

0 comments on commit f40b0c6

Please sign in to comment.