Skip to content

Commit

Permalink
updates python version for RTD. Updates RTD with current module struc…
Browse files Browse the repository at this point in the history
…ture. (#553)
  • Loading branch information
m00sey committed Aug 9, 2023
1 parent 7a53bc9 commit 5315279
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:
apt_packages:
- libsodium23
tools:
python: "3.10.4"
python: "3.10"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
Expand Down
34 changes: 32 additions & 2 deletions docs/keri_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,30 @@ keri.app.apping
.. automodule:: keri.app.apping
:members:

keri.app.booting
----------------

.. automodule:: keri.app.booting
:members:

keri.app.challenging
--------------------

.. automodule:: keri.app.challenging
:members:

keri.app.configing
------------------

.. automodule:: keri.app.configing
:members:

keri.app.connecting
------------------

.. automodule:: keri.app.connecting
:members:

keri.app.delegating
-------------------

Expand Down Expand Up @@ -73,10 +91,22 @@ keri.app.kiwiing
.. automodule:: keri.app.kiwiing
:members:

keri.app.obtaining
keri.app.notifying
------------------

.. automodule:: keri.app.notifying
:members:

keri.app.oobing
---------------

.. automodule:: keri.app.oobing
:members:

keri.app.signaling
------------------

.. automodule:: keri.app.obtaining
.. automodule:: keri.app.signaling
:members:

keri.app.signing
Expand Down
14 changes: 4 additions & 10 deletions docs/keri_vdr.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
KERI VDR API
============

keri.vdr.eventing
-----------------

.. automodule:: keri.vdr.eventing
:members:

keri.vdr.credentialing
----------------
----------------------

.. automodule:: keri.vdr.credentialing
:members:

keri.vdr.registering
--------------------
keri.vdr.eventing
-----------------

.. automodule:: keri.vdr.registering
.. automodule:: keri.vdr.eventing
:members:

keri.vdr.verifying
Expand Down

0 comments on commit 5315279

Please sign in to comment.