@@ -9,40 +9,29 @@ Deprecation
99-----------
1010
1111We offer a set of tools to help with deprecation in
12- `` pyomo.common.deprecation ` `.
12+ :py:mod: ` pyomo.common.deprecation `.
1313
1414By policy, when deprecating or moving an existing capability, one of the
1515following utilities should be leveraged. Each has a required
1616``version `` argument that should be set to current development version (e.g.,
1717``"6.6.2.dev0" ``). This version will be updated to the next actual
1818release as part of the Pyomo release process. The current development version
19- can be found by running ``pyomo --version `` on your local fork/branch.
19+ can be found by running
20+
21+ ``pyomo --version ``
22+
23+ on your local fork/branch.
2024
2125.. currentmodule :: pyomo.common.deprecation
2226
2327.. autosummary ::
2428
2529 deprecated
2630 deprecation_warning
27- relocated_module
31+ moved_module
2832 relocated_module_attribute
2933 RenamedClass
3034
31- .. autodecorator :: pyomo.common.deprecation.deprecated
32- :noindex:
33-
34- .. autofunction :: pyomo.common.deprecation.deprecation_warning
35- :noindex:
36-
37- .. autofunction :: pyomo.common.deprecation.relocated_module
38- :noindex:
39-
40- .. autofunction :: pyomo.common.deprecation.relocated_module_attribute
41- :noindex:
42-
43- .. autoclass :: pyomo.common.deprecation.RenamedClass
44- :noindex:
45-
4635
4736Removal
4837-------
@@ -52,10 +41,8 @@ warning, pending extenuating circumstances. The functionality should
5241be deprecated, following the information above.
5342
5443If the functionality is documented in the most recent
55- edition of [`Pyomo - Optimization Modeling in Python `_], it may not be removed
56- until the next major version release.
57-
58- .. _Pyomo - Optimization Modeling in Python : https://doi.org/10.1007/978-3-030-68928-5
44+ edition of :ref: `Pyomo - Optimization Modeling in Python <pyomobookiii >`,
45+ it may not be removed until the next major version release.
5946
6047For other functionality, it is preferred that ample time is given
6148before removing the functionality. At minimum, significant functionality
0 commit comments