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/docs/docsite/rst/dev_guide
Sandra McCann c936b8b638
[backport][2.10]Docs backportapalooza3 (#70695)
* Suggest ansible ad-hoc command while developing module (#70308)

If a local module has no documentation, the doc command will fail without any hints of what is wrong. Add another way to confirm the presence of a local module.
* Update docs/docsite/rst/dev_guide/developing_locally.rst

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 82e5d03bdb)

* Update AWS Integration test docmentation (#70454)

(cherry picked from commit e1ba7dc52a)

* Update hacking/shippable docs.

The `--all` option downloads more than is needed for analyzing code coverage.

(cherry picked from commit fb7740ae3b)

* Document that subversion module requires subversion (#70537)

(cherry picked from commit 64c2cb273f)

* update documentation link to python 3 (#70509)

update the docs link for strftime on the filters page to point to the python3 docs

(cherry picked from commit f7db428375)

* Update windows_winrm.rst (#70306)

gcc also needed to be installed alongside python-devel, krb5-devel, krb5-libs, and krb5-workstation.

(cherry picked from commit f4ea43c4a0)

* updated requirements file for docs build (#70609)

(cherry picked from commit 38ccfb4a3e)

* Clarify that index_var is 0 indexed (#70548)

A little further down the page is another index, ansible_loop.index, which shares a similar description but is 1 indexed.
Its zero indexed twin has a 0 suffix.

``ansible_loop.index``      The current iteration of the loop. (1 indexed)
``ansible_loop.index0``     The current iteration of the loop. (0 indexed)

To remove ambiguity around the usage of index_var, explicitly mention that this variable is 0 indexed.

(cherry picked from commit c410311f55)

* docs: update module development docs (#70594)

Update module development docs for flattened modules directory.

Fixes: #70261 (at least partially)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 20209c508f)

* Doc: fix examples of changelog entries. (#70551)

(cherry picked from commit edcd1a1a70)

* Document tags are not supported with task meta. (#70590)

fixes #70338

(cherry picked from commit 40591d5fbb)

* docs: update date format in removed_at_date (#70597)

removed_at_date requires YYYY-MM-DD format.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 375c6b4ae4)

* partial update of community docs to reflect collections transition (#70488)

(cherry picked from commit f1f782fc37)

Co-authored-by: Michael Ritsema <michaelritsema@users.noreply.github.com>
Co-authored-by: Mark Chappell <mchappel@redhat.com>
Co-authored-by: Matt Clay <matt@mystile.com>
Co-authored-by: Alan Rominger <arominge@redhat.com>
Co-authored-by: FloMiau <37121807+FloMiau@users.noreply.github.com>
Co-authored-by: mahadelmi <mahadelmi@cmail.carleton.ca>
Co-authored-by: Sayee <57951841+sayee-jadhav@users.noreply.github.com>
Co-authored-by: Karl Goetz <goetzk@users.noreply.github.com>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
6 years ago
..
platforms [backport][2.10]Docs backportapalooza3 (#70695) 6 years ago
shared_snippets Clarify that GPLv3+ module_utils need core team approval (#56740) 7 years ago
style_guide added documentation for R() (#69832) 6 years ago
testing/sanity validate ansible-base's and collections runtime.yml (#69742) 6 years ago
debugging.rst Correct debugging modules documentation (#69245) 6 years ago
developing_api.rst removes last :doc: links in the dev guide (#58417) 7 years ago
developing_collections.rst [backport][2.10]Docs backportapalooza3 (#70695) 6 years ago
developing_core.rst removes last :doc: links in the dev guide (#58417) 7 years ago
developing_inventory.rst Fix cache example (#64600) 6 years ago
developing_locally.rst [backport][2.10]Docs backportapalooza3 (#70695) 6 years ago
developing_module_utilities.rst fixed some broken links (#66182) 6 years ago
developing_modules.rst rewrite of the developer guide, part 1 (#45179) 7 years ago
developing_modules_best_practices.rst Update developing_modules_best_practices.rst (#69937) 6 years ago
developing_modules_checklist.rst This was changed to python 2.7 but should have remained python 2.6 (#66836) 6 years ago
developing_modules_documenting.rst Doc backportapalooza 2 (#70440) 6 years ago
developing_modules_general.rst [backport][2.10]Docs backportapalooza3 (#70695) 6 years ago
developing_modules_general_aci.rst remove build errors including guess (#69711) 6 years ago
developing_modules_general_windows.rst [backport][2.10]Docs backportapalooza3 (#70695) 6 years ago
developing_modules_in_groups.rst [backport][2.10]Docs backportapalooza3 (#70695) 6 years ago
developing_plugins.rst Update inventory caching documentation (#69100) 6 years ago
developing_program_flow_modules.rst doc: explain default "required" value for argument_spec (#68678) 6 years ago
developing_python_3.rst Update developing_python_3.rst (#66249) 6 years ago
developing_rebasing.rst Update developing_rebasing.rst (#51650) 7 years ago
index.rst How to contribute to Ansible maintained collections (#69202) 6 years ago
migrating_roles.rst remove build errors including guess (#69711) 6 years ago
module_lifecycle.rst Document the ability to deprecate by date (#69833) 6 years ago
overview_architecture.rst Docs: edits & expands module_utils & search path info in dev guide (#55931) 7 years ago
testing.rst Update testing collections to mention ansible-base versions (#69805) 6 years ago
testing_compile.rst Extend dev guide for collection testing and collection hacking (#68899) 6 years ago
testing_documentation.rst dev_guide: Correct path to ansible-test requirements files (#66626) 6 years ago
testing_httptester.rst removes last :doc: links in the dev guide (#58417) 7 years ago
testing_integration.rst [backport][2.10]Docs backportapalooza3 (#70695) 6 years ago
testing_integration_legacy.rst restores legacy testing file (#46095) 7 years ago
testing_pep8.rst Remove obsolete docs on pep8 sanity test. 6 years ago
testing_running_locally.rst fixes link, makes intrapage TOC local (#67664) 6 years ago
testing_sanity.rst Dev guide: add notes about different image types for integration and unit/sanity tests (#68663) 6 years ago
testing_units.rst Dev guide: add notes about different image types for integration and unit/sanity tests (#68663) 6 years ago
testing_units_modules.rst fixes import paths for ansible unit testing (#65775) 6 years ago
testing_validate-modules.rst starting metadata sunset (#69454) 6 years ago