From c46adb2c173007e86ce65ec9f17a235e916765fa Mon Sep 17 00:00:00 2001 From: Bryan Weber Date: Mon, 24 Apr 2023 07:27:53 -0600 Subject: [PATCH] Docs and AUTHORS --- AUTHORS | 1 + doc/sphinx/cython/units.rst | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/AUTHORS b/AUTHORS index 52ee1adfb5..83362a284c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,6 +6,7 @@ tracker. Rounak Agarwal (@agarwalrounak) David Akinpelu (@DavidAkinpelu), Louisiana State University +Halla Ali (@hallaali) Emil Atz (@EmilAtz) Jongyoon Bae (@jongyoonbae), Brown University Philip Berndt diff --git a/doc/sphinx/cython/units.rst b/doc/sphinx/cython/units.rst index ae70390faf..28178f67f8 100644 --- a/doc/sphinx/cython/units.rst +++ b/doc/sphinx/cython/units.rst @@ -11,6 +11,7 @@ Solution with Units ------------------- .. autoclass:: Solution + :no-members: PureFluid Phases With Units --------------------------- @@ -19,14 +20,23 @@ The following convenience classes are available to create `PureFluid objects with the indicated equation of state: .. autoclass:: CarbonDioxide + :no-members: .. autoclass:: Heptane + :no-members: .. autoclass:: Hfc134a + :no-members: .. autoclass:: Hydrogen + :no-members: .. autoclass:: Methane + :no-members: .. autoclass:: Nitrogen + :no-members: .. autoclass:: Oxygen + :no-members: .. autoclass:: Water + :no-members: The full documentation for the `PureFluid ` class and its properties is here: .. autoclass:: PureFluid + :no-members: