From 6748ec399334fd36e9b095b0cc1c74deb62a42eb Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Sat, 28 Dec 2024 12:03:25 +1300 Subject: [PATCH] remove extraneous doc fragments (#9433) --- plugins/doc_fragments/emc.py | 9 --------- plugins/doc_fragments/purestorage.py | 10 ---------- plugins/doc_fragments/vexata.py | 9 --------- 3 files changed, 28 deletions(-) diff --git a/plugins/doc_fragments/emc.py b/plugins/doc_fragments/emc.py index 3a6887f2f9..7c62285a72 100644 --- a/plugins/doc_fragments/emc.py +++ b/plugins/doc_fragments/emc.py @@ -10,15 +10,6 @@ __metaclass__ = type class ModuleDocFragment(object): - DOCUMENTATION = r""" -options: {} -# See respective platform section for more details -requirements: - - See respective platform section for more details -notes: - - Ansible modules are available for EMC VNX. -""" - # Documentation fragment for VNX (emc_vnx) EMC_VNX = r''' options: diff --git a/plugins/doc_fragments/purestorage.py b/plugins/doc_fragments/purestorage.py index 7c42a4fec2..c2c6c9a262 100644 --- a/plugins/doc_fragments/purestorage.py +++ b/plugins/doc_fragments/purestorage.py @@ -10,16 +10,6 @@ __metaclass__ = type class ModuleDocFragment(object): - # Standard Pure Storage documentation fragment - DOCUMENTATION = r""" -options: {} -# See separate platform section for more details -requirements: - - See separate platform section for more details -notes: - - 'Ansible modules are available for the following Pure Storage products: FlashArray, FlashBlade.' -""" - # Documentation fragment for FlashBlade FB = r""" options: diff --git a/plugins/doc_fragments/vexata.py b/plugins/doc_fragments/vexata.py index 257a4ccd14..48ff30a276 100644 --- a/plugins/doc_fragments/vexata.py +++ b/plugins/doc_fragments/vexata.py @@ -10,15 +10,6 @@ __metaclass__ = type class ModuleDocFragment(object): - DOCUMENTATION = r""" -options: {} -# See respective platform section for more details -requirements: - - See respective platform section for more details -notes: - - Ansible modules are available for Vexata VX100 arrays. -""" - # Documentation fragment for Vexata VX100 series VX100 = r''' options: