Skip to content

Commit 079997c

Browse files
committed
Update 1.2.1 docs
1 parent 50681a0 commit 079997c

File tree

1,200 files changed

+1896
-3075
lines changed

Some content is hidden

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

1,200 files changed

+1896
-3075
lines changed

_images/boxplot_demo_00.png

43 Bytes
Loading

_images/boxplot_demo_01.png

89 Bytes
Loading

_images/boxplot_demo_02.png

-50 Bytes
Loading

_images/boxplot_demo_03.png

-2.59 KB
Loading

_images/boxplot_demo_04.png

-82 Bytes
Loading

_images/boxplot_demo_05.png

-37 Bytes
Loading

_images/boxplot_demo_06.png

154 Bytes
Loading

_images/cohere_demo.png

118 Bytes
Loading

_images/cohere_demo1.png

118 Bytes
Loading

_images/collections_demo.png

-3.08 KB
Loading

_images/csd_demo.png

-112 Bytes
Loading

_images/csd_demo1.png

-112 Bytes
Loading

_images/date_demo1.png

-126 Bytes
Loading

_images/date_demo2.png

-47 Bytes
Loading

_images/demo_tight_layout_00_00.png

-434 Bytes
Loading

_images/demo_tight_layout_00_01.png

1.33 KB
Loading

_images/demo_tight_layout_00_02.png

1.95 KB
Loading

_images/demo_tight_layout_00_03.png

-2.07 KB
Loading

_images/demo_tight_layout_00_04.png

1.96 KB
Loading

_images/demo_tight_layout_00_05.png

-372 Bytes
Loading

_images/demo_tight_layout_00_06.png

7.3 KB
Loading

_images/demo_tight_layout_01_00.png

1.16 KB
Loading

_images/fill_betweenx_demo_00.png

-1.98 KB
Loading

_images/fill_betweenx_demo_001.png

-1.98 KB
Loading

_images/fill_betweenx_demo_01.png

-2.63 KB
Loading

_images/fill_betweenx_demo_011.png

-2.63 KB
Loading

_images/finance_demo.png

-74 Bytes
Loading

_images/finance_work2.png

-2.43 KB
Loading

_images/finance_work21.png

-2.43 KB
Loading

_images/parasite_simple2.png

2 Bytes
Loading

_images/plotmap.png

422 KB
Loading

_images/simple_axisartist1.png

-71 Bytes
Loading

_images/usetex_fonteffects.png

7.44 KB
Loading

_images/xcorr_demo.png

24 Bytes
Loading

_images/xcorr_demo1.png

24 Bytes
Loading

_static/basic.css

Lines changed: 1 addition & 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-2011 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

_static/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- default theme.
66
*
7-
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

_static/doctools.js

Lines changed: 2 additions & 14 deletions
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-2011 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -32,7 +32,7 @@ if (!window.console || !console.firebug) {
3232
*/
3333
jQuery.urldecode = function(x) {
3434
return decodeURIComponent(x).replace(/\+/g, ' ');
35-
}
35+
};
3636

3737
/**
3838
* small helper function to urlencode strings
@@ -61,18 +61,6 @@ jQuery.getQueryParameters = function(s) {
6161
return result;
6262
};
6363

64-
/**
65-
* small function to check if an array contains
66-
* a given item.
67-
*/
68-
jQuery.contains = function(arr, item) {
69-
for (var i = 0; i < arr.length; i++) {
70-
if (arr[i] == item)
71-
return true;
72-
}
73-
return false;
74-
};
75-
7664
/**
7765
* highlight a given string on a jquery object by wrapping it in
7866
* span elements with the given class name.

_static/jquery.js

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

_static/pygments.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
.highlight .gr { color: #FF0000 } /* Generic.Error */
1414
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
1515
.highlight .gi { color: #00A000 } /* Generic.Inserted */
16-
.highlight .go { color: #303030 } /* Generic.Output */
16+
.highlight .go { color: #333333 } /* Generic.Output */
1717
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
1818
.highlight .gs { font-weight: bold } /* Generic.Strong */
1919
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
20-
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
20+
.highlight .gt { color: #0044DD } /* Generic.Traceback */
2121
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
2222
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
2323
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */

0 commit comments

Comments
 (0)