grondo / flux-docs

Documentation for the Flux-Framework

Home Page:https://flux-framework.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation

Edits should be made to the .rst files. The documentation can be built with make html or make man. The generated files will be found in the _build directory.

Installing Sphinx

Sphinx is used to generate man pages from the .rst files. If Sphinx is not installed on the system, the following may be used to install Sphinx and the required theme.

pip install sphinx
pip install sphinx_rtd_theme

Users may want to install these packages into a Python Virtual Environment

About

Documentation for the Flux-Framework

https://flux-framework.readthedocs.io/

License:Other


Languages

Language:Python 80.3%Language:Makefile 19.7%