Skip to content

Commit 79a1134

Browse files
committed
Update doc text to not run afoul of Sphinx short description logic
1 parent 427b8ba commit 79a1134

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyomo/contrib/pyros/uncertainty_sets.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ def dim(self):
724724

725725
class BoxSet(UncertaintySet):
726726
"""
727-
A hyper-rectangle (a.k.a. "box").
727+
A hyper-rectangle (i.e., "box").
728728
729729
Parameters
730730
----------
@@ -868,7 +868,7 @@ def set_as_constraint(self, uncertain_params, **kwargs):
868868

869869
class CardinalitySet(UncertaintySet):
870870
"""
871-
A cardinality-constrained (a.k.a. "gamma") set.
871+
A cardinality-constrained (i.e., "gamma") set.
872872
873873
Parameters
874874
----------
@@ -1718,7 +1718,7 @@ def add_bounds_on_uncertain_parameters(model, config):
17181718

17191719
class FactorModelSet(UncertaintySet):
17201720
"""
1721-
A factor model (a.k.a. "net-alpha" model) set.
1721+
A factor model (i.e., "net-alpha" model) set.
17221722
17231723
Parameters
17241724
----------

0 commit comments

Comments
 (0)