Skip to content

Commit

Permalink
Update doc text to not run afoul of Sphinx short description logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Oct 22, 2024
1 parent 427b8ba commit 79a1134
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyomo/contrib/pyros/uncertainty_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def dim(self):

class BoxSet(UncertaintySet):
"""
A hyper-rectangle (a.k.a. "box").
A hyper-rectangle (i.e., "box").
Parameters
----------
Expand Down Expand Up @@ -868,7 +868,7 @@ def set_as_constraint(self, uncertain_params, **kwargs):

class CardinalitySet(UncertaintySet):
"""
A cardinality-constrained (a.k.a. "gamma") set.
A cardinality-constrained (i.e., "gamma") set.
Parameters
----------
Expand Down Expand Up @@ -1718,7 +1718,7 @@ def add_bounds_on_uncertain_parameters(model, config):

class FactorModelSet(UncertaintySet):
"""
A factor model (a.k.a. "net-alpha" model) set.
A factor model (i.e., "net-alpha" model) set.
Parameters
----------
Expand Down

0 comments on commit 79a1134

Please sign in to comment.