Add sphinx doc setup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user