Bryan W. Weber
549463683d
Fix Sphinx and Doxygen warning messages about moved content
2018-07-29 17:47:14 -04:00
Bryan W. Weber
4ea9d35a2b
Add the CTI API documentation back to the main index page
2018-07-29 17:47:14 -04:00
Bryan W. Weber
3fae1c1a9a
Remove pages moved to the new website
2018-07-29 17:47:14 -04:00
Bryan W. Weber
9670c5dac6
Remove most content from Sphinx docs index page
...
It's all moved elsewhere on the new site.
2018-07-29 17:47:14 -04:00
Bryan W. Weber
dbc3df1687
Switch Sphinx docs to KaTeX instead of MathJax
2018-07-29 17:47:14 -04:00
Bryan W. Weber
e8d28b0e89
Redo layout.html to match the style of and to add links to the main site
...
We need to replace most of the Sphinx-defaults with things that look
like our new Nikola website and that link to places in the Nikola
website.
2018-07-29 17:47:14 -04:00
Bryan W. Weber
2a7aed8968
Switch to the alabaster theme for API documentation
2018-07-29 17:47:14 -04:00
Bryan W. Weber
3052701250
Remove Mathjax todo that has already been done
2018-07-29 17:47:14 -04:00
Bryan W. Weber
21db5d84f3
Move Matlab docs out of the code-docs subfolder
...
Now that examples are gone, it's not needed anymore.
2018-07-29 17:47:14 -04:00
Bryan W. Weber
b68a87d624
Make Matlab doc sections more consistent with Python sections
2018-07-29 17:47:14 -04:00
Bryan W. Weber
7a69386b8d
Remove unused SConscript functions for building Python examples
2018-07-29 17:47:14 -04:00
Bryan W. Weber
e81cac9582
[Examples] Remove building Matlab examples into the docs
...
They have moved to the new website
2018-07-29 17:47:14 -04:00
Bryan W. Weber
cc9c8e5633
Remove "Migrating" docs
...
It's been a few versions since we changed the Python module.
2018-07-29 17:47:14 -04:00
Bryan W. Weber
7b6d04c381
[Examples] Remove building Python examples into the documentation
2018-07-29 17:47:14 -04:00
Ray Speth
b26dc65c41
[Doc] Provide links to docs for old versions of Cantera
2018-05-19 22:04:57 -04:00
Ray Speth
df6ecb101b
[Doc] Fix notation for mixture-averaged diffusion coefficient
...
Flame equations are formulated using Dkm *prime* (Eq. 12.180 from Kee et al),
not plain Dkm (Eq. 12.178).
2018-05-19 22:04:57 -04:00
vishesh devgan
84acdb1a30
[Doc] hydrogen combustion example blank page removed
...
Resolves #518
2018-05-19 11:01:54 -04:00
Ray Speth
66ba4b5b50
[Doc] Add update of git submodules to code checkout instructions
2018-04-03 09:22:04 -04:00
Ray Speth
3d59914e6f
Update version numbers for Cantera 2.4.0
...
Includes pre-reserved DOI for Zenodo
2018-02-17 16:05:44 -05:00
Ray Speth
d28032e845
Bump development version to 2.4.0b1
2018-02-15 23:59:59 -05:00
Bryan W. Weber
a0ac2b0cc6
[Doc] Update Doxygen MathJax link
...
The MathJax CDN is shutting down
2018-02-13 16:22:16 -05:00
Bryan W. Weber
66597b72ff
[Doc] Update about page with link to license
2018-02-10 11:53:25 -05:00
Bryan W. Weber
c29fbc808e
[Doc] Add Graphviz to optional documentation dependencies
2018-02-10 11:53:25 -05:00
Bryan W. Weber
1a394a3402
[Doc] Update compiling dependencies
...
Especially Cython must be installed for Python where SCons is installed
2018-02-10 11:53:25 -05:00
Bryan W. Weber
8195403fef
[Doc] DeCaluwe has a capital C
...
We don't need any Belgian forebears haunting us
2018-02-10 11:53:25 -05:00
Bryan W. Weber
05fa4df3b9
[Doc] Move citation information out of FAQ to About page
2018-02-10 11:53:24 -05:00
Bryan W. Weber
2abc57e2f1
[Doc] Add 'about' page to docs
...
Includes info about NumFOCUS sponsorship and donation link, as well as
the steering committee
2018-02-10 11:53:24 -05:00
Bryan W. Weber
c78a11b32f
[Doc] Add that projects can use C language to home page
2018-02-10 11:53:24 -05:00
Bryan W. Weber
0d20b50543
[Doc] Add Donation link to sidebar
2018-02-10 11:53:24 -05:00
Bryan W. Weber
977a1c7736
[Doc] Update Welcome text on homepage
2018-02-10 11:53:24 -05:00
Bryan W. Weber
8caf5e5aca
[Doc] Give the Python and Matlab example index pages more specific names
2018-02-10 11:53:23 -05:00
Bryan W. Weber
581cfb7c04
[Doc] Move Python migrating page to bottom of TOC
2018-02-10 11:53:23 -05:00
Bryan W. Weber
419a09c414
[Doc] Update install instructions in FAQ
2018-02-10 11:53:23 -05:00
Bryan W. Weber
ec5aecd3d6
[Doc] Update example links in FAQ
2018-02-10 11:53:23 -05:00
Bryan W. Weber
e6b4761c6b
Happy New Year!
2018-02-10 11:53:22 -05:00
Bryan W. Weber
e846505f57
[Doc] Use Sphinx Mathjax extension
2018-02-08 16:41:08 -05:00
Bryan W. Weber
46f8ef52a7
Remove MacPorts install instructions from documentation
...
The MacPorts recipe is broken
2018-01-21 19:44:20 -05:00
Bryan W. Weber
6ca67b4845
Update documentation for new Python configuration options
2017-11-26 16:48:40 -05:00
Ray Speth
680d0841b5
[Doc] Fix typo in BibTeX entry
2017-10-08 20:42:35 -04:00
Ray Speth
7d0bc71448
[SCons] Make build scripts compatible with SCons 3.0.0 and Python 3
2017-10-05 13:48:54 -04:00
Ray Speth
3d03795c4f
[Python] Set minimum NumPy version to 1.8.1.
...
Minimum set based on a regression in NumPy 1.8.0 which affects the SolutionArray
class.
This makes Trusty Tahr (14.04) the oldest supported version of Ubuntu (using the
Ubuntu-provided NumPy package).
Resolves #445 .
2017-07-30 14:39:57 -04:00
Bryan W. Weber
d920f2eb2c
Switch SourceForge links to point to GitHub
...
Fixes #442
2017-06-14 17:33:38 -04:00
KyleLinevitchJr
43bd96b5ba
[Matlab] Make counterflow diffusion flame simulation more general
...
The CounterFlowDiffusionFlame (CFDF) code is able to perform more general cases
of npflame_init for multiple species fuel and oxidizer streams. The
stoichiometric mixture fraction in the CFDF code uses the Bilger definition of
mixture fraction, using the conservation of elements C, H, and O. This method is
used in the python module, but not the MATLAB npflame_init function.
Also, the CFDF code uses the fuel stream density to calculate the fuel stream
velocity and the oxidizer stream density to calculate the oxidizer stream
velocity, where as the npflame_init code uses the fuel density for both velocity
calculations.
The elementMassFraction code is a MATLAB version of the python function:
elemental_mass_fraction, which is needed to run the CFDF code.
Update the diffflame.m example to use the more general CFDF function since the
input parameters are different than the npflame_init function. This example is
the same as the diffusion_flame.py sample in the Python module.
2017-06-10 16:44:50 -04:00
Ray Speth
3accd415e8
[Doc] Fix building Matlab Sphinx docs
...
Forgot to remove references to deprecated code that has been removed
2017-05-13 00:16:34 -04:00
Ray Speth
461b63e462
[SCons] Add option to pass flags to GTest
2017-02-22 22:18:40 -05:00
Ray Speth
b39537bfcb
[Thermo] Merge functionality of VPSSMgr into VPStandardStateTP
...
Remove the now-unused VPSSMgr class and descendants.
2017-02-13 13:25:46 -05:00
Ray Speth
8e89bbb8d2
Add methods for accessing the git commit used when compiling
2017-01-20 22:43:56 -05:00
Ray Speth
26651cc72c
Bump development version to 2.4.0a1
2017-01-20 16:16:32 -05:00
Ray Speth
d2aeb8fa28
[Doc] Note availability of Windows binaries for Python 3.6
2017-01-19 21:05:02 -05:00
Ray Speth
8329edf45f
[Doc] Update versions of Ubuntu for which Cantera is packaged
...
We can no longer build on stock 14.04 due to the requirement for Cython >= 0.23.
2017-01-12 22:28:53 -05:00