Skip to content

Commit 3e131e4

Browse files
committed
10.5
1 parent 9e31ca4 commit 3e131e4

File tree

8,757 files changed

+718561
-420759
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,757 files changed

+718561
-420759
lines changed

html/ca/intro/.buildinfo

+2-2
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: ede1101aa524ab9ae1d3d3e6d3836036
4-
tags: 645f666f9bcd5a90fca523b33c5a78b7
3+
config: e3807e355cde6329f254d732107790dc
4+
tags: 83e2b46826b8986b8a2be9a53438e2a7

html/ca/intro/_static/basic.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

html/ca/intro/_static/custom-tabs.css

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/* Additional css for tabs */
2+
3+
.tab-set {
4+
margin-top: 0px;
5+
}
6+
7+
.tab-set > label {
8+
padding: 0.1em var(--tabs--pading-x);
9+
}
10+
11+
p.with-sage-tab {
12+
margin-bottom:0.25rem
13+
}

html/ca/intro/_static/doctools.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Base JavaScript utilities for all Sphinx HTML documentation.
66
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

html/ca/intro/_static/documentation_options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '10.4',
2+
VERSION: '10.5',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

html/ca/intro/_static/jupyter-sphinx-furo.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ function changeVersion() {
109109
if (selected_url) {
110110
if (window.location.protocol == 'file:') {
111111
let pathname = window.location.pathname;
112-
let cutoff_point = pathname.indexOf('doc/sage');
112+
let cutoff_point = pathname.indexOf('/html');
113113
if (cutoff_point !== -1) {
114-
pathname = pathname.substring(cutoff_point + 8);
114+
pathname = pathname.substring(cutoff_point);
115115
window.location.href = selected_url + pathname;
116116
} else {
117-
window.location.href = selected_url + 'html/en/index.html';
117+
window.location.href = selected_url + '/index.html';
118118
}
119119
} else {
120120
window.location.href = selected_url + window.location.pathname;

html/ca/intro/_static/language_data.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
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-2023 by the Sphinx team, see AUTHORS.
8+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
99
* :license: BSD, see LICENSE for details.
1010
*
1111
*/
1212

1313
var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];
1414

1515

16-
/* Non-minified version is copied as a separate JS file, is available */
16+
/* Non-minified version is copied as a separate JS file, if available */
1717

1818
/**
1919
* Porter Stemmer

html/ca/intro/_static/scripts/furo.js

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

html/ca/intro/_static/scripts/furo.js.map

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

0 commit comments

Comments
 (0)