Skip to content

Commit 6e28b04

Browse files
committed
version 9.5
1 parent 65dcf56 commit 6e28b04

File tree

8,979 files changed

+692825
-557851
lines changed

Some content is hidden

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

8,979 files changed

+692825
-557851
lines changed

html/ca/intro/.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: 24268b0e6c291253b4c9b7b939d27ff3
3+
config: ac87aab5327c2decf25ec4923aa2f6da
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

html/ca/intro/_static/basic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ div.code-block-caption code {
819819

820820
table.highlighttable td.linenos,
821821
span.linenos,
822-
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
822+
div.highlight span.gp { /* gp: Generic.Prompt */
823823
user-select: none;
824824
-webkit-user-select: text; /* Safari fallback only */
825825
-webkit-user-select: none; /* Chrome/Safari */

html/ca/intro/_static/doctools.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,14 @@ var Documentation = {
301301
window.location.href = prevHref;
302302
return false;
303303
}
304+
break;
304305
case 39: // right
305306
var nextHref = $('link[rel="next"]').prop('href');
306307
if (nextHref) {
307308
window.location.href = nextHref;
308309
return false;
309310
}
311+
break;
310312
}
311313
}
312314
});

html/ca/intro/_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: '9.4',
3+
VERSION: '9.5',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* plot_directive.css
3+
* ~~~~~~~~~~~~
4+
*
5+
* Stylesheet controlling images created using the `plot` directive within
6+
* Sphinx.
7+
*
8+
* :copyright: Copyright 2020-* by the Matplotlib development team.
9+
* :license: Matplotlib, see LICENSE for details.
10+
*
11+
*/
12+
13+
img.plot-directive {
14+
border: 0;
15+
max-width: 100%;
16+
}

html/ca/intro/_static/pygments.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
pre { line-height: 125%; }
2+
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
3+
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
4+
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
5+
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
16
.highlight .hll { background-color: #ffffcc }
2-
.highlight { background: #eeffcc; }
7+
.highlight { background: #eeffcc; }
38
.highlight .c { color: #408090; font-style: italic } /* Comment */
49
.highlight .err { border: 1px solid #FF0000 } /* Error */
510
.highlight .k { color: #007020; font-weight: bold } /* Keyword */

html/ca/intro/_static/searchtools.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,10 @@ var Search = {
282282
complete: function(jqxhr, textstatus) {
283283
var data = jqxhr.responseText;
284284
if (data !== '' && data !== undefined) {
285-
listItem.append(Search.makeSearchSummary(data, searchterms, hlterms));
285+
var summary = Search.makeSearchSummary(data, searchterms, hlterms);
286+
if (summary) {
287+
listItem.append(summary);
288+
}
286289
}
287290
Search.output.append(listItem);
288291
setTimeout(function() {
@@ -498,6 +501,9 @@ var Search = {
498501
*/
499502
makeSearchSummary : function(htmlText, keywords, hlwords) {
500503
var text = Search.htmlToText(htmlText);
504+
if (text == "") {
505+
return null;
506+
}
501507
var textLower = text.toLowerCase();
502508
var start = 0;
503509
$.each(keywords, function() {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy