Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 1.1 KB

README.rst

File metadata and controls

35 lines (22 loc) · 1.1 KB

DEPRECATED

No Maintenance Intended

This repository will not be updated. This repository will be kept available in read-only mode. The latest version of TRACMASS documentation can be found at https://www.tracmass.org/docs

TRACMASS Documentation (version 6).

The documentation is compiled by Sphinx (http://sphinx-doc.org), a python package developed to auto-generate documentation for software projects. We use a number of add-ons that needs to be installed as well.

Installation:

(It is advised that you use virtual environments: http://virtualenvwrapper.readthedocs.org/en/latest/)

# (Download or clone the repo)
cd trmdoc
pip --user -r requirements.txt
# or with virtualenvwrapper
mkvirtualenv trmdoc
pip -r requirements.txt

The documentation is in the source folder. Read more about the syntax here: http://sphinx-doc.org/rest.html

Compile the web pages with:

make html

The resulting html files are generated in the build/html folder.