Skip to content

Commit

Permalink
Merge pull request #1306 from ktbyers/develop
Browse files Browse the repository at this point in the history
Release 2.4.1 (master)
  • Loading branch information
ktbyers authored Jul 25, 2019
2 parents 44b74a0 + 597d925 commit 134cd33
Show file tree
Hide file tree
Showing 124 changed files with 2,786 additions and 1,618 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ $ pip install netmiko
Netmiko has the following requirements (which pip will install for you)
- Paramiko >= 2.4.3
- scp >= 0.13.2
- pyyaml
- pyserial
- textfsm

Expand All @@ -74,6 +73,7 @@ See the following directory for [example scripts](https://github.com/ktbyers/net
- [Sending Configuration Commands](https://github.com/ktbyers/netmiko/tree/develop/examples/use_cases/case6_config_change)
- [Handling Additional Prompting](https://github.com/ktbyers/netmiko/blob/develop/examples/use_cases/case5_prompting/send_command_prompting.py)
- [Connecting with SSH Keys](https://github.com/ktbyers/netmiko/blob/develop/examples/use_cases/case9_ssh_keys/conn_ssh_keys.py)
- [Cisco Genie Integration](https://github.com/ktbyers/netmiko/blob/develop/examples/use_cases/case18_structured_data_genie)


### Getting Started:
Expand Down
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Netmiko Documentation has Moved!
================================

.. contents::

Netmiko documentation has moved to GitHub Pages!

You can find the README for Netmiko `here <https://github.com/ktbyers/netmiko/blob/develop/README.md>`__, and the API documentation `here <https://ktbyers.github.io/netmiko/docs/netmiko/index.html>`__.
14 changes: 7 additions & 7 deletions docs/netmiko/a10/a10_ssh.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ <h2 class="section-title" id="header-classes">Classes</h2>
means unknown SSH host keys will be accepted).
:type ssh_strict: bool

:param system_host_keys: Load host keys from the user's 'known_hosts' file.
:param system_host_keys: Load host keys from the users known_hosts file.
:type system_host_keys: bool
:param alt_host_keys: If `True` host keys will be loaded from the file specified in
'alt_key_file'.
alt_key_file.
:type alt_host_keys: bool

:param alt_key_file: SSH host key file to use (if alt_host_keys=True).
Expand All @@ -149,14 +149,14 @@ <h2 class="section-title" id="header-classes">Classes</h2>
to keep the connection alive).
:type keepalive: int

:param default_enter: Character(s) to send to correspond to enter key (default: '
:param default_enter: Character(s) to send to correspond to enter key (default:
</code></pre>
<p>').
<p>).
:type default_enter: str</p>
<pre><code> :param response_return: Character(s) to use in normalized return data to represent
enter key (default: '
enter key (default:
</code></pre>
<p>')
<p>)
:type response_return: str</p>
<pre><code> :param fast_cli: Provide a way to optimize for performance. Converts select_delay_factor
to select smallest of global and specific. Sets default global_delay_factor to .1
Expand All @@ -180,7 +180,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
:type allow_auto_change: bool

:param encoding: Encoding to be used when writing bytes to the output channel.
(default: 'ascii')
(default: ascii)
:type encoding: str
</code></pre></section>
<details class="source">
Expand Down
14 changes: 7 additions & 7 deletions docs/netmiko/a10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ <h2 class="section-title" id="header-classes">Classes</h2>
means unknown SSH host keys will be accepted).
:type ssh_strict: bool

:param system_host_keys: Load host keys from the user's 'known_hosts' file.
:param system_host_keys: Load host keys from the users known_hosts file.
:type system_host_keys: bool
:param alt_host_keys: If `True` host keys will be loaded from the file specified in
'alt_key_file'.
alt_key_file.
:type alt_host_keys: bool

:param alt_key_file: SSH host key file to use (if alt_host_keys=True).
Expand All @@ -133,14 +133,14 @@ <h2 class="section-title" id="header-classes">Classes</h2>
to keep the connection alive).
:type keepalive: int

:param default_enter: Character(s) to send to correspond to enter key (default: '
:param default_enter: Character(s) to send to correspond to enter key (default:
</code></pre>
<p>').
<p>).
:type default_enter: str</p>
<pre><code> :param response_return: Character(s) to use in normalized return data to represent
enter key (default: '
enter key (default:
</code></pre>
<p>')
<p>)
:type response_return: str</p>
<pre><code> :param fast_cli: Provide a way to optimize for performance. Converts select_delay_factor
to select smallest of global and specific. Sets default global_delay_factor to .1
Expand All @@ -164,7 +164,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
:type allow_auto_change: bool

:param encoding: Encoding to be used when writing bytes to the output channel.
(default: 'ascii')
(default: ascii)
:type encoding: str
</code></pre></section>
<details class="source">
Expand Down
14 changes: 7 additions & 7 deletions docs/netmiko/accedian/accedian_ssh.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ <h2 class="section-title" id="header-classes">Classes</h2>
means unknown SSH host keys will be accepted).
:type ssh_strict: bool

:param system_host_keys: Load host keys from the user's 'known_hosts' file.
:param system_host_keys: Load host keys from the users known_hosts file.
:type system_host_keys: bool
:param alt_host_keys: If `True` host keys will be loaded from the file specified in
'alt_key_file'.
alt_key_file.
:type alt_host_keys: bool

:param alt_key_file: SSH host key file to use (if alt_host_keys=True).
Expand All @@ -170,14 +170,14 @@ <h2 class="section-title" id="header-classes">Classes</h2>
to keep the connection alive).
:type keepalive: int

:param default_enter: Character(s) to send to correspond to enter key (default: '
:param default_enter: Character(s) to send to correspond to enter key (default:
</code></pre>
<p>').
<p>).
:type default_enter: str</p>
<pre><code> :param response_return: Character(s) to use in normalized return data to represent
enter key (default: '
enter key (default:
</code></pre>
<p>')
<p>)
:type response_return: str</p>
<pre><code> :param fast_cli: Provide a way to optimize for performance. Converts select_delay_factor
to select smallest of global and specific. Sets default global_delay_factor to .1
Expand All @@ -201,7 +201,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
:type allow_auto_change: bool

:param encoding: Encoding to be used when writing bytes to the output channel.
(default: 'ascii')
(default: ascii)
:type encoding: str
</code></pre></section>
<details class="source">
Expand Down
14 changes: 7 additions & 7 deletions docs/netmiko/accedian/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ <h2 class="section-title" id="header-classes">Classes</h2>
means unknown SSH host keys will be accepted).
:type ssh_strict: bool

:param system_host_keys: Load host keys from the user's 'known_hosts' file.
:param system_host_keys: Load host keys from the users known_hosts file.
:type system_host_keys: bool
:param alt_host_keys: If `True` host keys will be loaded from the file specified in
'alt_key_file'.
alt_key_file.
:type alt_host_keys: bool

:param alt_key_file: SSH host key file to use (if alt_host_keys=True).
Expand All @@ -132,14 +132,14 @@ <h2 class="section-title" id="header-classes">Classes</h2>
to keep the connection alive).
:type keepalive: int

:param default_enter: Character(s) to send to correspond to enter key (default: '
:param default_enter: Character(s) to send to correspond to enter key (default:
</code></pre>
<p>').
<p>).
:type default_enter: str</p>
<pre><code> :param response_return: Character(s) to use in normalized return data to represent
enter key (default: '
enter key (default:
</code></pre>
<p>')
<p>)
:type response_return: str</p>
<pre><code> :param fast_cli: Provide a way to optimize for performance. Converts select_delay_factor
to select smallest of global and specific. Sets default global_delay_factor to .1
Expand All @@ -163,7 +163,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
:type allow_auto_change: bool

:param encoding: Encoding to be used when writing bytes to the output channel.
(default: 'ascii')
(default: ascii)
:type encoding: str
</code></pre></section>
<details class="source">
Expand Down
14 changes: 7 additions & 7 deletions docs/netmiko/alcatel/alcatel_aos_ssh.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ <h2 class="section-title" id="header-classes">Classes</h2>
means unknown SSH host keys will be accepted).
:type ssh_strict: bool

:param system_host_keys: Load host keys from the user's 'known_hosts' file.
:param system_host_keys: Load host keys from the users known_hosts file.
:type system_host_keys: bool
:param alt_host_keys: If `True` host keys will be loaded from the file specified in
'alt_key_file'.
alt_key_file.
:type alt_host_keys: bool

:param alt_key_file: SSH host key file to use (if alt_host_keys=True).
Expand All @@ -172,14 +172,14 @@ <h2 class="section-title" id="header-classes">Classes</h2>
to keep the connection alive).
:type keepalive: int

:param default_enter: Character(s) to send to correspond to enter key (default: '
:param default_enter: Character(s) to send to correspond to enter key (default:
</code></pre>
<p>').
<p>).
:type default_enter: str</p>
<pre><code> :param response_return: Character(s) to use in normalized return data to represent
enter key (default: '
enter key (default:
</code></pre>
<p>')
<p>)
:type response_return: str</p>
<pre><code> :param fast_cli: Provide a way to optimize for performance. Converts select_delay_factor
to select smallest of global and specific. Sets default global_delay_factor to .1
Expand All @@ -203,7 +203,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
:type allow_auto_change: bool

:param encoding: Encoding to be used when writing bytes to the output channel.
(default: 'ascii')
(default: ascii)
:type encoding: str
</code></pre></section>
<details class="source">
Expand Down
14 changes: 7 additions & 7 deletions docs/netmiko/alcatel/alcatel_sros_ssh.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ <h2 class="section-title" id="header-classes">Classes</h2>
means unknown SSH host keys will be accepted).
:type ssh_strict: bool

:param system_host_keys: Load host keys from the user's 'known_hosts' file.
:param system_host_keys: Load host keys from the users known_hosts file.
:type system_host_keys: bool
:param alt_host_keys: If `True` host keys will be loaded from the file specified in
'alt_key_file'.
alt_key_file.
:type alt_host_keys: bool

:param alt_key_file: SSH host key file to use (if alt_host_keys=True).
Expand All @@ -203,14 +203,14 @@ <h2 class="section-title" id="header-classes">Classes</h2>
to keep the connection alive).
:type keepalive: int

:param default_enter: Character(s) to send to correspond to enter key (default: '
:param default_enter: Character(s) to send to correspond to enter key (default:
</code></pre>
<p>').
<p>).
:type default_enter: str</p>
<pre><code> :param response_return: Character(s) to use in normalized return data to represent
enter key (default: '
enter key (default:
</code></pre>
<p>')
<p>)
:type response_return: str</p>
<pre><code> :param fast_cli: Provide a way to optimize for performance. Converts select_delay_factor
to select smallest of global and specific. Sets default global_delay_factor to .1
Expand All @@ -234,7 +234,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
:type allow_auto_change: bool

:param encoding: Encoding to be used when writing bytes to the output channel.
(default: 'ascii')
(default: ascii)
:type encoding: str
</code></pre></section>
<details class="source">
Expand Down
28 changes: 14 additions & 14 deletions docs/netmiko/alcatel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ <h2 class="section-title" id="header-classes">Classes</h2>
means unknown SSH host keys will be accepted).
:type ssh_strict: bool

:param system_host_keys: Load host keys from the user's 'known_hosts' file.
:param system_host_keys: Load host keys from the users known_hosts file.
:type system_host_keys: bool
:param alt_host_keys: If `True` host keys will be loaded from the file specified in
'alt_key_file'.
alt_key_file.
:type alt_host_keys: bool

:param alt_key_file: SSH host key file to use (if alt_host_keys=True).
Expand All @@ -138,14 +138,14 @@ <h2 class="section-title" id="header-classes">Classes</h2>
to keep the connection alive).
:type keepalive: int

:param default_enter: Character(s) to send to correspond to enter key (default: '
:param default_enter: Character(s) to send to correspond to enter key (default:
</code></pre>
<p>').
<p>).
:type default_enter: str</p>
<pre><code> :param response_return: Character(s) to use in normalized return data to represent
enter key (default: '
enter key (default:
</code></pre>
<p>')
<p>)
:type response_return: str</p>
<pre><code> :param fast_cli: Provide a way to optimize for performance. Converts select_delay_factor
to select smallest of global and specific. Sets default global_delay_factor to .1
Expand All @@ -169,7 +169,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
:type allow_auto_change: bool

:param encoding: Encoding to be used when writing bytes to the output channel.
(default: 'ascii')
(default: ascii)
:type encoding: str
</code></pre></section>
<details class="source">
Expand Down Expand Up @@ -415,10 +415,10 @@ <h3>Inherited members</h3>
means unknown SSH host keys will be accepted).
:type ssh_strict: bool

:param system_host_keys: Load host keys from the user's 'known_hosts' file.
:param system_host_keys: Load host keys from the users known_hosts file.
:type system_host_keys: bool
:param alt_host_keys: If `True` host keys will be loaded from the file specified in
'alt_key_file'.
alt_key_file.
:type alt_host_keys: bool

:param alt_key_file: SSH host key file to use (if alt_host_keys=True).
Expand All @@ -444,14 +444,14 @@ <h3>Inherited members</h3>
to keep the connection alive).
:type keepalive: int

:param default_enter: Character(s) to send to correspond to enter key (default: '
:param default_enter: Character(s) to send to correspond to enter key (default:
</code></pre>
<p>').
<p>).
:type default_enter: str</p>
<pre><code> :param response_return: Character(s) to use in normalized return data to represent
enter key (default: '
enter key (default:
</code></pre>
<p>')
<p>)
:type response_return: str</p>
<pre><code> :param fast_cli: Provide a way to optimize for performance. Converts select_delay_factor
to select smallest of global and specific. Sets default global_delay_factor to .1
Expand All @@ -475,7 +475,7 @@ <h3>Inherited members</h3>
:type allow_auto_change: bool

:param encoding: Encoding to be used when writing bytes to the output channel.
(default: 'ascii')
(default: ascii)
:type encoding: str
</code></pre></section>
<details class="source">
Expand Down
Loading

0 comments on commit 134cd33

Please sign in to comment.