[PR #9423/0afd3386 backport][stable-9] [m-z]*.py: normalize doc_fragments (#9429)

[m-z]*.py: normalize doc_fragments (#9423)

(cherry picked from commit 0afd3386d1)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2024-12-27 14:52:32 +01:00 committed by GitHub
parent 4dd76284e9
commit 0bc4970953
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 395 additions and 436 deletions

View file

@ -10,14 +10,14 @@ __metaclass__ = type
class ModuleDocFragment(object):
DOCUMENTATION = r'''
options:
- See respective platform section for more details
DOCUMENTATION = r"""
options: {}
# See respective platform section for more details
requirements:
- See respective platform section for more details
- See respective platform section for more details
notes:
- Ansible modules are available for Vexata VX100 arrays.
'''
- Ansible modules are available for Vexata VX100 arrays.
"""
# Documentation fragment for Vexata VX100 series
VX100 = r'''