Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 2516cbb

Browse files
Update for 2.3.1 release
1 parent 2da278a commit 2516cbb

Some content is hidden

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

46 files changed

+1260
-1361
lines changed

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 80fbc7d4b328dec9759e2c05cbd42e1a
3+
config: eebfbd38b41b7ad18caf0923211e8a03
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
14 Bytes
Binary file not shown.
6.17 KB
Binary file not shown.
42 Bytes
Binary file not shown.

docs/.doctrees/api/sdk/sdk.doctree

28 Bytes
Binary file not shown.

docs/.doctrees/environment.pickle

4.61 MB
Binary file not shown.

docs/.doctrees/index.doctree

0 Bytes
Binary file not shown.

docs/_static/basic.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -324,13 +324,15 @@ aside.sidebar {
324324
p.sidebar-title {
325325
font-weight: bold;
326326
}
327+
327328
nav.contents,
328329
aside.topic,
329330
div.admonition, div.topic, blockquote {
330331
clear: left;
331332
}
332333

333334
/* -- topics ---------------------------------------------------------------- */
335+
334336
nav.contents,
335337
aside.topic,
336338
div.topic {
@@ -606,6 +608,7 @@ ol.simple p,
606608
ul.simple p {
607609
margin-bottom: 0;
608610
}
611+
609612
aside.footnote > span,
610613
div.citation > span {
611614
float: left;

docs/_static/doctools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Base JavaScript utilities for all Sphinx HTML documentation.
66
*
7-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '2.3.0',
3+
VERSION: '2.3.1',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

0 commit comments

Comments
 (0)