You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/parsing
Toshio Kuratomi 0873d46617 Fix ansible-doc and docsite generation for removed modules
* Fix ansible-doc wrt removed modules
  * Fix listing of modules ia ansible-doc to not complain about removed modules
    Removed modules are marked as such in the metadata but nowhere else.
    Need to retrieve the metadata when a module doesn't have a doc so that
    we can tell if it falls under this case.
  * omit removed modules from json dump
  * Print an error that the module has been removed if attempting to run
    ansible-doc on that specific module

* Get plugin_formatter to stop outputting removed modules
6 years ago
..
utils Remove use of simplejson throughout code base (#43548) 6 years ago
vault Raise a nicer error when we cannot execute the editor (#44423) 6 years ago
yaml Surround top-level function and class definitions with two blank lines. 6 years ago
__init__.py
ajson.py Enabled unsafe and vault in JSON (#38759) 7 years ago
dataloader.py Fix wrong python keyword (followup to #36357) (#41067) 7 years ago
metadata.py Guard against assignments that are not ast.Name in docs parsing (#35513) 7 years ago
mod_args.py Optimizations in mod_args parsing 7 years ago
plugin_docs.py Fix ansible-doc and docsite generation for removed modules 6 years ago
quoting.py
splitter.py