Skip to content

Commit aed6e01

Browse files
committed
Pushing the docs to 0.7/ for branch: 0.7.X, commit 529555b0ae9164648719479ae2d6806bee4c061d
1 parent ca8d79f commit aed6e01

560 files changed

Lines changed: 54611 additions & 54414 deletions

File tree

Some content is hidden

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

0.7/.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: e6851396d2d28dee3c6c348929f16cfd
3+
config: 99c7f455c9e114f3e5949efa53db97c2
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

0.7/CHANGES.html

Lines changed: 183 additions & 169 deletions
Large diffs are not rendered by default.

0.7/CONTRIBUTING.html

Lines changed: 97 additions & 104 deletions
Large diffs are not rendered by default.

0.7/RELEASE_PROCESS.html

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
5555
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
5656

57-
<script src="_static/documentation_options.js?v=5a057da9"></script>
57+
<script src="_static/documentation_options.js?v=6dfdf7c3"></script>
5858
<script src="_static/doctools.js?v=9bcbadda"></script>
5959
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
6060
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
@@ -64,7 +64,7 @@
6464
<script>
6565
DOCUMENTATION_OPTIONS.theme_version = '0.16.1';
6666
DOCUMENTATION_OPTIONS.theme_switcher_json_url = 'https://raw.githubusercontent.com/skrub-data/skrub/main/doc/version.json';
67-
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.7.1';
67+
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.7.2';
6868
DOCUMENTATION_OPTIONS.show_version_warning_banner =
6969
true;
7070
</script>
@@ -77,7 +77,7 @@
7777
<link rel="prev" title="How to write an example for the gallery" href="tutorial_example.html" />
7878
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7979
<meta name="docsearch:language" content="en"/>
80-
<meta name="docsearch:version" content="0.7.1" />
80+
<meta name="docsearch:version" content="0.7.2" />
8181
</head>
8282

8383

@@ -214,13 +214,6 @@
214214
</a>
215215
</li>
216216

217-
218-
<li class=" ">
219-
<a class="nav-link dropdown-item nav-internal" href="CONTRIBUTING.html">
220-
Contributing to skrub
221-
</a>
222-
</li>
223-
224217
</ul>
225218
</li>
226219

@@ -417,13 +410,6 @@
417410
</a>
418411
</li>
419412

420-
421-
<li class="nav-item ">
422-
<a class="nav-link nav-internal" href="CONTRIBUTING.html">
423-
Contributing to skrub
424-
</a>
425-
</li>
426-
427413
</ul>
428414
</nav></div>
429415

@@ -526,7 +512,7 @@
526512
<div class="bd-toc-item navbar-nav"><ul class="current nav bd-sidenav">
527513
<li class="toctree-l1"><a class="reference internal" href="vision.html">Vision: where is skrub heading?</a></li>
528514
<li class="toctree-l1"><a class="reference internal" href="about.html">About</a></li>
529-
<li class="toctree-l1"><a class="reference internal" href="CONTRIBUTING.html">Contributing to skrub</a></li>
515+
<li class="toctree-l1"><a class="reference internal" href="CONTRIBUTING.html">Contributing guide</a></li>
530516
<li class="toctree-l1"><a class="reference internal" href="tutorial_example.html">How to write an example for the gallery</a></li>
531517
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Release process</a></li>
532518
</ul>
Binary file not shown.

0.7/_downloads/0cb55bbd1c360136af5ea82ecb86fcd3/0070_join_aggregation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"name": "python",
216216
"nbconvert_exporter": "python",
217217
"pygments_lexer": "ipython3",
218-
"version": "3.12.12"
218+
"version": "3.13.12"
219219
}
220220
},
221221
"nbformat": 4,

0.7/_downloads/14e64ae6a1b339905067074e5e69da34/0000_getting_started.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"name": "python",
211211
"nbconvert_exporter": "python",
212212
"pygments_lexer": "ipython3",
213-
"version": "3.12.12"
213+
"version": "3.13.12"
214214
}
215215
},
216216
"nbformat": 4,

0.7/_downloads/21d352432a7677971f2048846f939ed8/1120_multiple_tables.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
# For instance, we filter products to keep only those that match one of the
104104
# baskets in the ``baskets`` table, and then add a column containing the total
105105
# amount for each kind of product in a basket:
106-
107106
# %%
108107
kept_products = products[products["basket_ID"].isin(basket_ids["ID"])]
109108
products_with_total = kept_products.assign(
Binary file not shown.

0.7/_downloads/27fd101335af7dd9e47e80b529acfb17/0060_multiple_key_join.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"name": "python",
262262
"nbconvert_exporter": "python",
263263
"pygments_lexer": "ipython3",
264-
"version": "3.12.12"
264+
"version": "3.13.12"
265265
}
266266
},
267267
"nbformat": 4,

0 commit comments

Comments
 (0)