Skip to content

Commit

Permalink
Merge pull request #41 from analogdevicesinc/tfcollins/doc-python-bin…
Browse files Browse the repository at this point in the history
…dings

Add doc for python bindings
  • Loading branch information
SrikanthPagadarai authored Oct 4, 2024
2 parents 7a20df0 + bf195f0 commit da3fb49
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 @@ -30,6 +30,7 @@ Reference
03_examples
reference
reference_advanced
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 da3fb49

Please sign in to comment.