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

Latest commit

 

History

History
17 lines (9 loc) · 564 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 564 Bytes

Prestans 2.0 documentation

https://prestans.readthedocs.org

This repository contains documentation published on Read The Docs, written in reStructured Text and built using Sphinx.

Sphix can be installed via PyPi:

$ sudo pip install sphinx

Sphinx can build the documentation in many formats (refer to the Sphinx docs), checkout the repository and use Sphinx to build the documentation locally:

$ git clone https://github.com/anomaly/prestans-docs.git
$ cd prestans-docs
$ make html