Skip to content

Commit 61ac3f8

Browse files
committed
Pushing the docs to dev/ for branch: main, commit 5ca265989d1a12ded64d487128a6d26427f8f925
1 parent fc76737 commit 61ac3f8

240 files changed

Lines changed: 53362 additions & 53482 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.

dev/CHANGES.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ <h3>Highlights<a class="headerlink" href="#highlights" title="Link to this headi
941941
<section id="id15">
942942
<h3>New features<a class="headerlink" href="#id15" title="Link to this heading">#</a></h3>
943943
<ul class="simple">
944-
<li><p>The Skrub DataOps are new mechanism for building machine-learning
944+
<li><p>The skrub DataOps are new mechanism for building machine-learning
945945
pipelines that handle multiple tables and easily describing their
946946
hyperparameter spaces. Main PR: <a class="reference external" href="https://github.com/skrub-data/skrub/pull/1233">#1233</a> by <a class="reference external" href="https://github.com/jeromedockes">Jérôme Dockès</a>.
947947
Additional work from other contributors can be found

dev/CONTRIBUTING.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ <h2>Checking the quality of your code contribution<a class="headerlink" href="#c
772772
<section id="testing-the-code">
773773
<h3>Testing the code<a class="headerlink" href="#testing-the-code" title="Link to this heading">#</a></h3>
774774
<p>Tests for files in a given folder should be located in a sub-folder
775-
named <code class="docutils literal notranslate"><span class="pre">tests</span></code>: tests for Skrub objects are located in <code class="docutils literal notranslate"><span class="pre">skrub/tests/</span></code>,
775+
named <code class="docutils literal notranslate"><span class="pre">tests</span></code>: tests for skrub objects are located in <code class="docutils literal notranslate"><span class="pre">skrub/tests/</span></code>,
776776
tests for the dataframe API are in <code class="docutils literal notranslate"><span class="pre">skrub/_dataframe/tests/</span></code> and so on.</p>
777777
<p>Tests should check all functionalities of the code that you are going to
778778
add. If needed, additional tests should be added to verify that other
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

dev/_downloads/4ce3f02d2b40c7353e7a87012bd9825e/1110_data_ops_intro.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
transformers and models: this allows to save the learner, load it back later,
4949
and use it to make predictions on new data.
5050
51-
This example is meant to be an introduction to Skrub DataOps, and as such it
51+
This example is meant to be an introduction to skrub DataOps, and as such it
5252
will not cover all the features. Further examples in the gallery
53-
:ref:`data_ops_examples_ref` go into more detail on Skrub DataOps
53+
:ref:`data_ops_examples_ref` go into more detail on skrub DataOps
5454
for more complex tasks.
5555
5656
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)