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 7077ea7f95
Backport hactoberfest 1 (#79065)
* apt_key, fix example indentation

Co-authored-by: Matt Clay <matt@mystile.com>
(cherry picked from commit cee9872605)

* Docs: Add code-block wrappers to code examples: testing_documentation.rst (#78966)

* Docs: Add code-block wrappers to code examples: testing_documentation.rst
List of changed files:
- docs/docsite/rst/dev_guide/testing_documentation.rst
* Fix: match whitespace convention of other occurences

(cherry picked from commit 538b99781f)

* added code-blocks according to #78962 (#78972)

(cherry picked from commit 01484cdc68)

* Adding code-block wrappers to code examples (#78968)

(cherry picked from commit 1db75a41bf)

* added code-blocks according to #78963 (#78969)

* added code-blocks according to  #78963
* Update testing.rst, added newlines

(cherry picked from commit 446406a0c8)

* Docs: Add code-block wrappers to code examples in style_guide (#78970)

* Docs: Add code-block wrappers to code examples in style_guide
List of changed files:
- docs/docsite/rst/dev-guide/style_guide/index.rst
- docs/docsite/rst/dev-guide/style_guide/basic_rules.rst

(cherry picked from commit 3dc0c2135e)

* #78971 Update module_lifecycle.rst (#78974)

* Update module_lifecycle.rst

(cherry picked from commit 93c2cb2b8e)

* #78965 Adding the code-block to prevent the translation (#78979)

* Adding the code-block to prevent the translation

(cherry picked from commit 9afb37eda6)

* Adds code-block in collection documentation (#78977)

* fix issue #78976

(cherry picked from commit 1b922b42dd)

* docs - Use code-block to format examples in Windows module development walkthrough (#78985)

(cherry picked from commit 56c48d1c45)

* Docs: true/false with boolean values in docsite/rst/os_guide (#78957)

(cherry picked from commit fb8c2daf46)

* Update porting_guide_2.0.rst (#78951)

Replaced http link with rst version - issue https://github.com/ansible/ansible/issues/78914

(cherry picked from commit dc2d15fca4)

* Update porting_guide_3.rst (#78952)

Fixes #78914

(cherry picked from commit 919c449256)

* Update porting_guide_4.rst (#78953)

(cherry picked from commit ba32642538)

* Update porting_guide_5.rst (#78954)

(cherry picked from commit 5137cb16e9)

* scenario guide doc changes (#78934)

(cherry picked from commit 5b333c9665)

Co-authored-by: Jasper <44026484+jasperjonker@users.noreply.github.com>
Co-authored-by: Ozan Uslan <54141068+ozanuslan@users.noreply.github.com>
Co-authored-by: Lukas Grimm <ombre@ombre.ch>
Co-authored-by: Deepshri M <92997066+Deepshaded@users.noreply.github.com>
Co-authored-by: IMvision12 <88665786+IMvision12@users.noreply.github.com>
Co-authored-by: Luigi Giugliano <luigi3000@gmail.com>
Co-authored-by: Thomas Doczkal <thomas@doczkal.eu>
Co-authored-by: jmakhack <joshmak@berkeley.edu>
Co-authored-by: Sudipto Ghosh <sudipto@ghosh.pro>
Co-authored-by: Kampftoast <creeper00001@googlemail.com>
Co-authored-by: J-F-Far <joel.f.farthing@gmail.com>
3 years ago
..
platforms Migrate vmware.vmware_rest Dev Guide to collection (#78255) 3 years ago
shared_snippets Adding applicable licensing requirements (#78162) 3 years ago
style_guide Backport hactoberfest 1 (#79065) 3 years ago
testing/sanity Backport hactoberfest 1 (#79065) 3 years ago
ansible_index.rst Move AWS guidelines to collection (#77959) 4 years ago
core_branches_and_tags.rst core branch descriptions (#76152) 4 years ago
core_index.rst Remove platform dev guides from core docs (#77915) 4 years ago
debugging.rst Fixes broken links. For the github links this was where references to in the URL are stale due to the default branch in the linked repository now being . While github does have the functionality of dropping you on the default branch (via an HTTP 302 redirect) when it does not recognize the branch you are trying to reach, the fact that most of these links work is more of a coincidence than reliance on a github feature. Also removes unnecessary whitespace where found. (#78638) 3 years ago
developing_api.rst Docs: Add Matrix as a chat option (#75406) 4 years ago
developing_collections.rst Add basic docs on how to create a collection docsite with antsibull-docs. (#78387) 3 years ago
developing_collections_changelogs.rst add crosslinks for changelog fragments (#77022) 4 years ago
developing_collections_contributing.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
developing_collections_creating.rst Backportapalooza 09 29 (#78928) 3 years ago
developing_collections_distributing.rst Backport hactoberfest 1 (#79065) 3 years ago
developing_collections_documenting.rst Fix typo: missing 'install'. (#78448) 3 years ago
developing_collections_migrating.rst Docs: Add Matrix as a chat option (#75406) 4 years ago
developing_collections_shared.rst Update developing_collections_shared.rst (#77497) 4 years ago
developing_collections_structure.rst Fix vars plugin code and documentation mismatch (#78562) 3 years ago
developing_collections_testing.rst Fixes broken links. For the github links this was where references to in the URL are stale due to the default branch in the linked repository now being . While github does have the functionality of dropping you on the default branch (via an HTTP 302 redirect) when it does not recognize the branch you are trying to reach, the fact that most of these links work is more of a coincidence than reliance on a github feature. Also removes unnecessary whitespace where found. (#78638) 3 years ago
developing_core.rst core branch descriptions (#76152) 4 years ago
developing_inventory.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
developing_locally.rst update ansible.legacy docs (#76839) 4 years ago
developing_module_utilities.rst Backport hactoberfest 1 (#79065) 3 years ago
developing_modules.rst Docs: Fix text for contributing to collection link (#76174) 4 years ago
developing_modules_best_practices.rst Move AWS guidelines to collection (#77959) 4 years ago
developing_modules_checklist.rst Move AWS guidelines to collection (#77959) 4 years ago
developing_modules_documenting.rst Add basic docs on how to create a collection docsite with antsibull-docs. (#78387) 3 years ago
developing_modules_general.rst fix adhoc dev example (#78593) 3 years ago
developing_modules_general_aci.rst Update developing_modules_general_aci.rst (#73925) 4 years ago
developing_modules_general_windows.rst Backport hactoberfest 1 (#79065) 3 years ago
developing_modules_in_groups.rst Fixes broken links. For the github links this was where references to in the URL are stale due to the default branch in the linked repository now being . While github does have the functionality of dropping you on the default branch (via an HTTP 302 redirect) when it does not recognize the branch you are trying to reach, the fact that most of these links work is more of a coincidence than reliance on a github feature. Also removes unnecessary whitespace where found. (#78638) 3 years ago
developing_plugins.rst Fix vars plugin code and documentation mismatch (#78562) 3 years ago
developing_program_flow_modules.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
developing_python_3.rst docs: Update managed node requirements (#78468) 3 years ago
developing_rebasing.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
migrating_roles.rst update ansible.legacy docs (#76839) 4 years ago
module_lifecycle.rst Backport hactoberfest 1 (#79065) 3 years ago
overview_architecture.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
testing.rst Backport hactoberfest 1 (#79065) 3 years ago
testing_compile.rst Fixes broken links. For the github links this was where references to in the URL are stale due to the default branch in the linked repository now being . While github does have the functionality of dropping you on the default branch (via an HTTP 302 redirect) when it does not recognize the branch you are trying to reach, the fact that most of these links work is more of a coincidence than reliance on a github feature. Also removes unnecessary whitespace where found. (#78638) 3 years ago
testing_documentation.rst Backport hactoberfest 1 (#79065) 3 years ago
testing_httptester.rst Fixes broken links. For the github links this was where references to in the URL are stale due to the default branch in the linked repository now being . While github does have the functionality of dropping you on the default branch (via an HTTP 302 redirect) when it does not recognize the branch you are trying to reach, the fact that most of these links work is more of a coincidence than reliance on a github feature. Also removes unnecessary whitespace where found. (#78638) 3 years ago
testing_integration.rst Fixes broken links. For the github links this was where references to in the URL are stale due to the default branch in the linked repository now being . While github does have the functionality of dropping you on the default branch (via an HTTP 302 redirect) when it does not recognize the branch you are trying to reach, the fact that most of these links work is more of a coincidence than reliance on a github feature. Also removes unnecessary whitespace where found. (#78638) 3 years ago
testing_integration_legacy.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
testing_pep8.rst Backport hactoberfest 1 (#79065) 3 years ago
testing_running_locally.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
testing_sanity.rst Docs: `ansible-test sanity` example with a folder 4 years ago
testing_units.rst docs - Use code-block to format code examples in Developer Guide (#75849) 4 years ago
testing_units_modules.rst change keyword return to results (#76515) 4 years ago
testing_validate-modules.rst ansible-test validate-module - support sidecar docs (#78904) (#78933) 3 years ago