Commit graph

146 commits

Author SHA1 Message Date
Ray Speth
d2ff7dbaaa [SCons] 'clean' removes auto-generated .rst files from examples 2014-04-08 16:26:11 +00:00
Ray Speth
b2c050e545 [Doc] Add FAQ on debugging compilation issues 2014-03-28 23:12:11 +00:00
Ray Speth
5c99f683df [SCons] Add 'dump' command line target, and update FAQ 2014-03-28 23:12:06 +00:00
Ray Speth
6266986d7b [SCons] Add specific targets for building the docs
Documentation can be built independently of the code by using the 'scons sphinx'
and 'scons doxygen' commands, as an alternative to using the options
'sphinx_docs=y' and 'doxygen_docs=y' to 'scons build'.
2014-03-13 21:35:39 +00:00
Ray Speth
e09c6ca304 Update compilation instructions 2014-03-13 21:35:32 +00:00
Ray Speth
c7ba8bfb84 Remove abandoned autotools build system 2014-03-04 17:38:53 +00:00
Ray Speth
a313873b03 [Doc] Point to SourceForge for downloads 2014-02-24 03:25:46 +00:00
Ray Speth
8471200fc1 [Doc] Add class Mixture to Sphinx docs 2014-02-21 19:07:54 +00:00
Ray Speth
452a9160f0 [Doc] Fix line lengths in Cython migration guide 2014-02-13 22:26:40 +00:00
Ray Speth
bc4d68eb20 [Cython] Add saveState/restoreState info to the migration guide 2014-02-13 22:26:36 +00:00
Ray Speth
22eac2abcd [Sphinx/Cython] Add call signatures to constructors 2014-01-11 00:20:33 +00:00
Bryan W. Weber
f8850963a0 Use b instead of n for temperature exponent
Resolves Issue 198.
2014-01-02 22:23:38 +00:00
Bryan W. Weber
421e5356cb [Doc] Fix some formatting in cython/tutorial.rst
See Issue 196.
2013-12-18 17:47:03 +00:00
Bryan W. Weber
6973579b88 [Doc] Correct typo in migrating.rst
See Issue 196.
2013-12-18 17:46:57 +00:00
Bryan W. Weber
5dddf942c8 [Doc] Add note about specifying species in the stoichiometric_solid example in phases.rst
See Issue 196.
2013-12-18 17:46:52 +00:00
Bryan W. Weber
e7e1c7ce6f [Doc] Fix typo in Chebyshev docs
See Issue 196.
2013-12-18 17:46:47 +00:00
Bryan W. Weber
f07e1b6bcd [Doc] Update Kee reference in SRI formulation
See Issue 196.
2013-12-18 17:46:42 +00:00
Bryan W. Weber
f86af29884 [Doc] Add note about specifiying third body efficiencies
See Issue 196.
2013-12-18 17:46:37 +00:00
Bryan W. Weber
10cead4950 [Doc] Fix typos and formatting in reactions.rst
Add +M to the three-body reaction's reactants.
Update formatting of species names in the following paragraph.
Update formatting of 'units' arguments.

See Issue 196.
2013-12-18 17:46:32 +00:00
Bryan W. Weber
d1fa4395f7 [Doc] Fix typos in thermo parameterizations
See Issue 196.
2013-12-18 17:46:21 +00:00
Bryan W. Weber
5698913073 [Doc] Add element class link. Add Kee 1986 transport reference
See Issue 196.
2013-12-18 17:46:16 +00:00
Bryan W. Weber
ef23860994 [Doc] Fix typos in doc/sphinx/cti/phases.rst
See Issue 196.
2013-12-18 17:46:11 +00:00
Bryan W. Weber
a1ea2a803d [Doc] Update mixture models docs to support Cantera 2.1
See Issue 196.
2013-12-18 17:46:06 +00:00
Bryan W. Weber
87e48fdb6a [Doc] Fix examples in phases.rst to work with Cantera 2.1
See Issue 196.
2013-12-18 17:46:00 +00:00
Bryan W. Weber
5bbe9a6a22 [Doc] Fix typos and formatting in input-files.rst
See Issue 196.
2013-12-18 17:45:55 +00:00
Bryan W. Weber
e78d31f933 [Doc] Update formatting of cantera.conf text
See Issue 196.
2013-12-18 17:45:50 +00:00
Bryan W. Weber
d7482de464 [Doc] Slight grammar change in FAQ
See Issue 196.
2013-12-18 17:45:45 +00:00
Bryan W. Weber
1b6533900e [Doc] Fix 'git svn clone --std-layout' is not an option error
See Issue 196.
2013-12-18 17:45:40 +00:00
Ray Speth
12f3b2739c [Doc] Add ideal gas reactor classes to the Sphinx documentation 2013-12-14 00:18:04 +00:00
Ray Speth
d959b34541 [Doc] Fix typos in documentation of reactor model
Resolves Issue 191.
2013-12-14 00:18:00 +00:00
Ray Speth
1215f05da7 [Kinetics] Remove deprecated GRI30 class
Resolves Issue 134.
2013-12-14 00:17:54 +00:00
Ray Speth
cf4ae23587 [Python] Remove support for obsolete 'numarray' and 'numeric' packages 2013-12-09 01:35:58 +00:00
Ray Speth
b5e540c903 [Python] Remove the legacy Python module 2013-12-09 01:35:08 +00:00
Ray Speth
3e4ccd4027 [Thermo] Make modification of discontinuous NASA polynomials optional
Adding the attribute allow_discontinuities="true" to a phase's
'thermo' node (CTML) or adding 'allow_discontinuous_thermo' to a
phase's 'options' argument (CTI) will disable the automatic adjustment
of the provided polynomials so that enthalpy and entropy are
continuous at the midpoint temperature.
2013-12-09 01:34:06 +00:00
Ray Speth
6b68564245 Bump trunk version to 2.2a 2013-12-09 01:33:58 +00:00
Ray Speth
fb9de92058 [Docs] Fix typos in a few equations 2013-12-05 20:54:03 +00:00
Ray Speth
d7c939e60c [Cython/Doc] Migration guide covers transport model and Soret effect 2013-11-03 21:06:54 +00:00
Ray Speth
957c88fcff Bump version to 2.1.0 2013-10-24 02:40:14 +00:00
Ray Speth
7683677cac Bump version to 2.1.0b3 2013-09-01 00:33:55 +00:00
Ray Speth
4534bbd21b [Doc] Add all Matlab examples to the Sphinx docs 2013-08-22 21:46:37 +00:00
Ray Speth
1cedf904df [Doc] Add all Python examples to the Sphinx docs 2013-08-22 21:46:27 +00:00
Ray Speth
4d88fa8e34 Bump version to 2.1.0b2 2013-08-02 23:31:36 +00:00
Ray Speth
e65cd38214 Bump version to 2.1.0b1 2013-07-23 15:53:31 +00:00
Ray Speth
4d406f2ff4 [Doc] Update compilation instructions related to Cython module 2013-07-23 15:30:53 +00:00
Ray Speth
ab7775e67e [Cython] Fix Python 2.6 compatibility issues with sys.version_info
The "major" attribute is a new feature in Python 2.7.
2013-07-18 22:39:26 +00:00
Ray Speth
07ec92f712 [Doc] Start section for FAQs 2013-07-18 00:04:10 +00:00
Ray Speth
2fdd822369 [Doc] Put new Python module docs before legacy docs 2013-07-18 00:04:08 +00:00
Ray Speth
21d90495d2 [Doc] Describe reactor governing equations 2013-07-16 22:09:51 +00:00
Ray Speth
1cc411200e [Doc] Add description of chemically activated reactions to CTI guide 2013-07-06 21:44:13 +00:00
Ray Speth
ebaefabf08 [Doc] Update info on Visual Studio versions 2013-06-28 21:24:55 +00:00