Skip to content

Commit

Permalink
Fix some broken links in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Aug 22, 2024
1 parent a8577e2 commit ef5cedf
Showing 1 changed file with 4 additions and 4 deletions.
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.pure_VLE_T>`"
"The Python method is here: :py:meth:`pure_VLE_T <teqp.teqp.AbstractState.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.mix_VLE_Tx>`"
"The Python method is here: :py:meth:`mix_VLE_Tx <teqp.teqp.AbstractState.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.trace_VLE_isotherm_binary>`"
"The Python method is here: :py:meth:`trace_VLE_isotherm_binary <teqp.teqp.AbstractState.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.trace_VLE_isobar_binary>`"
"The tracer function class is here: :py:meth:`trace_VLE_isobar_binary <teqp.teqp.AbstractState.trace_VLE_isobar_binary>`"
]
},
{
Expand Down

0 comments on commit ef5cedf

Please sign in to comment.