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

anomaly/prestans-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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