From e7f346cddf7713837fb907cf6f898605acb3d2d0 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Sat, 9 Jun 2018 16:44:01 -0400 Subject: [PATCH] Fix references to examples in docstrings Seems like the best bet is an absolute link, since the examples are no longer in the Sphinx-generated docs --- interfaces/cython/cantera/composite.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/cython/cantera/composite.py b/interfaces/cython/cantera/composite.py index b7b78e23c..6d11e765e 100644 --- a/interfaces/cython/cantera/composite.py +++ b/interfaces/cython/cantera/composite.py @@ -45,8 +45,8 @@ class Solution(ThermoPhase, Kinetics, Transport): `Reaction` objects, respectively. For non-trivial uses cases of this functionality, see the examples - :ref:`py-example-extract_submechanism.py` and - :ref:`py-example-mechanism_reduction.py`. + `extract_submechanism.py `_ + and `mechanism_reduction.py `_. In addition, `Solution` objects can be constructed by passing the text of the CTI or XML phase definition in directly, using the ``source`` keyword