Skip to content

Commit a561451

Browse files
committed
Update docs
1 parent be0dc54 commit a561451

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Governance
2+
==============================
3+
4+
.. automodule:: pycardano.governance
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Pool parameters
2+
========================
3+
4+
.. automodule:: pycardano.pool_params
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

docs/source/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@ making it a light-weight library that is easy and fast to set up in all kinds of
3838
api/pycardano.crypto
3939
api/pycardano.coinselection
4040
api/pycardano.exception
41+
api/pycardano.governance
4142
api/pycardano.hash
4243
api/pycardano.key
4344
api/pycardano.metadata
4445
api/pycardano.nativescript
4546
api/pycardano.network
4647
api/pycardano.plutus
48+
api/pycardano.poolparams
4749
api/pycardano.serialization
4850
api/pycardano.transaction
4951
api/pycardano.utils

pycardano/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
from .coinselection import *
88
from .crypto import *
99
from .exception import *
10+
from .governance import *
1011
from .hash import *
1112
from .key import *
1213
from .metadata import *
1314
from .nativescript import *
1415
from .network import *
1516
from .plutus import *
17+
from .pool_params import *
1618
from .serialization import *
1719
from .transaction import *
1820
from .txbuilder import *

0 commit comments

Comments
 (0)