From 9577409516b78017ff9c07ab41816d482f44a088 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Tue, 22 Dec 2015 16:48:24 -0500 Subject: [PATCH] [Doc] Add documentation for new Element class and functions --- doc/sphinx/cython/thermo.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/sphinx/cython/thermo.rst b/doc/sphinx/cython/thermo.rst index 8c0afe7d3..5cce3dec2 100644 --- a/doc/sphinx/cython/thermo.rst +++ b/doc/sphinx/cython/thermo.rst @@ -62,3 +62,13 @@ ShomatePoly2 ^^^^^^^^^^^^ .. autoclass:: ShomatePoly2(T_low, T_high, P_ref, coeffs) :no-undoc-members: + +Element +------- + +.. autoclass:: Element + :no-undoc-members: + + .. autoattribute:: num_elements_defined + .. autoattribute:: element_symbols + .. autoattribute:: element_names