Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/cantera/thermo/DebyeHuckel.h
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class PDSS_Water;
* at, in the future.
*
* Example phase and species definitions are given in the
* <a href="../../sphinx/html/yaml/phases.html#debye-huckel">YAML API Reference</a>.
* [YAML API Reference](../yaml/phases.html#debye-huckel).
*
* ## Application within Kinetics Managers
*
Expand Down
2 changes: 1 addition & 1 deletion include/cantera/thermo/HMWSoln.h
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ class WaterProps;
*
* An example phase definition specifying a number of the above species interaction
* parameters is given in the
* <a href="../../sphinx/html/yaml/phases.html#hmw-electrolyte">YAML API Reference</a>.
* [YAML API Reference](../yaml/phases.html#hmw-electrolyte).
*
* ### Specification of the Debye-Huckel Constant
*
Expand Down
2 changes: 1 addition & 1 deletion include/cantera/thermo/IdealGasPhase.h
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ namespace Cantera
* ## YAML Example
*
* An example ideal gas phase definition is given in the
* <a href="../../sphinx/html/yaml/phases.html#ideal-gas">YAML API Reference</a>.
* [YAML API Reference](../yaml/phases.html#ideal-gas).
*
* @ingroup thermoprops
*/
Expand Down
3 changes: 1 addition & 2 deletions include/cantera/thermo/IdealMolalSoln.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ namespace Cantera
* constants involving species in this phase.
*
* An example phase definition is given in the
* <a href="../../sphinx/html/yaml/phases.html#ideal-molal-solution">
* YAML API Reference</a>.
* [YAML API Reference](../yaml/phases.html#ideal-molal-solution).
*
* @ingroup thermoprops
*/
Expand Down
3 changes: 1 addition & 2 deletions include/cantera/thermo/PDSS_SSVol.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ namespace Cantera
*
* An example of the specification of a standard state using a temperature dependent
* standard state volume is given in the
* <a href="../../sphinx/html/yaml/species.html#density-temperature-polynomial">
* YAML API Reference</a>.
* [YAML API Reference](../yaml/species.html#density-temperature-polynomial).
*
* @ingroup pdssthermo
*/
Expand Down
2 changes: 1 addition & 1 deletion include/cantera/thermo/SurfPhase.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ namespace Cantera
* @f]
*
* An example phase definition is given in the
* <a href="../../sphinx/html/yaml/phases.html#ideal-surface"> YAML API Reference</a>.
* [YAML API Reference](../yaml/phases.html#ideal-surface").
*
* @ingroup thermoprops
*/
Expand Down
2 changes: 1 addition & 1 deletion interfaces/matlab_experimental/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function calling from Cantera CLib.

1. Install Matlab (any release newer than R2008a).
2. Compile Cantera from Source and install in your Conda environment, as directed in
this link. https://cantera.org/stable/develop/compiling-install.html. The
this link. https://cantera.org/stable/develop/index.html. The
experimental Matlab Toolbox does not require a SCons option to install at this moment
since it's stand-alone.
3. For first time users, launch Matlab, then navigate to `/path/to/cantera/source/code`
Expand Down
Loading