Skip to content

Commit f9ce761

Browse files
Fix doc build
Signed-off-by: Stew Francis <[email protected]>
1 parent 6fd4e81 commit f9ce761

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ibm_zos_cics:
3232
mkdir build
3333
mkdir -p source/modules
3434
# mv ../plugins/modules/__init__.py ../plugins/modules/__init__.py.skip
35-
ansible-doc-extractor --template templates/module.rst.j2 source/modules ../plugins/modules/*.py
35+
python ansible-doc-extractor-collections.py
3636
echo "Completed restructured text generation, run 'make html'"
3737
# mv ../plugins/modules/__init__.py.skip ../plugins/modules/__init__.py
3838
view:

docs/source/modules/cmci_action.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
.. _cmci_action_module:
99

1010

11-
cmci_action -- Install CICS and CICSPlex SM definitions
12-
=======================================================
11+
cmci_action -- Perform actions on CICS and CICSPlex SM resources
12+
================================================================
1313

1414

1515

@@ -191,7 +191,7 @@ resources
191191

192192
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator with the ``=`` option.
193193

194-
For examples, see :ref:`ibm.ibm_zos_cics.cmci_get <ibm.ibm_zos_cics.cmci_get_module>`
194+
For examples, see :ref:`cmci_get <cmci_get_module>`
195195

196196

197197
| **required**: False
@@ -269,7 +269,7 @@ resources
269269

270270
To use more complicated filter expressions, including a range of different filter operators, and the ability to compose filters with ``and`` and ``or`` operators, see the ``complex_filter`` parameter.
271271

272-
For examples, see :ref:`ibm.ibm_zos_cics.cmci_get <ibm.ibm_zos_cics.cmci_get_module>`
272+
For examples, see :ref:`cmci_get <cmci_get_module>`
273273

274274
For more details, see `How to build a filter expression <https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/system-programming/cpsm/eyup1a0.html>`_.
275275

docs/source/modules/cmci_delete.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ resources
151151

152152
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator with the ``=`` option.
153153

154-
For examples, see :ref:`ibm.ibm_zos_cics.cmci_get <ibm.ibm_zos_cics.cmci_get_module>`
154+
For examples, see :ref:`cmci_get <cmci_get_module>`
155155

156156

157157
| **required**: False
@@ -229,7 +229,7 @@ resources
229229

230230
To use more complicated filter expressions, including a range of different filter operators, and the ability to compose filters with ``and`` and ``or`` operators, see the ``complex_filter`` parameter.
231231

232-
For examples, see :ref:`ibm.ibm_zos_cics.cmci_get <ibm.ibm_zos_cics.cmci_get_module>`
232+
For examples, see :ref:`cmci_get <cmci_get_module>`
233233

234234
For more details, see `How to build a filter expression <https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/system-programming/cpsm/eyup1a0.html>`_.
235235

docs/source/modules/cmci_get.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
.. _cmci_get_module:
99

1010

11-
cmci_get -- Query CICS and CICSPlex SM resources
12-
================================================
11+
cmci_get -- Query CICS and CICSPlex SM resources and definitions
12+
================================================================
1313

1414

1515

@@ -164,7 +164,7 @@ resources
164164

165165
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator with the ``=`` option.
166166

167-
For examples, see :ref:`ibm.ibm_zos_cics.cmci_get <ibm.ibm_zos_cics.cmci_get_module>`
167+
For examples, see :ref:`cmci_get <cmci_get_module>`
168168

169169

170170
| **required**: False
@@ -242,7 +242,7 @@ resources
242242

243243
To use more complicated filter expressions, including a range of different filter operators, and the ability to compose filters with ``and`` and ``or`` operators, see the ``complex_filter`` parameter.
244244

245-
For examples, see :ref:`ibm.ibm_zos_cics.cmci_get <ibm.ibm_zos_cics.cmci_get_module>`
245+
For examples, see :ref:`cmci_get <cmci_get_module>`
246246

247247
For more details, see `How to build a filter expression <https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/system-programming/cpsm/eyup1a0.html>`_.
248248

docs/source/modules/cmci_update.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ resources
160160

161161
When supplying the ``attribute`` option, you must also supply a ``value`` for the filter. You can also override the default operator with the ``=`` option.
162162

163-
For examples, see :ref:`ibm.ibm_zos_cics.cmci_get <ibm.ibm_zos_cics.cmci_get_module>`
163+
For examples, see :ref:`cmci_get <cmci_get_module>`
164164

165165

166166
| **required**: False
@@ -238,7 +238,7 @@ resources
238238

239239
To use more complicated filter expressions, including a range of different filter operators, and the ability to compose filters with ``and`` and ``or`` operators, see the ``complex_filter`` parameter.
240240

241-
For examples, see :ref:`ibm.ibm_zos_cics.cmci_get <ibm.ibm_zos_cics.cmci_get_module>`
241+
For examples, see :ref:`cmci_get <cmci_get_module>`
242242

243243
For more details, see `How to build a filter expression <https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/system-programming/cpsm/eyup1a0.html>`_.
244244

plugins/doc_fragments/cmci.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class ModuleDocFragment(object):
126126
multiple times.
127127
- To use more complicated filter expressions, including a range of different filter operators, and the ability
128128
to compose filters with C(and) and C(or) operators, see the C(complex_filter) parameter.
129-
- For examples, see M(ibm.ibm_zos_cics.cmci_get)
129+
- For examples, see M(cmci_get)
130130
- For more details, see L(How to build a filter expression,
131131
https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/system-programming/cpsm/eyup1a0.html).
132132
- For supported attributes of different resource types, see their resource table reference,
@@ -145,7 +145,7 @@ class ModuleDocFragment(object):
145145
- Filters can be nested. At most four nesting layers are allowed.
146146
- When supplying the C(attribute) option, you must also supply a C(value) for the filter. You can also
147147
override the default operator with the C(=) option.
148-
- For examples, see M(ibm.ibm_zos_cics.cmci_get)
148+
- For examples, see M(cmci_get)
149149
type: dict
150150
required: false
151151
suboptions:

0 commit comments

Comments
 (0)