view manuals/README.txt @ 926:ca997bc0f790

(issue63) Updated message box text for normal user.
author Emanuel Schuetze <emanuel@intevation.de>
date Thu, 21 Aug 2014 16:54:51 +0200
parents b5a49960d5cb
children af27328bea9d
line wrap: on
line source
How to build TrustBridge documentation?
=======================================

The TrustBridge documentation based on Sphinx <http://sphinx-doc.org/>.
Please install the requirements before you build the documentation.

  $ virtualenv .venv
  $ . .venv/bin/activate
  (.venv) pip install -r requirements.txt


Build TrustBridge help pages:
  (.venv) cd help-manual
  (.venv) make html

  => Open HTML output: _build/html/index.html


Build TrustBridge Admin help pages:
  (.venv) cd admin-manual
  (.venv) make html

  => Open HTML output: _build/html/index.html

http://wald.intevation.org/projects/trustbridge/