Skip to content

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

License

Notifications You must be signed in to change notification settings

TheTaconator/docs.bitshares.eu

 
 

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

Configuration

In source/conf.py point the graphene key to the xml folder of the graphene sources:

breathe_projects = {
   "graphene": "../../graphene/doxygen/xml/",
}

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 56.9%
  • Python 15.9%
  • Makefile 13.5%
  • HTML 11.0%
  • JavaScript 2.7%