Skip to content

Commit 224566c

Browse files
committed
[ci skip] MAINT use setuptools_scm (#81) 85a5969
1 parent 466a90c commit 224566c

31 files changed

+102
-102
lines changed

.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 hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 5c877a915d388d2ad3fd7c27c5e7b3ee
3+
config: 67d4153533082556bbf5a3faf40e43c8
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.

_sources/auto_examples/plot_classifier.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Use scikit-learn to display the decision boundary
110110
111111
.. rst-class:: sphx-glr-timing
112112

113-
**Total running time of the script:** (0 minutes 0.136 seconds)
113+
**Total running time of the script:** (0 minutes 0.147 seconds)
114114

115115

116116
.. _sphx_glr_download_auto_examples_plot_classifier.py:

_sources/auto_examples/plot_template.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ An example plot of :class:`skltemplate.template.TemplateEstimator`
5454
5555
.. rst-class:: sphx-glr-timing
5656

57-
**Total running time of the script:** (0 minutes 0.096 seconds)
57+
**Total running time of the script:** (0 minutes 0.077 seconds)
5858

5959

6060
.. _sphx_glr_download_auto_examples_plot_template.py:

_sources/auto_examples/plot_transformer.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ An example plot of :class:`skltemplate.template.TemplateTransformer`
6363
6464
.. rst-class:: sphx-glr-timing
6565

66-
**Total running time of the script:** (0 minutes 0.061 seconds)
66+
**Total running time of the script:** (0 minutes 0.064 seconds)
6767

6868

6969
.. _sphx_glr_download_auto_examples_plot_transformer.py:

_sources/auto_examples/sg_execution_times.rst.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Computation times
88
=================
9-
**00:00.293** total execution time for 3 files **from auto_examples**:
9+
**00:00.288** total execution time for 3 files **from auto_examples**:
1010

1111
.. container::
1212

@@ -33,11 +33,11 @@ Computation times
3333
- Time
3434
- Mem (MB)
3535
* - :ref:`sphx_glr_auto_examples_plot_classifier.py` (``plot_classifier.py``)
36-
- 00:00.136
36+
- 00:00.147
3737
- 0.0
3838
* - :ref:`sphx_glr_auto_examples_plot_template.py` (``plot_template.py``)
39-
- 00:00.096
39+
- 00:00.077
4040
- 0.0
4141
* - :ref:`sphx_glr_auto_examples_plot_transformer.py` (``plot_transformer.py``)
42-
- 00:00.061
42+
- 00:00.064
4343
- 0.0

_sources/quick_start.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Publish your package
148148
====================
149149

150150
.. _PyPi: https://packaging.python.org/tutorials/packaging-projects/
151-
.. _conda-foge: https://conda-forge.org/
151+
.. _conda-forge: https://conda-forge.org/
152152

153153
You can make your package available through PyPi_ and conda-forge_. Refer to
154154
the associated documentation to be able to upload your packages such that

_sources/sg_execution_times.rst.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Computation times
88
=================
9-
**00:00.293** total execution time for 3 files **from all galleries**:
9+
**00:00.288** total execution time for 3 files **from all galleries**:
1010

1111
.. container::
1212

@@ -33,11 +33,11 @@ Computation times
3333
- Time
3434
- Mem (MB)
3535
* - :ref:`sphx_glr_auto_examples_plot_classifier.py` (``../examples/plot_classifier.py``)
36-
- 00:00.136
36+
- 00:00.147
3737
- 0.0
3838
* - :ref:`sphx_glr_auto_examples_plot_template.py` (``../examples/plot_template.py``)
39-
- 00:00.096
39+
- 00:00.077
4040
- 0.0
4141
* - :ref:`sphx_glr_auto_examples_plot_transformer.py` (``../examples/plot_transformer.py``)
42-
- 00:00.061
42+
- 00:00.064
4343
- 0.0

_sources/user_guide.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The use case is the following:
3535

3636
In addition, scikit-learn provides a
3737
mixin_, i.e. :class:`sklearn.base.TransformerMixin`, which
38-
implement the combination of ``fit`` and ``transform`` called ``fit_transform``::
38+
implement the combination of ``fit`` and ``transform`` called ``fit_transform``.
3939

4040
One can import the mixin class as::
4141

0 commit comments

Comments
 (0)