Add sphinx doc setup

This commit is contained in:
nolash
2021-11-30 08:14:57 +01:00
parent 6e5a80ae7c
commit 7f95835bf9
10 changed files with 314 additions and 2 deletions

View File

@@ -306,6 +306,6 @@ class CICEth(Extension):
def new(chain_spec, resources, proof, signer_hint=None, rpc=None, outputs_writer=None):
"""Convenience function to enable object instantiation through predictable module symbol
See CICEth
See CICEth constructor for details.
"""
return CICEth(chain_spec, resources, proof, signer=signer_hint, rpc=rpc, outputs_writer=outputs_writer)