ansible/docs/templates
John R Barker a23c95023b
Module deprecation: docs, scheme and tests (#34100)
Enforce module deprecation.
After module has reached the end of it's deprecation cycle we will replace it with a docs stub.

* Replace deprecated modules with docs-only sub
* Use of deprecated past deprecation cycle gives meaningful message (see examples below)
* Enforce documentation.deprecation dict via `schema.py`
* Update `ansible-doc` and web docs to display documentation.deprecation
* Document that structure in `dev_guide`
* Ensure that all modules starting with `_` have a `deprecation:` block
* Ensure `deprecation:` block is only used on modules that start with `_`
* `removed_in` A string which represents when this module needs **deleting**
* CHANGELOG.md and porting_guide_2.5.rst list removed modules as well as alternatives
* CHANGELOG.md links to porting guide index

To ensure that meaningful messages are given to the user if they try to use a module at the end of it's deprecation cycle we enforce the module to contain:
```python
if __name__ == '__main__':
    removed_module()
```
2018-01-30 12:23:52 +00:00
..
cli_rst.j2 Fix py3 docs build (#33345) 2017-11-28 12:05:19 -06:00
config.rst.j2 Fix various RST warnings (#34084) 2017-12-20 15:20:05 +00:00
list_of_CATEGORY_modules.rst.j2 Fix modules index delimiter and improve readability (#35187) 2018-01-25 23:28:57 +01:00
list_of_CATEGORY_plugins.rst.j2 Fix modules index delimiter and improve readability (#35187) 2018-01-25 23:28:57 +01:00
man.j2 Fix sorting in man template on python3. Fixes #33663 (#33673) 2017-12-07 09:16:04 -05:00
modules_by_category.rst.j2 Revamp the plugin_formatter doc generator 2017-08-15 23:12:08 -07:00
modules_by_support.rst.j2 Misc docs fixes 2017-08-22 11:52:30 -07:00
playbooks_keywords.rst.j2 Keywords docs (#32807) 2017-11-10 16:59:26 -08:00
plugin.rst.j2 Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
plugins_by_category.rst.j2 Generate plugin rst (#28901) 2017-09-19 11:14:27 -04:00
plugins_by_support.rst.j2 Generate plugin rst (#28901) 2017-09-19 11:14:27 -04:00