From 43d4086c5ba1a5ff42fa6c1e890744aa072eee92 Mon Sep 17 00:00:00 2001 From: Ingmar Schoegl Date: Sun, 12 Mar 2023 19:05:53 -0500 Subject: [PATCH] [sphinx] Add FreeFlow and AxisymmetricFlow --- doc/sphinx/cython/onedim.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/sphinx/cython/onedim.rst b/doc/sphinx/cython/onedim.rst index 6e77a508b..1f427ab64 100644 --- a/doc/sphinx/cython/onedim.rst +++ b/doc/sphinx/cython/onedim.rst @@ -59,17 +59,17 @@ IdealGasFlow .. autoclass:: IdealGasFlow(thermo) :inherited-members: -IonFlow -^^^^^^^ -.. autoclass:: IonFlow(thermo) - FreeFlow ^^^^^^^^ .. autoclass:: FreeFlow(thermo) -AxisymmetricStagnationFlow -^^^^^^^^^^^^^^^^^^^^^^^^^^ -.. autoclass:: AxisymmetricStagnationFlow(thermo) +AxisymmetricFlow +^^^^^^^^^^^^^^^^ +.. autoclass:: AxisymmetricFlow(thermo) + +IonFlow +^^^^^^^ +.. autoclass:: IonFlow(thermo) Boundaries ----------