Skip to content

Commit 2b4b5a5

Browse files
author
Thomas Ryan
committed
Open branches for release_26.4
1 parent e3867f2 commit 2b4b5a5

70 files changed

Lines changed: 142 additions & 119 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ HEADER = [Rest Watchdog]
1919
HOSTNAME = `hostname`
2020

2121
# Dependencies for building documentation
22-
DEPENDENCIES = Sphinx sphinxcontrib-napoleon sphinxcontrib-mockautodoc sphinx-rtd-theme
22+
DEPENDENCIES = Sphinx==7.4.7 sphinxcontrib-napoleon sphinxcontrib-mockautodoc sphinx-rtd-theme
2323

2424

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

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

3737
.PHONY: distribute help clean docs html dirhtml singlehtml\
3838
pickle json htmlhelp qthelp devhelp epub latex latexpdf text man\

docs/apidoc/rest.connector.libs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dnac
1919
:show-inheritance:
2020

2121
iosxe
22-
^^^^
22+
^^^^^
2323
.. automodule:: rest.connector.libs.iosxe.implementation
2424
:members:
2525
:undoc-members:

docs/changelog/2020/april.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ April 28
77
+-------------------------------+-------------------------------+
88
| Module | Versions |
99
+===============================+===============================+
10-
| ``rest.connector `` | 20.4 |
10+
| ``rest.connector`` | 20.4 |
1111
+-------------------------------+-------------------------------+
1212

1313

docs/changelog/2020/august.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
August 2020
2-
==========
2+
===========
33

44
August 25
5-
--------
5+
---------
66

77
+-------------------------------+-------------------------------+
88
| Module | Versions |
99
+===============================+===============================+
10-
| ``rest.connector `` | 20.8 |
10+
| ``rest.connector`` | 20.8 |
1111
+-------------------------------+-------------------------------+
1212

1313

1414
Features:
1515
^^^^^^^^^
1616

17-
* Fixed timeout issue in `connect()`
17+
* Fixed timeout issue in ``connect()``
1818
* Fixed issue with nxos _request() method when using expected_return_code

docs/changelog/2020/december.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ December 15
77
+-------------------------------+-------------------------------+
88
| Module | Versions |
99
+===============================+===============================+
10-
| ``rest.connector `` | 20.12 |
10+
| ``rest.connector`` | 20.12 |
1111
+-------------------------------+-------------------------------+
1212

1313

docs/changelog/2020/july.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ July 28
77
+-------------------------------+-------------------------------+
88
| Module | Versions |
99
+===============================+===============================+
10-
| ``rest.connector `` | 20.7 |
10+
| ``rest.connector`` | 20.7 |
1111
+-------------------------------+-------------------------------+
1212

1313

docs/changelog/2020/june.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ July 7
77
+-------------------------------+-------------------------------+
88
| Module | Versions |
99
+===============================+===============================+
10-
| ``rest.connector `` | 20.6 |
10+
| ``rest.connector`` | 20.6 |
1111
+-------------------------------+-------------------------------+
1212

1313

docs/changelog/2020/may.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ May 26
77
+-------------------------------+-------------------------------+
88
| Module | Versions |
99
+===============================+===============================+
10-
| ``rest.connector `` | 20.5 |
10+
| ``rest.connector`` | 20.5 |
1111
+-------------------------------+-------------------------------+
1212

1313

docs/changelog/2020/september.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
September 2020
2-
==========
2+
==============
33

44
September 29
5-
--------
5+
------------
66

77
+-------------------------------+-------------------------------+
88
| Module | Versions |
99
+===============================+===============================+
10-
| ``rest.connector `` | 20.9 |
10+
| ``rest.connector`` | 20.9 |
1111
+-------------------------------+-------------------------------+
1212

1313

docs/changelog/2021/april.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ April 27
77
+-------------------------------+-------------------------------+
88
| Module | Versions |
99
+===============================+===============================+
10-
| ``rest.connector `` | 21.4 |
10+
| ``rest.connector`` | 21.4 |
1111
+-------------------------------+-------------------------------+
1212

1313
Upgrade Instructions

0 commit comments

Comments
 (0)