Skip to content
Snippets Groups Projects
user avatar
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

* Changed some moose-example files as online readthedocs was generating some issues, and added Makefile in docs/ directory.

* a couple of more changes..
7ffff42d
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.