Skip to content

Commit

Permalink
update links to stable after skrub release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes committed Aug 3, 2024
1 parent 6e0ff5e commit d29da0b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ The demo uses pyodide to compute a report with skrub for a file selected by the

Some example precomputed reports are also provided.

See the documentation for the [`TableReport`](https://skrub-data.org/dev/reference/generated/skrub.TableReport.html#).
See the documentation for the [`TableReport`](https://skrub-data.org/stable/reference/generated/skrub.TableReport.html#).
2 changes: 1 addition & 1 deletion _includes/examples-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<main>
<p class="narrow-wrapper">
Follow one of the links below to see a report computed with
<a href="https://skrub-data.org/dev/reference/generated/skrub.TableReport.html#" class="table-report"><code>skrub.TableReport</code></a>
<a href="https://skrub-data.org/stable/reference/generated/skrub.TableReport.html#" class="table-report"><code>skrub.TableReport</code></a>
for the corresponding dataset.
</p>
<ul class="examples-index example-dataset-list">
Expand Down
2 changes: 1 addition & 1 deletion _includes/small-banner.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="small-banner flex padding">
<a href="https://skrub-data.org/"><img class="skrub" src="../skrub.svg"></a>
<a href="https://skrub-data.org/dev/reference/generated/skrub.TableReport.html#"
<a href="https://skrub-data.org/stable/reference/generated/skrub.TableReport.html#"
class="table-report"><code>skrub.TableReport</code></a>
</div>
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<h1 class="banner"><span class="from">from</span> <a href="https://skrub-data.org/"><img
class="skrub" src="skrub.svg"></a> <span
class="import">import</span> <a
href="https://skrub-data.org/dev/reference/generated/skrub.TableReport.html#"
href="https://skrub-data.org/stable/reference/generated/skrub.TableReport.html#"
class="table-report">TableReport</a></h1>
<div class="wrapper">
<p>
This page allows you to try out the
<a href="https://skrub-data.org/dev/reference/generated/skrub.TableReport.html#"><code>TableReport</code></a>
<a href="https://skrub-data.org/stable/reference/generated/skrub.TableReport.html#"><code>TableReport</code></a>
from the <a href="https://skrub-data.org/">Skrub</a> Python library.
</p>
<p>
Expand All @@ -42,9 +42,9 @@ <h2>This online demo is experimental.</h2>
a small file (<strong>less than 100 MB</strong>).
A <strong>more reliable and performant way</strong> of generating
reports is to
<a href="https://skrub-data.org/dev/install.html#advanced-usage-for-contributors">install</a>
<a href="https://skrub-data.org/stable/install.html">install</a>
skrub and use a Python script — see an
<a href="https://skrub-data.org/dev/auto_examples/00_getting_started.html#generating-an-interactive-report-for-a-dataframe">example</a>.
<a href="https://skrub-data.org/stable/auto_examples/00_getting_started.html#generating-an-interactive-report-for-a-dataframe">example</a>.
</p>
</div>
</div>
Expand Down Expand Up @@ -154,8 +154,8 @@ <h2>Table preview</h2>
<div>
<p>
To produce the same report from Python code,
<a href="https://skrub-data.org/dev/install.html#advanced-usage-for-contributors">install</a>
the development version of Skrub and execute:
<a href="https://skrub-data.org/stable/install.html#advanced-usage-for-contributors">install</a>
Skrub and execute:
</p>
<div class="tabs">
<input type="radio" name="library" id="pandas" checked />
Expand Down

0 comments on commit d29da0b

Please sign in to comment.