Skip to content

Commit

Permalink
[Doc] Delete source keyword for phases
Browse files Browse the repository at this point in the history
The source keyword argument was removed when CTI/XML input was removed.
  • Loading branch information
bryanwweber authored and ischoegl committed Jul 11, 2022
1 parent 548fa0f commit c9ad1e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/sphinx/cython/importing.rst
Expand Up @@ -12,11 +12,11 @@ Composite Phase Objects
These classes are composite representations of a substance which has
thermodynamic, chemical kinetic, and (optionally) transport properties.

.. autoclass:: Solution(infile='', name='', *, origin=None, source=None, yaml=None, thermo=None, species=(), kinetics=None, reactions=())
.. autoclass:: Solution(infile='', name='', *, origin=None, yaml=None, thermo=None, species=(), kinetics=None, reactions=())

.. autoclass:: cantera.solutionbase._SolutionBase()

.. autoclass:: Interface(infile='', name='', adjacent=(), *, origin=None, source=None, yaml=None, thermo=None, species=(), kinetics=None, reactions=())
.. autoclass:: Interface(infile='', name='', adjacent=(), *, origin=None, yaml=None, thermo=None, species=(), kinetics=None, reactions=())

.. autoclass:: DustyGas(infile, name='')

Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/cython/thermo.rst
Expand Up @@ -14,11 +14,11 @@ These classes are used to describe the thermodynamic state of a system.

ThermoPhase
^^^^^^^^^^^
.. autoclass:: ThermoPhase(infile='', name='', *, origin=None, source=None, yaml=None, thermo=None, species=(), **kwargs)
.. autoclass:: ThermoPhase(infile='', name='', *, origin=None, yaml=None, thermo=None, species=(), **kwargs)

InterfacePhase
^^^^^^^^^^^^^^
.. autoclass:: InterfacePhase(infile='', name='', adjacent=(), *, origin=None, source=None, yaml=None, thermo=None, species=(), **kwargs)
.. autoclass:: InterfacePhase(infile='', name='', adjacent=(), *, origin=None, yaml=None, thermo=None, species=(), **kwargs)

PureFluid
^^^^^^^^^
Expand Down

0 comments on commit c9ad1e7

Please sign in to comment.