From 6288cbe0d49af77129c524c7fc636cdb6f2bc7c0 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 4 Dec 2023 11:42:33 -0500 Subject: [PATCH] Fix broken link into Python API docs Fixes #257 --- pages/tutorials/PythonTutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/tutorials/PythonTutorial.rst b/pages/tutorials/PythonTutorial.rst index 374be3ca..1686d41d 100644 --- a/pages/tutorials/PythonTutorial.rst +++ b/pages/tutorials/PythonTutorial.rst @@ -435,7 +435,7 @@ are used extensively within Cantera's and `1D flame model <{{% ct_docs sphinx/html/cython/onedim.html#sec-cython-onedim %}}>`__. Information about individual reactions that is independent of the thermodynamic -state can be obtained by accessing :py:class:`Reaction` objects with the +state can be obtained by accessing :py:class:`cantera.Reaction` objects with the :py:func:`Kinetics.reaction` method: .. code:: pycon