Skip to content

Commit 82758b9

Browse files
Update docs
1 parent b9f4cb6 commit 82758b9

File tree

118 files changed

+10846
-2999
lines changed

Some content is hidden

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

118 files changed

+10846
-2999
lines changed

docs/_images/cdan.png

104 KB

docs/_images/dann.gif

-245 KB
-216 Bytes
-186 Bytes
-890 Bytes
-987 Bytes
-141 Bytes
-292 Bytes
-432 Bytes
9.79 KB
75 Bytes
2.23 KB
863 Bytes
-6.23 KB
1.35 KB
-8.84 KB
2.23 KB
13.4 KB
-13.3 KB
Binary file not shown.
35.1 KB
-34.9 KB
Binary file not shown.
33 KB
36.6 KB
35.3 KB
42.6 KB
33.4 KB
39.4 KB
28.9 KB
35.9 KB
232 Bytes

docs/_images/kmm.gif

155 KB

docs/_images/msda.gif

-328 KB
Binary file not shown.

docs/_images/regulartransfer.png

-183 KB
Binary file not shown.

docs/_images/srcOnlyCla.gif

751 KB

docs/_images/tradaboost.gif

3.11 MB

docs/_static/basic.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -731,8 +731,9 @@ dl.glossary dt {
731731

732732
.classifier:before {
733733
font-style: normal;
734-
margin: 0.5em;
734+
margin: 0 0.5em;
735735
content: ":";
736+
display: inline-block;
736737
}
737738

738739
abbr, acronym {
@@ -756,6 +757,7 @@ span.pre {
756757
-ms-hyphens: none;
757758
-webkit-hyphens: none;
758759
hyphens: none;
760+
white-space: nowrap;
759761
}
760762

761763
div[class*="highlight-"] {

docs/_static/doctools.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx JavaScript utilities for all documentation.
66
*
7-
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -264,6 +264,9 @@ var Documentation = {
264264
hideSearchWords : function() {
265265
$('#searchbox .highlight-link').fadeOut(300);
266266
$('span.highlighted').removeClass('highlighted');
267+
var url = new URL(window.location);
268+
url.searchParams.delete('highlight');
269+
window.history.replaceState({}, '', url);
267270
},
268271

269272
/**

docs/_static/images/cdan.png

104 KB

docs/_static/language_data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* This script contains the language-specific data used by searchtools.js,
66
* namely the list of stopwords, stemmer, scorer and splitter.
77
*
8-
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
8+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
99
* :license: BSD, see LICENSE for details.
1010
*
1111
*/

docs/_static/pygments.css

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5
55
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
66
.highlight .hll { background-color: #ffffcc }
77
.highlight { background: #f8f8f8; }
8-
.highlight .c { color: #408080; font-style: italic } /* Comment */
8+
.highlight .c { color: #3D7B7B; font-style: italic } /* Comment */
99
.highlight .err { border: 1px solid #FF0000 } /* Error */
1010
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
1111
.highlight .o { color: #666666 } /* Operator */
12-
.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
13-
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
14-
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
15-
.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
16-
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
17-
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
12+
.highlight .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
13+
.highlight .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
14+
.highlight .cp { color: #9C6500 } /* Comment.Preproc */
15+
.highlight .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
16+
.highlight .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
17+
.highlight .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
1818
.highlight .gd { color: #A00000 } /* Generic.Deleted */
1919
.highlight .ge { font-style: italic } /* Generic.Emph */
20-
.highlight .gr { color: #FF0000 } /* Generic.Error */
20+
.highlight .gr { color: #E40000 } /* Generic.Error */
2121
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
22-
.highlight .gi { color: #00A000 } /* Generic.Inserted */
23-
.highlight .go { color: #888888 } /* Generic.Output */
22+
.highlight .gi { color: #008400 } /* Generic.Inserted */
23+
.highlight .go { color: #717171 } /* Generic.Output */
2424
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
2525
.highlight .gs { font-weight: bold } /* Generic.Strong */
2626
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
@@ -33,15 +33,15 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
3333
.highlight .kt { color: #B00040 } /* Keyword.Type */
3434
.highlight .m { color: #666666 } /* Literal.Number */
3535
.highlight .s { color: #BA2121 } /* Literal.String */
36-
.highlight .na { color: #7D9029 } /* Name.Attribute */
36+
.highlight .na { color: #687822 } /* Name.Attribute */
3737
.highlight .nb { color: #008000 } /* Name.Builtin */
3838
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
3939
.highlight .no { color: #880000 } /* Name.Constant */
4040
.highlight .nd { color: #AA22FF } /* Name.Decorator */
41-
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
42-
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
41+
.highlight .ni { color: #717171; font-weight: bold } /* Name.Entity */
42+
.highlight .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
4343
.highlight .nf { color: #0000FF } /* Name.Function */
44-
.highlight .nl { color: #A0A000 } /* Name.Label */
44+
.highlight .nl { color: #767600 } /* Name.Label */
4545
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
4646
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
4747
.highlight .nv { color: #19177C } /* Name.Variable */
@@ -58,11 +58,11 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
5858
.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
5959
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
6060
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
61-
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
61+
.highlight .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
6262
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
63-
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
63+
.highlight .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
6464
.highlight .sx { color: #008000 } /* Literal.String.Other */
65-
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
65+
.highlight .sr { color: #A45A77 } /* Literal.String.Regex */
6666
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
6767
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
6868
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */

docs/_static/searchtools.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx JavaScript utilities for the full-text search.
66
*
7-
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -328,7 +328,9 @@ var Search = {
328328
var results = [];
329329

330330
for (var prefix in objects) {
331-
for (var name in objects[prefix]) {
331+
for (var iMatch = 0; iMatch != objects[prefix].length; ++iMatch) {
332+
var match = objects[prefix][iMatch];
333+
var name = match[4];
332334
var fullname = (prefix ? prefix + '.' : '') + name;
333335
var fullnameLower = fullname.toLowerCase()
334336
if (fullnameLower.indexOf(object) > -1) {
@@ -342,7 +344,6 @@ var Search = {
342344
} else if (parts[parts.length - 1].indexOf(object) > -1) {
343345
score += Scorer.objPartialMatch;
344346
}
345-
var match = objects[prefix][name];
346347
var objname = objnames[match[1]][2];
347348
var title = titles[match[0]];
348349
// If more than one term searched for, we require other words to be

0 commit comments

Comments
 (0)