Skip to content

Latest commit

 

History

History
 
 

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Documentation for ModelicaRes

This is the top-level build directory for documenting ModelicaRes. All of the documentation is written using Sphinx, a Python documentation system built on top of reST. This directory contains:

  • make.py - The build script to build the html or latex/PDF docs
  • index.rst - The top-level include document for ModelicaRes
  • other .rst files - Placeholders to automatically generate the documentation
  • conf.py - The Sphinx configuration
  • _static - Used by the Sphinx build system
  • _templates - Used by the Sphinx build system

To build the HTML documentation, install Sphinx and run the following command in this directory:

python make.py html

The top file of the results will be build/html/index.html.

This file has been copied and adapted from matplotlib v1.2, which is licensed as open source (http://matplotlib.org/users/license.html).