Rearranged Sphinx sources so it can be used for more general documentation
This commit is contained in:
parent
9be5c325f1
commit
4ef4c79be9
14 changed files with 30 additions and 17 deletions
|
|
@ -1,27 +1,17 @@
|
|||
.. Cantera documentation master file, created by
|
||||
sphinx-quickstart on Mon Mar 12 11:43:09 2012.
|
||||
|
||||
Cantera Python Module Documentation
|
||||
===================================
|
||||
|
||||
Contents:
|
||||
Cantera Documentation
|
||||
=====================
|
||||
|
||||
Contents
|
||||
========
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
importing
|
||||
thermo
|
||||
kinetics
|
||||
transport
|
||||
composite
|
||||
zerodim
|
||||
onedim
|
||||
func
|
||||
error-handling
|
||||
constants
|
||||
utilities
|
||||
convenience
|
||||
|
||||
python/index
|
||||
C++ API Documentation <http://cantera.github.com/docs/index.html>
|
||||
Cantera Development Homepage <http://cantera.googlecode.com>
|
||||
Indexes
|
||||
=======
|
||||
|
||||
|
|
|
|||
23
doc/sphinx/python/index.rst
Normal file
23
doc/sphinx/python/index.rst
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
.. Cantera documentation master file, created by
|
||||
sphinx-quickstart on Mon Mar 12 11:43:09 2012.
|
||||
|
||||
Python Module Documentation
|
||||
===========================
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
importing
|
||||
thermo
|
||||
kinetics
|
||||
transport
|
||||
composite
|
||||
zerodim
|
||||
onedim
|
||||
func
|
||||
error-handling
|
||||
constants
|
||||
utilities
|
||||
convenience
|
||||
Loading…
Add table
Reference in a new issue