This repository is deprecated. The new repository is https://github.com/bitshares/how.bitshares.works
- doxygen (run doxygen in the graphene source to generate required files)
- graphviz
- sphinx (http://sphinx-doc.org)
- breathe (https://github.com/michaeljones/breathe)
It's easy to get started on OSX using brew and easy_install.
brew install doxygen
brew install graphviz
easy_install sphinx
easy_install breathe
make html
The resulting html files will be writen to build/html.
The Makefile can automatically deploy to several domains. Currently, a deployment installs the page simultanisouly at
- docs.bitshares.org
- docs.bitshares.eu
git remote set-url origin github:BitSharesEurope/docs.bitshares.eu
git remote add org github:BitSharesEurope/docs.bitshares.org
make deploy
in doxygen/ there are filed that have been generated by bitshares/graphene C++ code using doxygen. If you want to update them, run doxygen in bitshares and move over the xml folder in doxygen/.