Skip to content

Commit 5a67cee

Browse files
auguste-probablglemaitre
authored andcommitted
docs: Fix landing page language (#2290)
1 parent 6acd738 commit 5a67cee

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="doctest highlight-default notranslate">
22
<div class="highlight hl-ipython3 code-margin"><pre><span></span><span class="n">metric_summary</span> <span class="o">=</span> <span class="n">report_ridge</span><span class="o">.</span><span class="n">metrics</span><span class="o">.</span><span class="n">summarize</span><span class="p">(</span>
3-
<span class="n">aggregeate</span><span class="o">=</span><span class="kc">None</span>
3+
<span class="n">aggregate</span><span class="o">=</span><span class="kc">None</span>
44
<span class="p">)</span>
55
<span class="n">metric_summary</span><span class="o">.</span><span class="n">frame</span><span class="p">()</span></pre></div>
66
</div>

sphinx/_templates/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ <h1 class="sk-landing-header text-white text-monospace">skore</h1>
3434
<div class="row row-padding-main-container">
3535
<h1 class="hero-title">Track your Data Science</h1>
3636
<p class="hero-description"><code>skore</code> is a Python library to
37-
help, evaluate, and getting insights from your predictive models.
37+
evaluate and get insights from your predictive models.
3838
<br />
39-
We structure and store your experiments such that you can easily retrieve them
39+
We structure and store your experiments so that you can easily retrieve them
4040
later.
4141
</p>
4242
<div class="text-center mt-4">
@@ -78,11 +78,10 @@ <h4 class="feature-title">Reports for your Experiments</h4>
7878
<div class="row mb-0 flex-md-row-reverse row-padding-between-features">
7979
<div class="col-md-5">
8080
<h4 class="feature-title">Get Insights that Matter</h4>
81-
<p class="feature-text">Reports provide you insights by providing displays to
82-
quickly access beautiful visualizations via
81+
<p class="feature-text">Quickly generate beautiful visualizations with
8382
<code class="highlight python"><span class="n">display</span><span class="o">.</span><span class="n">plot</span><span class="p">()</span></code>
8483
{% include "demo_display_code_plot.html" %}
85-
or to the raw data via
84+
and access the raw data with
8685
<code class="highlight python"><span class="n">display</span><span class="o">.</span><span class="n">frame</span><span class="p">()</span></code>
8786
{% include "demo_display_code_frame.html" %}
8887
</p>

0 commit comments

Comments
 (0)