From b5d8c954b85282d58124d9ef97c26b2a078857ef Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Thu, 6 Oct 2022 18:00:05 -0400 Subject: Backport hacktoberfest 4 (#79070) * docs: replace latin terms with english in the reference_appendices (#79010) (cherry picked from commit 4d3c12ae9ead67aee1328dacded55d8cf8cad796) * docs: replace latin terms with english in the scenario_guides (#79008) (cherry picked from commit 367cdae3b279a5281a56808827af27c8883a4ad4) * Docs: true/false with boolean values (#78980) * Adding FQCN community.postgresql. to postgresql modules (cherry picked from commit 56285b1d2bd6dd4ae8ec63fcabcbdba76c4a1cf5) * Docs: Add code-block wrappers to code examples (#79037) * Docs: Add code-block wrappers to code examples (cherry picked from commit 63b5fc4b8dfc22bf3fde03fe14c2b09353845e65) * Docs: Provide descriptive labels for http references (#78959) (cherry picked from commit f7c01bc866b1e531f0eacc57ab98294b4745a221) * Docs: Adding code blocks wrapper (#79042) * Adding code blocks wrapper (cherry picked from commit 3a788314a2362e548a9bbe47b48456a9a0f1364f) * Cleaned up test_strategies doc (#79045) Authored-by: Shade Alabsa (cherry picked from commit 3fc337146383451d9348f00bf8abbb0dd1aa2dab) * Docs: fixed configs docs to properly display code blocks (#79040) * fixed some docs to properly display code blocks Co-authored-by: Shade Alabsa (cherry picked from commit 25a770de37f6ad4099dff490a44b6ec70db3d4b4) * Docs: Add code-block wrappers in faq.rst (#79047) (cherry picked from commit 35700f57cc62a15d7f04a82eaae2193c65fb8570) * Docs: Add code-block wrappers in lookup.rst & strategy.rst (#79032, #79033) (#79048) (cherry picked from commit 680bf029b1c2430fab6988bc6cd8138d2d06a023) * Add code-block wrappers in network_debug_troubleshooting.rst (cherry picked from commit 57f22529cbb9bbcb56ae3e8d597fb508dec409a1) Co-authored-by: Samuel Gaist Co-authored-by: prayatharth <73949575+prayatharth@users.noreply.github.com> Co-authored-by: Mudit Choudhary <74391865+muditchoudhary@users.noreply.github.com> Co-authored-by: Blaster4385 <53873108+Blaster4385@users.noreply.github.com> Co-authored-by: Deepshri M <92997066+Deepshaded@users.noreply.github.com> Co-authored-by: shade34321 Co-authored-by: Shellylo <54233305+Shellylo@users.noreply.github.com> Co-authored-by: Shubhadeep Das --- docs/docsite/rst/dev_guide/testing_validate-modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/docsite/rst/dev_guide/testing_validate-modules.rst') diff --git a/docs/docsite/rst/dev_guide/testing_validate-modules.rst b/docs/docsite/rst/dev_guide/testing_validate-modules.rst index 0c13a5314d..b937df599e 100644 --- a/docs/docsite/rst/dev_guide/testing_validate-modules.rst +++ b/docs/docsite/rst/dev_guide/testing_validate-modules.rst @@ -95,7 +95,7 @@ Codes invalid-examples Documentation Error ``EXAMPLES`` is not valid YAML invalid-extension Naming Error Official Ansible modules must have a ``.py`` extension for python modules or a ``.ps1`` for powershell modules invalid-module-schema Documentation Error ``AnsibleModule`` schema validation error - invalid-removal-version Documentation Error The version at which a feature is supposed to be removed cannot be parsed (for collections, it must be a semantic version, see https://semver.org/) + invalid-removal-version Documentation Error The version at which a feature is supposed to be removed cannot be parsed (for collections, it must be a `semantic version `_) invalid-requires-extension Naming Error Module ``#AnsibleRequires -CSharpUtil`` should not end in .cs, Module ``#Requires`` should not end in .psm1 missing-doc-fragment Documentation Error ``DOCUMENTATION`` fragment missing missing-existing-doc-fragment Documentation Warning Pre-existing ``DOCUMENTATION`` fragment missing -- cgit v1.2.1