Skip to content

Commit 704b069

Browse files
Siyang TeoSiyang Teo
Siyang Teo
authored and
Siyang Teo
committed
commit
1 parent d0b5ec6 commit 704b069

Some content is hidden

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

50 files changed

+239
-872
lines changed

_build/doctrees/association.doctree

-32 Bytes
Binary file not shown.

_build/doctrees/decomposition.doctree

-30 Bytes
Binary file not shown.

_build/doctrees/difference.doctree

-27 Bytes
Binary file not shown.

_build/doctrees/environment.pickle

-1016 Bytes
Binary file not shown.

_build/doctrees/forecasting.doctree

-34 Bytes
Binary file not shown.

_build/doctrees/general.doctree

-41 Bytes
Binary file not shown.

_build/doctrees/index.doctree

-3 Bytes
Binary file not shown.

_build/doctrees/supervised.doctree

3.42 KB
Binary file not shown.

_build/doctrees/unsupervised.doctree

-32 Bytes
Binary file not shown.

_build/html/.buildinfo

+1-1
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: 05ff58d1be54252f0a6748edeeab048c
3+
config: 0278e9266b7086d5cd5dad91e43d316f
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_build/html/_static/basic.css

+22-55
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ div.sphinxsidebar {
5252
width: 230px;
5353
margin-left: -100%;
5454
font-size: 90%;
55-
word-wrap: break-word;
56-
overflow-wrap : break-word;
5755
}
5856

5957
div.sphinxsidebar ul {
@@ -85,6 +83,10 @@ div.sphinxsidebar #searchbox input[type="text"] {
8583
width: 170px;
8684
}
8785

86+
div.sphinxsidebar #searchbox input[type="submit"] {
87+
width: 30px;
88+
}
89+
8890
img {
8991
border: 0;
9092
max-width: 100%;
@@ -122,8 +124,6 @@ ul.keywordmatches li.goodmatch a {
122124

123125
table.contentstable {
124126
width: 90%;
125-
margin-left: auto;
126-
margin-right: auto;
127127
}
128128

129129
table.contentstable p.biglink {
@@ -151,14 +151,9 @@ table.indextable td {
151151
vertical-align: top;
152152
}
153153

154-
table.indextable ul {
154+
table.indextable dl, table.indextable dd {
155155
margin-top: 0;
156156
margin-bottom: 0;
157-
list-style-type: none;
158-
}
159-
160-
table.indextable > tbody > tr > td > ul {
161-
padding-left: 0em;
162157
}
163158

164159
table.indextable tr.pcap {
@@ -190,22 +185,8 @@ div.genindex-jumpbox {
190185
padding: 0.4em;
191186
}
192187

193-
/* -- domain module index --------------------------------------------------- */
194-
195-
table.modindextable td {
196-
padding: 2px;
197-
border-collapse: collapse;
198-
}
199-
200188
/* -- general body styles --------------------------------------------------- */
201189

202-
div.body p, div.body dd, div.body li, div.body blockquote {
203-
-moz-hyphens: auto;
204-
-ms-hyphens: auto;
205-
-webkit-hyphens: auto;
206-
hyphens: auto;
207-
}
208-
209190
a.headerlink {
210191
visibility: hidden;
211192
}
@@ -231,6 +212,10 @@ div.body td {
231212
text-align: left;
232213
}
233214

215+
.field-list ul {
216+
padding-left: 1em;
217+
}
218+
234219
.first {
235220
margin-top: 0 !important;
236221
}
@@ -347,6 +332,10 @@ table.docutils td, table.docutils th {
347332
border-bottom: 1px solid #aaa;
348333
}
349334

335+
table.field-list td, table.field-list th {
336+
border: 0 !important;
337+
}
338+
350339
table.footnote td, table.footnote th {
351340
border: 0 !important;
352341
}
@@ -383,20 +372,6 @@ div.figure p.caption span.caption-number {
383372
div.figure p.caption span.caption-text {
384373
}
385374

386-
/* -- field list styles ----------------------------------------------------- */
387-
388-
table.field-list td, table.field-list th {
389-
border: 0 !important;
390-
}
391-
392-
.field-list ul {
393-
margin: 0;
394-
padding-left: 1em;
395-
}
396-
397-
.field-list p {
398-
margin: 0;
399-
}
400375

401376
/* -- other body styles ----------------------------------------------------- */
402377

@@ -447,6 +422,15 @@ dl.glossary dt {
447422
font-size: 1.1em;
448423
}
449424

425+
.field-list ul {
426+
margin: 0;
427+
padding-left: 1em;
428+
}
429+
430+
.field-list p {
431+
margin: 0;
432+
}
433+
450434
.optional {
451435
font-size: 1.3em;
452436
}
@@ -505,13 +489,6 @@ pre {
505489
overflow-y: hidden; /* fixes display issues on Chrome browsers */
506490
}
507491

508-
span.pre {
509-
-moz-hyphens: none;
510-
-ms-hyphens: none;
511-
-webkit-hyphens: none;
512-
hyphens: none;
513-
}
514-
515492
td.linenos pre {
516493
padding: 5px 0px;
517494
border: 0;
@@ -603,16 +580,6 @@ span.eqno {
603580
float: right;
604581
}
605582

606-
span.eqno a.headerlink {
607-
position: relative;
608-
left: 0px;
609-
z-index: 1;
610-
}
611-
612-
div.math:hover a.headerlink {
613-
visibility: visible;
614-
}
615-
616583
/* -- printout stylesheet --------------------------------------------------- */
617584

618585
@media print {
2.68 KB
Loading

_build/html/_static/comment-close.png

2.68 KB
Loading

_build/html/_static/comment.png

2.74 KB
Loading

_build/html/_static/css/badge_only.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_build/html/_static/css/theme.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_build/html/_static/doctools.js

+1-25
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ var Documentation = {
124124
this.fixFirefoxAnchorBug();
125125
this.highlightSearchWords();
126126
this.initIndexTable();
127-
128127
},
129128

130129
/**
@@ -253,29 +252,6 @@ var Documentation = {
253252
});
254253
var url = parts.join('/');
255254
return path.substring(url.lastIndexOf('/') + 1, path.length - 1);
256-
},
257-
258-
initOnKeyListeners: function() {
259-
$(document).keyup(function(event) {
260-
var activeElementType = document.activeElement.tagName;
261-
// don't navigate when in search box or textarea
262-
if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT') {
263-
switch (event.keyCode) {
264-
case 37: // left
265-
var prevHref = $('link[rel="prev"]').prop('href');
266-
if (prevHref) {
267-
window.location.href = prevHref;
268-
return false;
269-
}
270-
case 39: // right
271-
var nextHref = $('link[rel="next"]').prop('href');
272-
if (nextHref) {
273-
window.location.href = nextHref;
274-
return false;
275-
}
276-
}
277-
}
278-
});
279255
}
280256
};
281257

@@ -284,4 +260,4 @@ _ = Documentation.gettext;
284260

285261
$(document).ready(function() {
286262
Documentation.init();
287-
});
263+
});

_build/html/_static/down-pressed.png

125 Bytes
Loading

_build/html/_static/down.png

145 Bytes
Loading

_build/html/_static/file.png

72 Bytes
Loading
-42.6 KB
Binary file not shown.
-12.1 KB
Binary file not shown.
-522 KB
Binary file not shown.
-524 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)