Skip to content

Commit b28a3a2

Browse files
committed
docs/10.6: Rebuild with 10.6.2+cf05c6744d7c453313818673bb2264face3d4e7d
1 parent ffff0d7 commit b28a3a2

File tree

7,176 files changed

+134801
-126155
lines changed

Some content is hidden

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

7,176 files changed

+134801
-126155
lines changed

docs/10.6/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 records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: ba7f15fe5e6855e5d5a32acb265f5a40
3+
config: 0efeb475229eddd7dd9394ce23908685
44
tags: ae54ae06eb3b6454cb6d44658b436e23

docs/10.6/html/ca/intro/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '10.6.1',
2+
VERSION: '10.6.2',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,13 @@ function changeVersion() {
107107
let selected_ver = select_element.options[select_element.selectedIndex].text;
108108
let selected_url = select_element.value;
109109
if (selected_url) {
110-
if (window.location.protocol == 'file:') {
111-
let pathname = window.location.pathname;
112-
let cutoff_point = pathname.indexOf('/html');
113-
if (cutoff_point !== -1) {
114-
pathname = pathname.substring(cutoff_point);
115-
window.location.href = selected_url + pathname;
116-
} else {
117-
window.location.href = selected_url + '/index.html';
118-
}
110+
let pathname = window.location.pathname;
111+
let cutoff_point = pathname.indexOf('/html');
112+
if (cutoff_point !== -1) {
113+
pathname = pathname.substring(cutoff_point);
114+
window.location.href = selected_url + pathname;
119115
} else {
120-
window.location.href = selected_url + window.location.pathname;
116+
window.location.href = selected_url + '/index.html';
121117
}
122118
}
123119
}

docs/10.6/html/ca/intro/genindex-all.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="viewport" content="width=device-width,initial-scale=1"/>
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" />
66

7-
<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 --><title>Index - Introducció de Sage v10.6.1</title>
7+
<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 --><title>Index - Introducció de Sage v10.6.2</title>
88
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
99
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
1010
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -175,7 +175,7 @@
175175
</label>
176176
</div>
177177
<div class="header-center">
178-
<a href="index.html"><div class="brand">Introducció de Sage v10.6.1</div></a>
178+
<a href="index.html"><div class="brand">Introducció de Sage v10.6.2</div></a>
179179
</div>
180180
<div class="header-right">
181181
<div class="theme-toggle-container theme-toggle-header">
@@ -203,7 +203,7 @@
203203
<img class="sidebar-logo only-dark" src="_static/logo_sagemath_white.svg" alt="Dark Logo"/>
204204
</div>
205205

206-
<span class="sidebar-brand-text">passagemath 10.6.1 Documentation</span>
206+
<span class="sidebar-brand-text">passagemath 10.6.2 Documentation</span>
207207

208208
</a><div class="select-wrapper">
209209
<select id="versions-menu" onchange="changeVersion()">
@@ -218,7 +218,7 @@
218218
<div id="searchbox"></div><div class="sidebar-home">
219219
<div class="sidebar-tree">
220220
<ul><li class="toctree-l1">
221-
<a class="reference internal" href="index.html">Home - Introducció de Sage v10.6.1</a>
221+
<a class="reference internal" href="index.html">Home - Introducció de Sage v10.6.2</a>
222222
</li></ul>
223223
</div>
224224
</div><div class="sidebar-tree">
@@ -292,7 +292,7 @@ <h1 id="index">Index</h1>
292292

293293
</aside>
294294
</div>
295-
</div><script src="_static/documentation_options.js?v=68afb76a"></script>
295+
</div><script src="_static/documentation_options.js?v=5f573d00"></script>
296296
<script src="_static/doctools.js?v=9bcbadda"></script>
297297
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
298298
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
@@ -302,6 +302,6 @@ <h1 id="index">Index</h1>
302302
<script src="_static/thebelab-helper.js"></script>
303303
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
304304
<script src="https://cdn.jsdelivr.net/npm/@jupyter-widgets/html-manager@^1.0.1/dist/embed-amd.js"></script>
305-
<script src="_static/jupyter-sphinx-furo.js?v=1d35515b"></script>
305+
<script src="_static/jupyter-sphinx-furo.js?v=77915cdd"></script>
306306
</body>
307307
</html>

docs/10.6/html/ca/intro/genindex.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />
77

88
<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 -->
9-
<title> - Introducció de Sage v10.6.1</title>
9+
<title> - Introducció de Sage v10.6.2</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
1111
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -177,7 +177,7 @@
177177
</label>
178178
</div>
179179
<div class="header-center">
180-
<a href="index.html"><div class="brand">Introducció de Sage v10.6.1</div></a>
180+
<a href="index.html"><div class="brand">Introducció de Sage v10.6.2</div></a>
181181
</div>
182182
<div class="header-right">
183183
<div class="theme-toggle-container theme-toggle-header">
@@ -205,7 +205,7 @@
205205
<img class="sidebar-logo only-dark" src="_static/logo_sagemath_white.svg" alt="Dark Logo"/>
206206
</div>
207207

208-
<span class="sidebar-brand-text">passagemath 10.6.1 Documentation</span>
208+
<span class="sidebar-brand-text">passagemath 10.6.2 Documentation</span>
209209

210210
</a><div class="select-wrapper">
211211
<select id="versions-menu" onchange="changeVersion()">
@@ -220,7 +220,7 @@
220220
<div id="searchbox"></div><div class="sidebar-home">
221221
<div class="sidebar-tree">
222222
<ul><li class="toctree-l1">
223-
<a class="reference internal" href="index.html">Home - Introducció de Sage v10.6.1</a>
223+
<a class="reference internal" href="index.html">Home - Introducció de Sage v10.6.2</a>
224224
</li></ul>
225225
</div>
226226
</div><div class="sidebar-tree">
@@ -310,7 +310,7 @@ <h1 id="index">Index</h1>
310310

311311
</aside>
312312
</div>
313-
</div><script src="_static/documentation_options.js?v=68afb76a"></script>
313+
</div><script src="_static/documentation_options.js?v=5f573d00"></script>
314314
<script src="_static/doctools.js?v=9bcbadda"></script>
315315
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
316316
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
@@ -320,6 +320,6 @@ <h1 id="index">Index</h1>
320320
<script src="_static/thebelab-helper.js"></script>
321321
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
322322
<script src="https://cdn.jsdelivr.net/npm/@jupyter-widgets/html-manager@^1.0.1/dist/embed-amd.js"></script>
323-
<script src="_static/jupyter-sphinx-furo.js?v=1d35515b"></script>
323+
<script src="_static/jupyter-sphinx-furo.js?v=77915cdd"></script>
324324
</body>
325325
</html>

docs/10.6/html/ca/intro/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" />
77

88
<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 -->
9-
<title>Introducció de Sage v10.6.1</title>
9+
<title>Introducció de Sage v10.6.2</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
1111
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -177,7 +177,7 @@
177177
</label>
178178
</div>
179179
<div class="header-center">
180-
<a href="#"><div class="brand">Introducció de Sage v10.6.1</div></a>
180+
<a href="#"><div class="brand">Introducció de Sage v10.6.2</div></a>
181181
</div>
182182
<div class="header-right">
183183
<div class="theme-toggle-container theme-toggle-header">
@@ -205,7 +205,7 @@
205205
<img class="sidebar-logo only-dark" src="_static/logo_sagemath_white.svg" alt="Dark Logo"/>
206206
</div>
207207

208-
<span class="sidebar-brand-text">passagemath 10.6.1 Documentation</span>
208+
<span class="sidebar-brand-text">passagemath 10.6.2 Documentation</span>
209209

210210
</a><div class="select-wrapper">
211211
<select id="versions-menu" onchange="changeVersion()">
@@ -220,7 +220,7 @@
220220
<div id="searchbox"></div><div class="sidebar-home">
221221
<div class="sidebar-tree">
222222
<ul><li class="toctree-l1">
223-
<a class="reference internal" href="#">Home - Introducció de Sage v10.6.1</a>
223+
<a class="reference internal" href="#">Home - Introducció de Sage v10.6.2</a>
224224
</li></ul>
225225
</div>
226226
</div><div class="sidebar-tree">
@@ -2051,7 +2051,7 @@ <h2>Índexs i taules<a class="headerlink" href="#indexs-i-taules" title="Link to
20512051

20522052
</aside>
20532053
</div>
2054-
</div><script src="_static/documentation_options.js?v=68afb76a"></script>
2054+
</div><script src="_static/documentation_options.js?v=5f573d00"></script>
20552055
<script src="_static/doctools.js?v=9bcbadda"></script>
20562056
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
20572057
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
@@ -2063,6 +2063,6 @@ <h2>Índexs i taules<a class="headerlink" href="#indexs-i-taules" title="Link to
20632063
<script src="https://cdn.jsdelivr.net/npm/@jupyter-widgets/html-manager@^1.0.1/dist/embed-amd.js"></script>
20642064
<script>window.MathJax = {"tex": {"macros": {"ZZ": "\\Bold{Z}", "NN": "\\Bold{N}", "RR": "\\Bold{R}", "CC": "\\Bold{C}", "QQ": "\\Bold{Q}", "QQbar": "\\overline{\\QQ}", "GF": ["\\Bold{F}_{#1}", 1], "Zp": ["\\Bold{Z}_{#1}", 1], "Qp": ["\\Bold{Q}_{#1}", 1], "Zmod": ["\\ZZ/#1\\ZZ", 1], "CDF": "\\Bold{C}", "CIF": "\\Bold{C}", "CLF": "\\Bold{C}", "RDF": "\\Bold{R}", "RIF": "\\Bold{I} \\Bold{R}", "RLF": "\\Bold{R}", "SL": "\\mathrm{SL}", "PSL": "\\mathrm{PSL}", "lcm": "\\mathop{\\operatorname{lcm}}", "dist": "\\mathrm{dist}", "im": "\\mathop{\\operatorname{im}}", "rank": "\\mathop{\\operatorname{rank}}", "PP": "\\Bold{P}", "OO": "\\mathcal{O}", "Bold": ["\\mathbf{#1}", 1]}, "inlineMath": [["$", "$"], ["\\(", "\\)"]], "maxBuffer": 51200, "autoload": {"color": [], "colorv2": ["color"]}}}</script>
20652065
<script defer="defer" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
2066-
<script src="_static/jupyter-sphinx-furo.js?v=1d35515b"></script>
2066+
<script src="_static/jupyter-sphinx-furo.js?v=77915cdd"></script>
20672067
</body>
20682068
</html>

docs/10.6/html/ca/intro/objects.inv

0 Bytes
Binary file not shown.

docs/10.6/html/ca/intro/search.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="viewport" content="width=device-width,initial-scale=1"/>
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="#" />
66

7-
<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 --><title>Search - Introducció de Sage v10.6.1</title><link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
7+
<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 --><title>Search - Introducció de Sage v10.6.2</title><link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
88
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
99
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
1010
<link rel="stylesheet" type="text/css" href="_static/tabs.css?v=4c969af8" />
@@ -174,7 +174,7 @@
174174
</label>
175175
</div>
176176
<div class="header-center">
177-
<a href="index.html"><div class="brand">Introducció de Sage v10.6.1</div></a>
177+
<a href="index.html"><div class="brand">Introducció de Sage v10.6.2</div></a>
178178
</div>
179179
<div class="header-right">
180180
<div class="theme-toggle-container theme-toggle-header">
@@ -202,7 +202,7 @@
202202
<img class="sidebar-logo only-dark" src="_static/logo_sagemath_white.svg" alt="Dark Logo"/>
203203
</div>
204204

205-
<span class="sidebar-brand-text">passagemath 10.6.1 Documentation</span>
205+
<span class="sidebar-brand-text">passagemath 10.6.2 Documentation</span>
206206

207207
</a><div class="select-wrapper">
208208
<select id="versions-menu" onchange="changeVersion()">
@@ -217,7 +217,7 @@
217217
<div id="searchbox"></div><div class="sidebar-home">
218218
<div class="sidebar-tree">
219219
<ul><li class="toctree-l1">
220-
<a class="reference internal" href="index.html">Home - Introducció de Sage v10.6.1</a>
220+
<a class="reference internal" href="index.html">Home - Introducció de Sage v10.6.2</a>
221221
</li></ul>
222222
</div>
223223
</div><div class="sidebar-tree">
@@ -321,7 +321,7 @@ <h1 id="search-documentation">Search</h1>
321321

322322
</aside>
323323
</div>
324-
</div><script src="_static/documentation_options.js?v=68afb76a"></script>
324+
</div><script src="_static/documentation_options.js?v=5f573d00"></script>
325325
<script src="_static/doctools.js?v=9bcbadda"></script>
326326
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
327327
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
@@ -331,7 +331,7 @@ <h1 id="search-documentation">Search</h1>
331331
<script src="_static/thebelab-helper.js"></script>
332332
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
333333
<script src="https://cdn.jsdelivr.net/npm/@jupyter-widgets/html-manager@^1.0.1/dist/embed-amd.js"></script>
334-
<script src="_static/jupyter-sphinx-furo.js?v=1d35515b"></script>
334+
<script src="_static/jupyter-sphinx-furo.js?v=77915cdd"></script>
335335

336336
<script src="_static/searchtools.js"></script>
337337
<script src="_static/language_data.js"></script>
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 records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 20010d088d100ace77c8e01ced271d60
3+
config: 2a143f4f249836808d1f830cbb0703a3
44
tags: ae54ae06eb3b6454cb6d44658b436e23

docs/10.6/html/de/a_tour_of_sage/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '10.6.1',
2+
VERSION: '10.6.2',
33
LANGUAGE: 'de',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

0 commit comments

Comments
 (0)