Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.3 KB

ReadMe.md

File metadata and controls

31 lines (22 loc) · 1.3 KB

Documentation for the Adaptable Input / Output System (ADIOS) v2.1.1

Generate Doxygen API Documentation for each Language

  1. Requirements (on Linux install them from your package manager):

  2. To generate the Doxygen API documentation under each docs/api_doxygen/language in html format (default) for each supported language from each existing Doxyfile (edit Doxyfile to change options). For example to build API documentation for the native C++11 library:

    $ cd ADIOS2/doc/api_doxygen/Cpp 
    $ doxygen
    

Generate User Guide in html with Sphinx

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 doc/user_guide/build/html format (default) from the existing Sphinx source files:

    $ cd ADIOS2/docs/user_guide 
    $ make html