Skip to content

Commit 50129d0

Browse files
committed
Revert changes for plurality
1 parent 9ee797e commit 50129d0

File tree

1 file changed

+2
-2
lines changed
  • doc/OnlineDocs/explanation/modeling

1 file changed

+2
-2
lines changed

doc/OnlineDocs/explanation/modeling/dae.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This component is used to define continuous bounded domains (for example
4747
like variables and constraints. Any number of
4848
:py:class:`ContinuousSets <pyomo.dae.ContinuousSet>` can be used to index a
4949
component and components can be indexed by both
50-
:py:class:`.Set` and
50+
:py:class:`Sets <.Set>` and
5151
:py:class:`ContinuousSets <pyomo.dae.ContinuousSet>` in arbitrary order.
5252

5353
In the current implementation, models with
@@ -416,7 +416,7 @@ discretization equations for this method are shown below:
416416
417417
where :math:`h` is the step size between discretization points or the size of
418418
each finite element. These equations are generated automatically as
419-
:py:class:`.Constraint` when the backward
419+
:py:class:`Constraints<.Constraint>` when the backward
420420
difference method is applied to a Pyomo model.
421421

422422
There are several discretization options available to a

0 commit comments

Comments
 (0)