Skip to content

Commit 5f4919c

Browse files
committed
Add import to cips and docs
1 parent 8f80fbc commit 5f4919c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/source/api/pycardano.cip.rst

+5
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ Implementation of Cardano Improvement Proposals (CIPs)
77
:members:
88
:undoc-members:
99
:show-inheritance:
10+
11+
.. automodule:: pycardano.cip.cip14
12+
:members:
13+
:undoc-members:
14+
:show-inheritance:

pycardano/cip/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# flake8: noqa
22

33
from .cip8 import *
4+
from .cip14 import *

0 commit comments

Comments
 (0)