Skip to content

Commit f5df082

Browse files
committed
Re-generate doc
1 parent 2cefd22 commit f5df082

25 files changed

+1328
-577
lines changed

docs/documentation/.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: dc8793222847a84e2aa461c8db35ffc8
3+
config: 28c19c7e253a4c4edba19db18a1cbef7
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/documentation/_static/basic.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ div.sphinxsidebar input {
8181
font-size: 1em;
8282
}
8383

84+
div.sphinxsidebar #searchbox form.search {
85+
overflow: hidden;
86+
}
87+
8488
div.sphinxsidebar #searchbox input[type="text"] {
8589
float: left;
8690
width: 80%;
@@ -427,6 +431,13 @@ table.field-list td, table.field-list th {
427431
hyphens: manual;
428432
}
429433

434+
/* -- hlist styles ---------------------------------------------------------- */
435+
436+
table.hlist td {
437+
vertical-align: top;
438+
}
439+
440+
430441
/* -- other body styles ----------------------------------------------------- */
431442

432443
ol.arabic {

docs/documentation/_static/css/theme.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/documentation/_static/doctools.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ var Documentation = {
150150
this.fixFirefoxAnchorBug();
151151
this.highlightSearchWords();
152152
this.initIndexTable();
153-
153+
if (DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) {
154+
this.initOnKeyListeners();
155+
}
154156
},
155157

156158
/**
@@ -310,4 +312,4 @@ _ = Documentation.gettext;
310312

311313
$(document).ready(function() {
312314
Documentation.init();
313-
});
315+
});
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '2.0.2',
3+
VERSION: '2.0.4',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',
77
HAS_SOURCE: true,
8-
SOURCELINK_SUFFIX: '.txt'
8+
SOURCELINK_SUFFIX: '.txt',
9+
NAVIGATION_WITH_KEYS: false,
910
};
107 KB
Binary file not shown.
94.7 KB
Binary file not shown.
61.7 KB
Binary file not shown.
641 KB
Binary file not shown.
641 KB
Binary file not shown.

0 commit comments

Comments
 (0)