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/test/integration/targets/ansible-doc
Brian Coca 4260b71cc7
refactor and fixes for doc parsing (#77719)
* refactor and remove redundant code in documentation

  allow location and building api to be more accessible
  fix issues with displaying ansible.legacy and ansible.builtin
  ensure we don't x2 process tokens (some modules reference them also) fixes #77764
  move to constants vs hardcoded
  more informative errors and comments
  now have actual filter/test plugins, which expose the filter/test functions
  moved filter/test loading/finding logic into jinja2pluginloader, removed dupe implementations
  added tests for case in which we unique by basename when listing

Update lib/ansible/utils/plugin_docs.py
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
3 years ago
..
broken-docs/collections/ansible_collections/testns/testcol Handle errors during ansible-doc --metadata-dump more gracefully (#77035) 4 years ago
collections/ansible_collections/testns refactor and fixes for doc parsing (#77719) 3 years ago
filter_plugins refactor and fixes for doc parsing (#77719) 3 years ago
library refactor and fixes for doc parsing (#77719) 3 years ago
roles Role argspec: allow new argument spec file (#74582) 5 years ago
test_role1 Change role argspec file used by ansible-doc (#72927) 5 years ago
aliases Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
fakecollrole.output ansible-doc role arg spec support (#72120) 5 years ago
fakemodule.output ansible-doc: improve version_added handling (#73602) 5 years ago
fakerole.output ansible-doc role arg spec support (#72120) 5 years ago
inventory WIP - Fix ansible-doc bugs and add integration tests. (#62461) 6 years ago
noop.output Add integration tests for add_collection_to_versions_and_dates(), and extend ansible-doc tests (#73601) 5 years ago
noop_vars_plugin.output Add integration tests for add_collection_to_versions_and_dates(), and extend ansible-doc tests (#73601) 5 years ago
notjsonfile.output Add integration tests for add_collection_to_versions_and_dates(), and extend ansible-doc tests (#73601) 5 years ago
randommodule-text.output ansible-doc: improve version_added handling (#73602) 5 years ago
randommodule.output Add integration tests for add_collection_to_versions_and_dates(), and extend ansible-doc tests (#73601) 5 years ago
runme.sh refactor and fixes for doc parsing (#77719) 3 years ago
test.yml refactor and fixes for doc parsing (#77719) 3 years ago
test_docs_returns.output refactor and fixes for doc parsing (#77719) 3 years ago
test_docs_suboptions.output refactor and fixes for doc parsing (#77719) 3 years ago
test_docs_yaml_anchors.output refactor and fixes for doc parsing (#77719) 3 years ago