ChainSquad GmbH is pleased to announce that the BitShares/Graphene documentation sources have been successfully migrated to the bitshares organization on github.
By opening up the repository to the BitShares organization, we hope to bring in more powerful hands to keep it updated and extended.
Sources
The sources make use of sphinx-doc, which is a toolkit that allows to quickly build any kind of more or less complex webpages and integrates nicely with Doxygen for C++ (through breathe
) and Python.
To compile the sources, you need to first install the dependencies through:
pip3 install -r requirements
and can later compile the docs with
make html
The static webpage is stored in build/html
.
Delivery/Deployment
The documentation is built by readthedocs which also hosts the final end result.