Skip to content

Commit

Permalink
Merge pull request #3155 from jsiirola/doc-warnings
Browse files Browse the repository at this point in the history
Update intersphinx links, remove docs for nonfunctional code
  • Loading branch information
jsiirola authored Feb 21, 2024
2 parents 158933f + 33a0545 commit 8d599f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/OnlineDocs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
'numpy': ('https://numpy.org/doc/stable/', None),
'pandas': ('https://pandas.pydata.org/docs/', None),
'scikit-learn': ('https://scikit-learn.org/stable/', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
'Sphinx': ('https://www.sphinx-doc.org/en/stable/', None),
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
'Sphinx': ('https://www.sphinx-doc.org/en/master/', None),
}

# -- General configuration ------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ Context Managers
.. autoclass:: pyomo.core.expr.linear_expression
:members:

.. autoclass:: pyomo.core.expr.current.clone_counter
:members:

0 comments on commit 8d599f5

Please sign in to comment.