Skip to content

Commit f6b4364

Browse files
slilonfe5jsiirola
andauthored
Update doc/OnlineDocs/explanation/analysis/doe/guide.rst
Co-authored-by: John Siirola <jsiirola@users.noreply.github.com>
1 parent 459932e commit f6b4364

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • doc/OnlineDocs/explanation/analysis/doe

doc/OnlineDocs/explanation/analysis/doe/guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To use Pyomo.DoE, a user must implement a subclass of the :ref:`Parmest <parmest
77
The subclass must have a ``get_labeled_model`` method which returns a Pyomo :class:`ConcreteModel`
88
containing four Pyomo :class:`Suffix` components identifying the parts of the model used in
99
MBDoE analysis. This is in line with the convention used in the parameter estimation tool,
10-
:ref:`Parmest <parmest>`. The four Pyomo ``Suffix`` components are:
10+
:ref:`Parmest <parmest>`. The four Pyomo :class:`Suffix` components are:
1111

1212
* ``experiment_inputs`` - The experimental design decisions
1313
* ``experiment_outputs`` - The values measured during the experiment

0 commit comments

Comments
 (0)