Nottingham Hackspace Members Guide
http://guide.nottinghack.org.uk
Contributing
The members guide is written using reStructuredText for more info on the syntax please visit http://docutils.sourceforge.net/rst.html
A reStructuredText online editor is here: http://rst.ninjs.org
The docs are built and hosted by Read The Docs http://readthedocs.org
If you wish to improve this guide please either open a issue or a pull request
Building Locally
You will need pyton and to install the following dependencies
$ pip install sphinx
$ pip install sphinx_rtd_theme
Then you can build the html version with
$ make html
and open the index page at
_buld/html/index.html