SIMBAChain / libsimba.py-platform

MIT License
1 stars 0 forks source link

Docs #9

Open whelks-chance opened 3 years ago

whelks-chance commented 3 years ago

@abrinckm FYI, I've added a make file to build docs, with the aim of them being presented via a github pages url. It's using sphinx, autodoc and the rtd theme.

Methods will need proper docstrings, in the form

      """
        Call a method on the API

        Args:
            method : the method to call
            parameters : the parameters for the method
        Returns:
            A transaction id
        Raises:
            WalletNotFoundException: If a wallet has not yet been initialised.
        """