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
This commit is contained in:
parent
e81cac9582
commit
e7f346cddf
1 changed files with 2 additions and 2 deletions
|
|
@ -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 <https://cantera.org/examples/python/extract_submechanism.py.html>`_
|
||||
and `mechanism_reduction.py <https://cantera.org/examples/python/mechanism_reduction.py.html>`_.
|
||||
|
||||
In addition, `Solution` objects can be constructed by passing the text of
|
||||
the CTI or XML phase definition in directly, using the ``source`` keyword
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue