Skip to content

Commit

Permalink
Fix broken links to website in docstrings.
Browse files Browse the repository at this point in the history
The examples were reorganized and there are a couple of links to them in the docstrings.
  • Loading branch information
rwest authored and speth committed Jan 2, 2020
1 parent 3003156 commit 237936c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interfaces/cython/cantera/composite.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ class Solution(ThermoPhase, Kinetics, Transport):
models.
For non-trivial uses cases of this functionality, see the examples
`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>`_.
`extract_submechanism.py <https://cantera.org/examples/python/kinetics/extract_submechanism.py.html>`_
and `mechanism_reduction.py <https://cantera.org/examples/python/kinetics/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
Expand Down

0 comments on commit 237936c

Please sign in to comment.