Skip to content

Files

Latest commit

9862725 · Feb 20, 2019

History

History
This branch is 6717 commits behind ornladios/ADIOS2:master.

docs

Documentation for the ADaptable Input Output System, ADIOS2 v2.2.0

Generate User Guide in html with Sphinx

This user guide is hosted in readthedocs: https://adios2.readthedocs.io/en/latest/

Python v2.7 or above is required to build the Sphinx based user guide. Sphinx can be downloaded using pip pip install sphinx. In addition:

  1. Required Python packages (all can be installed with pip install package):

  2. To generate the User Guide under docs/user_guide/build/html format (default) from the existing Sphinx source files:

    $ cd ADIOS2/docs/user_guide 
    $ make html