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
Alicia Cozine af07c35f98
Backport/2.11/docs2 (#74484)
* Add description for COLLECTIONS_SCAN_SYS_PATH (#74351)

Fixes: #74275

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

* lighten navigation background to make section labels easier to read for core docs (#74356)

* make section labels for /ansible-core/ docs easier to read, with black text and lighter gray background

(cherry picked from commit 6119fb0a9a)

* Correct splitext() description, and example (#74377)

`splitext()` returns a 2-tuple of strings, and the last element of the return value includes the `.`

(cherry picked from commit c295de661c)

* Using "~" instead of "+" for concatination (#74364)

Changed FAQ examples to conform with the Jinja documentation:
If both values on either side of a plus/+ are numbers, they will be added whereas using "~" will convert all operands into strings and then concatenate them. Closes #73799.

(cherry picked from commit e6a5245d60)

* Docs - Split Developing collections page, add info on optional module_utils (#74105)

*

(cherry picked from commit c90922ee36)

* Add weos4 network platform to documentation (#74088)

* Add weos4 network platform to documentation

* Fix small format issues

(cherry picked from commit 7ca5dede97)

* Fix typo in Makefile (#74396)

Fixed minor typo specfic -> specific

(cherry picked from commit 4880fee6ca)

* Update complex_data_manipulation.rst (#72509)

(cherry picked from commit c2985c491b)

* Update VMware library installation docs (#71219)

Depending upon OS/distro, please use pip/pip3.

(cherry picked from commit ddfc648d37)

* Update AWS dev guides to use collections utils and fragments (#72312)

(cherry picked from commit cf08c23b4f)

* Use is_boto3_error_code in 'standard' example (#72313)

Use is_boto3_error_code in 'standard' example rather than e.response['Error']['Code'] (#72313)

Co-authored-by: Sloane Hertel <shertel@redhat.com>
(cherry picked from commit 63afb33d86)

* Update Kubernetes collection name in docs (#74440)

(cherry picked from commit 8d499bbc83)

* Update argcomplete docs links on installation guide (#74410)

Link on installation docs is outdated. Switch to currently docs at: https://kislyuk.github.io/argcomplete/

(cherry picked from commit f97787ca74)

* fix spacing to fix header, reorg contributing page (#74421)

Co-authored-by: John R Barker <john@johnrbarker.com>
(cherry picked from commit 9d9b08bece)

* Update first_found documentation (#70502)

* import_tasks do not work with loop, use use include_tasks instead
* update documentation

(cherry picked from commit bacede7a2b)

* Product-related updates. (#74454)

(cherry picked from commit 34c9ed8a28)

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
Co-authored-by: Alex Willmer <alex@moreati.org.uk>
Co-authored-by: Hublerho <43293510+Hublerho@users.noreply.github.com>
Co-authored-by: Ernst Oudhof <17832702+ernst-s@users.noreply.github.com>
Co-authored-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
Co-authored-by: dhx-mike-palandra <45608336+dhx-mike-palandra@users.noreply.github.com>
Co-authored-by: jakelevinez <31458570+jakelevinez@users.noreply.github.com>
Co-authored-by: Mark Chappell <mchappel@redhat.com>
Co-authored-by: Lidiane Taquehara <lidi.mayra@gmail.com>
Co-authored-by: Alex Domoradov <alex.hha@gmail.com>
Co-authored-by: Bill Nottingham <notting@redhat.com>
5 years ago
..
platforms Backport/2.11/docs2 (#74484) 5 years ago
shared_snippets Clarify that GPLv3+ module_utils need core team approval (#56740) 7 years ago
style_guide Backport/2.11/docs2 (#74484) 5 years ago
testing/sanity Backport/2.11/docs1 (#74457) 5 years ago
debugging.rst Fix typos (#72072) 5 years ago
developing_api.rst Backport/2.11/docs2 (#74484) 5 years ago
developing_collections.rst Backport/2.11/docs2 (#74484) 5 years ago
developing_collections_changelogs.rst Backport/2.11/docs2 (#74484) 5 years ago
developing_collections_contributing.rst Backport/2.11/docs2 (#74484) 5 years ago
developing_collections_creating.rst Backport/2.11/docs2 (#74484) 5 years ago
developing_collections_distributing.rst Backport/2.11/docs2 (#74484) 5 years ago
developing_collections_migrating.rst Backport/2.11/docs2 (#74484) 5 years ago
developing_collections_shared.rst Backport/2.11/docs2 (#74484) 5 years ago
developing_collections_structure.rst Backport/2.11/docs2 (#74484) 5 years ago
developing_collections_testing.rst Backport/2.11/docs2 (#74484) 5 years ago
developing_core.rst Rebased pr73824 (#73934) 5 years ago
developing_inventory.rst Backport/2.11/docs2 (#74484) 5 years ago
developing_locally.rst DOCS: Mentions ansible-base, adds collections pointers to Community and Dev Guides (#71480) 5 years ago
developing_module_utilities.rst DOCS: Mentions ansible-base, adds collections pointers to Community and Dev Guides (#71480) 5 years ago
developing_modules.rst DOCS: Mentions ansible-base, adds collections pointers to Community and Dev Guides (#71480) 5 years ago
developing_modules_best_practices.rst Rebased pr73824 (#73934) 5 years ago
developing_modules_checklist.rst DOCS: Mentions ansible-base, adds collections pointers to Community and Dev Guides (#71480) 5 years ago
developing_modules_documenting.rst Backport/2.11/docs2 (#74484) 5 years ago
developing_modules_general.rst Added prerequisites to install for CentOS (#73993) 5 years ago
developing_modules_general_aci.rst Docsite: replace Latin phrases to English (#71588) 5 years ago
developing_modules_general_windows.rst Adding jborean93/WindowsServer2019 in docs (#73950) 5 years ago
developing_modules_in_groups.rst Rebased pr73824 (#73934) 5 years ago
developing_plugins.rst Backport/2.11/docs1 (#74457) 5 years ago
developing_program_flow_modules.rst Rebased pr73824 (#73934) 5 years ago
developing_python_3.rst Backport/2.11/docs1 (#74457) 5 years ago
developing_rebasing.rst DOCS: Mentions ansible-base, adds collections pointers to Community and Dev Guides (#71480) 5 years ago
index.rst Conscious language added to user guide, development guide, and Ansible community guide, (#73574) 5 years ago
migrating_roles.rst Backport/2.11/docs1 (#74457) 5 years ago
module_lifecycle.rst Docsite: replace Latin phrases to English (#71588) 5 years ago
overview_architecture.rst Docsite: replace Latin phrases to English (#71588) 5 years ago
testing.rst Add how to run unit test link in testing_units_modules doc (#71523) 5 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 Add support for GSSAPI/Kerberos to urls.py (#72113) 5 years ago
testing_integration.rst dev_guide/testing_integration: update image list (#74017) 5 years ago
testing_integration_legacy.rst Docsite: replace Latin phrases to English (#71588) 5 years ago
testing_pep8.rst Remove obsolete docs on pep8 sanity test. 6 years ago
testing_running_locally.rst Wording changes to docs (#70082) 5 years ago
testing_sanity.rst testing_sanity.rst: add argument for running in docker (#71223) 5 years ago
testing_units.rst Fix 404 links (#71256) 5 years ago
testing_units_modules.rst Backport/2.11/docs1 (#74457) 5 years ago
testing_validate-modules.rst validate-modules: make sure that options that potentially contain secret data have no_log set (#73508) 5 years ago