Add modularity deprecation warning to doc pages
This commit is contained in:
parent
e3719102eb
commit
031fe5abde
|
@ -19,6 +19,8 @@
|
||||||
Modularity Interface
|
Modularity Interface
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
.. warning:: Modularity is deprecated, and functionality will be removed in a future release of DNF5.
|
||||||
|
|
||||||
.. module:: dnf.module.module_base
|
.. module:: dnf.module.module_base
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1025,6 +1025,8 @@ Module Command
|
||||||
|
|
||||||
| Command: ``module``
|
| Command: ``module``
|
||||||
|
|
||||||
|
.. warning:: Modularity is deprecated, and functionality will be removed in a future release of DNF5.
|
||||||
|
|
||||||
Modularity overview is available at :ref:`man page dnf.modularity(7) <modularity-label>`.
|
Modularity overview is available at :ref:`man page dnf.modularity(7) <modularity-label>`.
|
||||||
Module subcommands take :ref:`\<module-spec>\ <specifying_modules-label>`... arguments that specify modules or profiles.
|
Module subcommands take :ref:`\<module-spec>\ <specifying_modules-label>`... arguments that specify modules or profiles.
|
||||||
|
|
||||||
|
|
|
@ -21,10 +21,11 @@
|
||||||
Modularity
|
Modularity
|
||||||
############
|
############
|
||||||
|
|
||||||
|
.. warning:: Modularity is deprecated, and functionality will be removed in a future release of DNF5.
|
||||||
|
|
||||||
Modularity is new way of building, organizing and delivering packages.
|
Modularity is new way of building, organizing and delivering packages.
|
||||||
For more details see: https://docs.pagure.org/modularity/
|
For more details see: https://docs.pagure.org/modularity/
|
||||||
|
|
||||||
|
|
||||||
=============
|
=============
|
||||||
Definitions
|
Definitions
|
||||||
=============
|
=============
|
||||||
|
|
Loading…
Reference in New Issue