Commit Graph

693 Commits (56f2e65ee78bd0031775e986ff45501b590d9dc1)

Author SHA1 Message Date
Brian Coca 19b85ff415
have docs explain why we import guard (#80569)
Co-authored-by: Matt Clay <matt@mystile.com>
Co-authored-by: Don Naro <dnaro@redhat.com>
1 year ago
Jordan Borean 0a36cd910e
Removed testing support for Server 2012 and 2012 R2 (#80778) 1 year ago
Tim Way 791510ccba
Vars Plugin Documentation Improvement (#80470) 2 years ago
Matt Clay 560d5b00d0
Remove docs references to obsolete test plugins (#80576) 2 years ago
Matt Martz 0ee7cfb128
Implement checks, and backwards compat change, to move forward with UTF-8 only (#80370)
Co-authored-by: Sandra McCann <samccann@redhat.com>
2 years ago
Christinanik251 5a44acc704
Update P() semantic markup example (#80464) 2 years ago
Felix Fontein 4029da9a9f
Semantic markup docs (#80240)
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
Co-authored-by: Don Naro <dnaro@redhat.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
Co-authored-by: Matt Clay <matt@mystile.com>
2 years ago
Matt Clay 1d6f019ce6
Remove obsolete integration test aliases (#80342)
* Remove obsolete integration test aliases

* Remove obsolete `skip/osx` aliases

* Use `skip/macos` instead of `skip/osx` in docs
2 years ago
Felix Fontein 4ea50cef23
validate-modules: check_mode attribute and compare with supports_check_mode parameter (#80090)
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
2 years ago
Matt Clay bad8843124
ansible-test - Update git diff handling (#80202)
This change allows ansible-test to work with newer versions of git on AZP.
2 years ago
Kristian Heljas 02c49ffe60
Encourage true/false for module documentation (#80060)
Co-authored-by: Felix Fontein <felix@fontein.de>
2 years ago
nkakouros 998b5c1a06
Clarify when plugin settings are being populated (#79710) 2 years ago
Sandra McCann dc99005820
Rst fixes (#79939)
* fix rstcheck errors for 6.1.1
* spell shell correctly
2 years ago
Alicia Cozine 5f947f867c
make this a warning, not a comment (#79928)
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
2 years ago
Matt Martz 24519f3bd1
Update example to always init ANOTHER_LIBRARY_IMPORT_ERROR (#79927) 2 years ago
Matt Clay 58461bc204
Remove outdated note on relative imports in docs (#79873) 2 years ago
Mario Lenz 10f0e5f6d4
Remove dev_guide stubs (#79795)
* Remove dev_guide stubs

* Remove Cisco ACI Dev Guide
2 years ago
Matt Clay 2164d5699c
Expand docs for the import sanity test. (#79768)
* Expand docs for the import sanity test.

* Remove note about Python 2.7 compat.

It should not be needed since there is a sanity test to enforce use of `__metaclass__ = type`.

* Improve introductory paragraph.

* Fix link typo.
2 years ago
Evgeni Golov 7ab3de7ee8
correct examples to use removed_from_collection not collection_name (#79803) 2 years ago
Matt Clay a3b7863098
validate-modules - Remove `__future__` limits (#79800)
* validate-modules - Remove `__future__` limits

Limits on specific `__future__` imports are handled by other sanity tests.

* Add integration test for module/plugin imports.
2 years ago
Sandra McCann f2707d1fbc
fix filename for sidecar docs (#79779) 2 years ago
Matt Clay 5d71ace583
Fix broken docs links. (#79769) 2 years ago
Brian Coca 8b032150a4
document adjacent docs (sidecar) (#79056)
* Update docs/docsite/rst/dev_guide/developing_locally.rst
Co-authored-by: Don Naro <dnaro@redhat.com>
2 years ago
Matt Clay eae02bf5b8 Fix link in compile sanity test docs. 2 years ago
Matt Clay 245d516911
Fix `:ref:` usage in testing docs. (#79566) 2 years ago
Matt Clay 0f4afd7e6d
Remove obsolete legacy integration test docs. (#79563) 2 years ago
Matt Clay 932a32153a
Update docs for the `compile` sanity test. (#79562) 2 years ago
Matt Clay cda16cc5e9
ansible-test - Improve container management. (#78550)
See changelogs/fragments/ansible-test-container-management.yml for details.
2 years ago
Sandra McCann a954918b60
consolidate duplicated test files (#79380) 2 years ago
JaroslavKlech 3ae2f97d4a
iss#55935: Documents missing internal parameters and polishes 'Intern… (#79118)
Co-authored-by: Jaroslav Klech <jklech@redhat.com>
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
2 years ago
Sloane Hertel a12a9b409f
Add more documentation for InventoryData methods (#79288)
* Add more documentation for InventoryData methods

Reword some constructed documention and mention fetch_hostvars

* describe use cases for default strict behavior

Co-Authored-By: Brian Coca <bcoca@users.noreply.github.com>

Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
2 years ago
Jack Lin 89af4e6e31
Update overview_architecture.rst (#79161)
Add missing right parenthesis
2 years ago
NitrogenPointBlue 1286b7d42e
Apply minor formatting changes to "playbooks directory" section (#79092) 2 years ago
KIDANI Akito ad5d9843d6
docs: fix typos (#79082) 2 years ago
prayatharth 56285b1d2b
Docs: true/false with boolean values (#78980)
* Adding FQCN community.postgresql. to postgresql modules
2 years ago
Mazen Ramadan fbd98cd824
Docs: Replace Latin terms in the dev_guide #78997 (#79005) 2 years ago
Blaster4385 f7c01bc866
Docs: Provide descriptive labels for http references (#78959) 2 years ago
jmakhack 56c48d1c45
docs - Use code-block to format examples in Windows module development walkthrough (#78985) 2 years ago
Thomas Doczkal 1b922b42dd
Adds code-block in collection documentation (#78977)
* fix issue #78976
2 years ago
Luigi Giugliano 9afb37eda6
#78965 Adding the code-block to prevent the translation (#78979)
* Adding the code-block to prevent the translation
2 years ago
IMvision12 93c2cb2b8e
#78971 Update module_lifecycle.rst (#78974)
* Update module_lifecycle.rst
2 years ago
Ozan Uslan 3dc0c2135e
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
2 years ago
Lukas Grimm 446406a0c8
added code-blocks according to #78963 (#78969)
* added code-blocks according to  #78963
* Update testing.rst, added newlines
2 years ago
Deepshri M 1db75a41bf
Adding code-block wrappers to code examples (#78968) 2 years ago
Lukas Grimm 01484cdc68
added code-blocks according to #78962 (#78972) 2 years ago
Ozan Uslan 538b99781f
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
2 years ago
Jordan Borean be4807b712
ansible-test validate-module - support sidecar docs (#78904) 2 years ago
Anwesha Das 71adb02142
Fixes typo in rst format (#78884)
.. hint:: requires a blank line above and below.
2 years ago
wnjuguna e276770ee9
Removed repeated introduction paragraph (#78691) 2 years ago
Sloane Hertel 2464e1e91c
Fix vars plugin code and documentation mismatch (#78562)
* Add a warning for collections that are attempting to be autoloaded to no effect
* Deprecate REQUIRES_WHITELIST and add support for REQUIRES_ENABLED so the docs are accurate
* Fix documentation
* add more vars plugin tests
* Simplify code and add a FIXME for another bug
* fix precedence
* Make setting the class attr at all a warning, even if it's True
* Add fun parsing for _load_name
* include _load_name in messages
2 years ago