Skip to content
Snippets Groups Projects
  • malav4994's avatar
    Documentation final PR (#217) · ec194c8a
    malav4994 authored
    * changed files in docs folder for final version of documentation
    
    * changed the README.txt file.
    
    * changed the path to moose-examples in conf.py and formatting in chem_GUI
    
    * removed docs/source/user/py/introduction/index.rst, and /install/index.rst due to redundency
    ec194c8a
README.txt 539 B
The source code of documentation is /source directory.

This directory contains MOOSE user documentation in reST format that can be
compiled into various formats by sphinx. To build the documentation in HTML,
format  enter the command:

	make html

in this directory. Then you can open build/html/index.html in browser to
browse the generated documentation.

Other files in /source folder
    - conf.py: the Sphinx configuration file.
    - index.rst: This is the index file for use when building the Python
            docs using sphinx.