From 8471200fc18ea2c7e5a948ccb18db8e2876f1b17 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Fri, 21 Feb 2014 19:07:54 +0000 Subject: [PATCH] [Doc] Add class Mixture to Sphinx docs --- doc/sphinx/cython/thermo.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/sphinx/cython/thermo.rst b/doc/sphinx/cython/thermo.rst index ac8c74ba1..98c51eb70 100644 --- a/doc/sphinx/cython/thermo.rst +++ b/doc/sphinx/cython/thermo.rst @@ -8,3 +8,4 @@ These classes are used to describe the thermodynamic state of a system. .. autoclass:: ThermoPhase(infile='', phaseid='') .. autoclass:: InterfacePhase(infile='', phaseid='') .. autoclass:: PureFluid(infile='', phaseid='') +.. autoclass:: Mixture