Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ HEADER = [Rest Watchdog]
HOSTNAME = `hostname`

# Dependencies for building documentation
DEPENDENCIES = Sphinx sphinxcontrib-napoleon sphinxcontrib-mockautodoc sphinx-rtd-theme
DEPENDENCIES = Sphinx==7.4.7 sphinxcontrib-napoleon sphinxcontrib-mockautodoc sphinx-rtd-theme==3.1.0


# User-friendly check for sphinx-build
Expand All @@ -28,11 +28,11 @@ $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx in
endif

# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
PAPEROPT_a4 =
PAPEROPT_letter =
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(SPHINXOPTS) .
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
I18NSPHINXOPTS = $(SPHINXOPTS) .

.PHONY: distribute help clean docs html dirhtml singlehtml\
pickle json htmlhelp qthelp devhelp epub latex latexpdf text man\
Expand Down
2 changes: 1 addition & 1 deletion docs/apidoc/rest.connector.libs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dnac
:show-inheritance:

iosxe
^^^^
^^^^^
.. automodule:: rest.connector.libs.iosxe.implementation
:members:
:undoc-members:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2020/april.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ April 28
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 20.4 |
| ``rest.connector`` | 20.4 |
+-------------------------------+-------------------------------+


Expand Down
8 changes: 4 additions & 4 deletions docs/changelog/2020/august.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
August 2020
==========
===========

August 25
--------
---------

+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 20.8 |
| ``rest.connector`` | 20.8 |
+-------------------------------+-------------------------------+


Features:
^^^^^^^^^

* Fixed timeout issue in `connect()`
* Fixed timeout issue in ``connect()``
* Fixed issue with nxos _request() method when using expected_return_code
2 changes: 1 addition & 1 deletion docs/changelog/2020/december.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ December 15
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 20.12 |
| ``rest.connector`` | 20.12 |
+-------------------------------+-------------------------------+


Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2020/july.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ July 28
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 20.7 |
| ``rest.connector`` | 20.7 |
+-------------------------------+-------------------------------+


Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2020/june.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ July 7
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 20.6 |
| ``rest.connector`` | 20.6 |
+-------------------------------+-------------------------------+


Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2020/may.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ May 26
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 20.5 |
| ``rest.connector`` | 20.5 |
+-------------------------------+-------------------------------+


Expand Down
6 changes: 3 additions & 3 deletions docs/changelog/2020/september.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
September 2020
==========
==============

September 29
--------
------------

+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 20.9 |
| ``rest.connector`` | 20.9 |
+-------------------------------+-------------------------------+


Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2021/april.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ April 27
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 21.4 |
| ``rest.connector`` | 21.4 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
6 changes: 3 additions & 3 deletions docs/changelog/2021/august.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
August 2021
=========
===========

August 31
-------
---------

+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 21.8 |
| ``rest.connector`` | 21.8 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
6 changes: 3 additions & 3 deletions docs/changelog/2021/december.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
December 2021
==========
=============

December 14 - Rest v21.12
------------------------
-------------------------



+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 21.12 |
| ``rest.connector`` | 21.12 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
6 changes: 3 additions & 3 deletions docs/changelog/2021/february.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
February 2021
============
=============

February 27
----------
-----------

+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 21.2 |
| ``rest.connector`` | 21.2 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2021/january.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ January 27
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 21.1 |
| ``rest.connector`` | 21.1 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2021/july.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ July 27
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 21.7 |
| ``rest.connector`` | 21.7 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2021/june.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ June 29
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 21.6 |
| ``rest.connector`` | 21.6 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2021/march.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ March 30
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 21.3 |
| ``rest.connector`` | 21.3 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2021/may.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ May 25
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 21.5 |
| ``rest.connector`` | 21.5 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
6 changes: 3 additions & 3 deletions docs/changelog/2021/september.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
September 2021
=========
==============

September 28
-------
------------

+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 21.9 |
| ``rest.connector`` | 21.9 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2022/april.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ April 25 - Rest v22.4
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 22.4 |
| ``rest.connector`` | 22.4 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
6 changes: 3 additions & 3 deletions docs/changelog/2022/august.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
August 2022
==========
===========

August 26 - Rest v22.8
------------------------
Expand All @@ -9,7 +9,7 @@ August 26 - Rest v22.8
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 22.8 |
| ``rest.connector`` | 22.8 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand All @@ -25,7 +25,7 @@ Upgrade Instructions
Changelogs
^^^^^^^^^^
--------------------------------------------------------------------------------
Fix
Fix
--------------------------------------------------------------------------------

* nexus dashboard (nd)
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2022/february.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ February 24 - Rest v22.2
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 22.2 |
| ``rest.connector`` | 22.2 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/2022/january.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
January 2022
==========
============

January 25 - Rest v22.1
------------------------
Expand All @@ -9,7 +9,7 @@ January 25 - Rest v22.1
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 22.1 |
| ``rest.connector`` | 22.1 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/2022/july.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ July 26 - Rest v22.7
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 22.7 |
| ``rest.connector`` | 22.7 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand All @@ -26,7 +26,7 @@ Features and Bug Fixes:
^^^^^^^^^^^^^^^^^^^^^^^

--------------------------------------------------------------------------------
Fix
Fix
--------------------------------------------------------------------------------
* Playback
* Modified _mock_helper:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2022/june.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ June 27 - Rest v22.6
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 22.6 |
| ``rest.connector`` | 22.6 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2022/march.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ March 29 - Rest v22.3
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 22.3 |
| ``rest.connector`` | 22.3 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2022/may.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ May 30 - Rest v22.5
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 22.5 |
| ``rest.connector`` | 22.5 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
6 changes: 3 additions & 3 deletions docs/changelog/2022/november.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
November 2022
==========
=============

November 28 - Rest v22.11
------------------------
-------------------------



+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 22.11 |
| ``rest.connector`` | 22.11 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/2022/october.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
October 2022
==========
============

October 25 - Rest v22.10
------------------------
Expand All @@ -9,7 +9,7 @@ October 25 - Rest v22.10
+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 22.10 |
| ``rest.connector`` | 22.10 |
+-------------------------------+-------------------------------+

Upgrade Instructions
Expand Down
Loading
Loading