Mercurial > trustbridge
view doc/help/README.txt @ 1331:8897c90b8166
(issue108) Remove generate_cppcheck and cppcheck target
This did not work correctly. It is better just to manually
execute cppcheck on the files as it gives you more control over
the options.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 15 Oct 2014 13:24:59 +0200 |
parents | cf1fdb254c41 |
children |
line wrap: on
line source
TrustBridge documentation ========================= The TrustBridge documentation should be build automatically by the default target in cmake if sphinx is found. Requirements on ubuntu 14.4: python-sphinx How to build TrustBridge documentation manually =============================================== 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