Skip to content

Commit 0dccc5b

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

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
@@ -4,7 +4,7 @@ Quick Start Guide
44
=================
55

66
To use Pyomo.DoE, a user must implement a subclass of the :ref:`Parmest <parmest>` ``Experiment`` class.
7-
The subclass must have a ``get_labeled_model`` method which returns a Pyomo `ConcreteModel`
7+
The subclass must have a ``get_labeled_model`` method which returns a Pyomo :class:`ConcreteModel`
88
containing four Pyomo ``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,
1010
:ref:`Parmest <parmest>`. The four Pyomo ``Suffix`` components are:

0 commit comments

Comments
 (0)