jlozadad / infra-docs

Forked from infra-docs 6 years ago
Clone
README.rst

Fedora Infrastructure Documentation

Documentation Status on Read the Docs

This repository documents standard operating procedures for applications Fedora Infrastructure deploys and covers application development best practices for those applications we maintain ourselves.

This is designed to be consumed as a Sphinx documentation project. Documentation is available online on pagure and on Read the Docs

To build the documentation locally, create a virtualenv and install the requirements:

$ pip install -r requirements.txt

then build the documentation and open it in a browser of your choice:

$ cd docs
$ make html
$ firefox _build/html/index.html