Skip to content

Commit

Permalink
Fix some cross-references
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Aug 22, 2024
1 parent ef5cedf commit 53e43b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/source/algorithms/GeneralizedPhaseEquilibria.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"raw_mimetype": "text/restructuredtext"
},
"source": [
"The overall class is called :py:meth:`GeneralizedPhaseEquilibrium <teqp.teqp.phaseequil.GeneralizedPhaseEquilibrium>` and takes in the model, the bulk composition, the initial set of variables (used to initialize the number of phases and components), and the two additional specification equations."
"The overall class is called :py:meth:`~teqp.teqp.phaseequil.GeneralizedPhaseEquilibrium` and takes in the model, the bulk composition, the initial set of variables (used to initialize the number of phases and components), and the two additional specification equations."
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions doc/source/algorithms/VLE.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"raw_mimetype": "text/restructuredtext"
},
"source": [
"The Python method is here: :py:meth:`pure_VLE_T <teqp.teqp.AbstractState.pure_VLE_T>`"
"The Python method is here: :py:meth:`pure_VLE_T <teqp.teqp.AbstractModel.pure_VLE_T>`"
]
},
{
Expand Down Expand Up @@ -109,7 +109,7 @@
"raw_mimetype": "text/restructuredtext"
},
"source": [
"The Python method is here: :py:meth:`mix_VLE_Tx <teqp.teqp.AbstractState.mix_VLE_Tx>`"
"The Python method is here: :py:meth:`mix_VLE_Tx <teqp.teqp.AbstractModel.mix_VLE_Tx>`"
]
},
{
Expand Down Expand Up @@ -166,7 +166,7 @@
"raw_mimetype": "text/restructuredtext"
},
"source": [
"The Python method is here: :py:meth:`trace_VLE_isotherm_binary <teqp.teqp.AbstractState.trace_VLE_isotherm_binary>`"
"The Python method is here: :py:meth:`trace_VLE_isotherm_binary <teqp.teqp.AbstractModel.trace_VLE_isotherm_binary>`"
]
},
{
Expand Down Expand Up @@ -272,7 +272,7 @@
"raw_mimetype": "text/restructuredtext"
},
"source": [
"The tracer function class is here: :py:meth:`trace_VLE_isobar_binary <teqp.teqp.AbstractState.trace_VLE_isobar_binary>`"
"The tracer function class is here: :py:meth:`trace_VLE_isobar_binary <teqp.teqp.AbstractModel.trace_VLE_isobar_binary>`"
]
},
{
Expand Down

0 comments on commit 53e43b1

Please sign in to comment.