Skip to content

Commit 2242a6b

Browse files
committed
Merge remote-tracking branch 'jsiirola/solver-refactor' into solver-refactor
2 parents 93fff17 + 7203a35 commit 2242a6b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

doc/OnlineDocs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
'numpy': ('https://numpy.org/doc/stable/', None),
5858
'pandas': ('https://pandas.pydata.org/docs/', None),
5959
'scikit-learn': ('https://scikit-learn.org/stable/', None),
60-
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
61-
'Sphinx': ('https://www.sphinx-doc.org/en/stable/', None),
60+
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
61+
'Sphinx': ('https://www.sphinx-doc.org/en/master/', None),
6262
}
6363

6464
# -- General configuration ------------------------------------------------

doc/OnlineDocs/library_reference/expressions/context_managers.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@ Context Managers
88
.. autoclass:: pyomo.core.expr.linear_expression
99
:members:
1010

11-
.. autoclass:: pyomo.core.expr.current.clone_counter
12-
:members:
13-

0 commit comments

Comments
 (0)