8000 DOC Minor sphinx fixes in whats new (#14542) · scikit-learn/scikit-learn@7c60ead · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c60ead

Browse files
amuellerjnothman
authored andcommitted
DOC Minor sphinx fixes in whats new (#14542)
1 parent 53f76d1 commit 7c60ead

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/whats_new/v0.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Changelog
129129

130130
- Partial dependence plots for :ref:`gradient_boosting` in
131131
:func:`ensemble.partial_dependence.partial_dependence` by `Peter
132-
Prettenhofer`_. See :ref:`sphx_glr_auto_examples_ensemble_plot_partial_dependence.py` for an
132+
Prettenhofer`_. See :ref:`sphx_glr_auto_examples_inspection_plot_partial_dependence.py` for an
133133
example.
134134

135135
- The table of contents on the website has now been made expandable by

doc/whats_new/v0.20.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The bundled version of joblib was upgraded from 0.13.0 to 0.13.2.
2323
could rarely result in an IndexError. :issue:`11756` by `Joel Nothman`_.
2424

2525
:mod:`sklearn.compose`
26-
.....................
26+
.......................
2727

2828
- |Fix| Fixed an issue in :class:`compose.ColumnTransformer` where using
2929
DataFrames whose column order differs between :func:``fit`` and
@@ -47,7 +47,7 @@ The bundled version of joblib was upgraded from 0.13.0 to 0.13.2.
4747
:issue:`13124` by :user:`Hanmin Qin <qinhanmin2014>`.
4848

4949
:mod:`sklearn.neighbors`
50-
......................
50+
........................
5151

5252
- |Fix| Fixed a bug in :class:`neighbors.KernelDensity` which could not be
5353
restored from a pickle if ``sample_weight`` had been used.

doc/whats_new/v0.22.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Changelog
203203
:pr:`13231` by :user:`Dong-hee Na <corona10>`.
204204

205205
:mod:`sklearn.model_selection`
206-
..................
206+
...............................
207207

208208
- |Enhancement| :class:`model_selection.learning_curve` now accepts parameter
209209
``return_times`` which can be used to retrieve computation times in order to

0 commit comments

Comments
 (0)
0