Skip to content

cogutvalera/docs.bitshares.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Quick Install in OSX

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

Building

make html

Output

The resulting html files will be writen to build/html.

Deployment

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

Updating doxygen (optional)

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/.

About

This repository contains the sources (and the build in a different branch) for docs.bitshares.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 56.2%
  • Python 15.7%
  • Makefile 13.3%
  • HTML 11.1%
  • JavaScript 2.7%
  • XSLT 1.0%