We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46aba83 commit 0dccc5bCopy full SHA for 0dccc5b
1 file changed
doc/OnlineDocs/explanation/analysis/doe/guide.rst
@@ -4,7 +4,7 @@ Quick Start Guide
4
=================
5
6
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`
+The subclass must have a ``get_labeled_model`` method which returns a Pyomo :class:`ConcreteModel`
8
containing four Pyomo ``Suffix`` components identifying the parts of the model used in
9
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:
0 commit comments