Skip to content

Commit

Permalink
To Update IOS 1.1.0 docs having sanity fixes (#117)
Browse files Browse the repository at this point in the history
To Update IOS 1.1.0 docs having sanity fixes

Reviewed-by: https://github.com/apps/ansible-zuul
  • Loading branch information
justjais authored Jul 31, 2020
1 parent bd3f201 commit 30c96b7
Show file tree
Hide file tree
Showing 24 changed files with 1,453 additions and 358 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/1.1.0_update_docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- Update IOS docs post sanity fixes to modules.
14 changes: 6 additions & 8 deletions docs/cisco.ios.ios_banner_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Parameters
<b>banner</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">-</span>
<span style="color: purple">string</span>
/ <span style="color: red">required</span> </div>
</td>
<td>
Expand Down Expand Up @@ -118,7 +118,7 @@ Parameters
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">string</span>
/ <span style="color: red">required</span> </div>
</div>
</td>
<td>
</td>
Expand Down Expand Up @@ -153,8 +153,7 @@ Parameters
</div>
</td>
<td>
<b>Default:</b><br/><div style="color: blue">22</div>
</td>
</td>
<td>
<div>Specifies the port to use when building the connection to the remote device.</div>
</td>
Expand Down Expand Up @@ -186,8 +185,7 @@ Parameters
</div>
</td>
<td>
<b>Default:</b><br/><div style="color: blue">10</div>
</td>
</td>
<td>
<div>Specifies the timeout in seconds for communicating with the network device for either connecting or sending commands. If the timeout is exceeded before the operation is completed, the module will error.</div>
</td>
Expand Down Expand Up @@ -215,7 +213,7 @@ Parameters
<b>state</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">-</span>
<span style="color: purple">string</span>
</div>
</td>
<td>
Expand All @@ -234,7 +232,7 @@ Parameters
<b>text</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">-</span>
<span style="color: purple">string</span>
</div>
</td>
<td>
Expand Down
72 changes: 36 additions & 36 deletions docs/cisco.ios.ios_bgp_module.rst

Large diffs are not rendered by default.

22 changes: 10 additions & 12 deletions docs/cisco.ios.ios_command_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Parameters
<b>commands</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">-</span>
/ <span style="color: red">required</span> </div>
<span style="color: purple">list</span>
/ <span style="color: purple">elements=string</span> / <span style="color: red">required</span> </div>
</td>
<td>
</td>
Expand All @@ -55,7 +55,7 @@ Parameters
<b>interval</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">-</span>
<span style="color: purple">integer</span>
</div>
</td>
<td>
Expand All @@ -71,7 +71,7 @@ Parameters
<b>match</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">-</span>
<span style="color: purple">string</span>
</div>
</td>
<td>
Expand Down Expand Up @@ -147,7 +147,7 @@ Parameters
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">string</span>
/ <span style="color: red">required</span> </div>
</div>
</td>
<td>
</td>
Expand Down Expand Up @@ -182,8 +182,7 @@ Parameters
</div>
</td>
<td>
<b>Default:</b><br/><div style="color: blue">22</div>
</td>
</td>
<td>
<div>Specifies the port to use when building the connection to the remote device.</div>
</td>
Expand Down Expand Up @@ -215,8 +214,7 @@ Parameters
</div>
</td>
<td>
<b>Default:</b><br/><div style="color: blue">10</div>
</td>
</td>
<td>
<div>Specifies the timeout in seconds for communicating with the network device for either connecting or sending commands. If the timeout is exceeded before the operation is completed, the module will error.</div>
</td>
Expand Down Expand Up @@ -244,7 +242,7 @@ Parameters
<b>retries</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">-</span>
<span style="color: purple">integer</span>
</div>
</td>
<td>
Expand All @@ -260,8 +258,8 @@ Parameters
<b>wait_for</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">-</span>
</div>
<span style="color: purple">list</span>
/ <span style="color: purple">elements=string</span> </div>
</td>
<td>
</td>
Expand Down
Loading

0 comments on commit 30c96b7

Please sign in to comment.