Skip to content

Commit 505fed5

Browse files
authored
Merge branch 'main' into doc-config
2 parents bf03a62 + b2463cc commit 505fed5

3 files changed

Lines changed: 0 additions & 66 deletions

File tree

doc/OnlineDocs/explanation/contrib_index.txt

Lines changed: 0 additions & 47 deletions
This file was deleted.

pyomo/contrib/README.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,5 @@ documentation for a description of these libraries.
55
The 'example' directory illustrates the layout of a contrib package
66
that is included in the Pyomo source tree.
77

8-
The 'simplemodel' directory illustrates the layout of a contrib
9-
package that is installed separately, but which appears as a
10-
subpackage under 'pyomo.contrib'.
11-
128
NOTE: Packages that define plugins should be specified in
139
the file pyomo/pyomo/environ/__init__.py

pyomo/contrib/__init__.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,3 @@
88
# rights in this software.
99
# This software is distributed under the 3-clause BSD License.
1010
# ___________________________________________________________________________
11-
12-
#
13-
# declare deprecation paths for removed modules and attributes
14-
#
15-
from pyomo.common.deprecation import moved_module
16-
17-
moved_module(
18-
"pyomo.contrib.simplemodel",
19-
"pyomocontrib_simplemodel",
20-
msg="The use of pyomo.contrib.simplemodel is deprecated. "
21-
"This capability is now supported in the pyomocontrib_simplemodel "
22-
"package, which is included in the pyomo_community distribution.",
23-
version='5.6.9',
24-
)
25-
del moved_module

0 commit comments

Comments
 (0)