Skip to content

Commit 703991f

Browse files
marineLMGaelVaroquaux
authored andcommitted
[MRG+1] Fix warning in doc (scikit-learn#13353)
* DOC Fix warning in about.rst * DOC Fix warning in datasets/index.rst * DOC Remove backtick causing warning
1 parent c8e757d commit 703991f

File tree

3 files changed

+3
-25
lines changed

3 files changed

+3
-25
lines changed

doc/about.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ program.
176176
- 2015 - `Raghav RV <https://github.com/raghavrv>`_, Wei Xue
177177
- 2016 - `Nelson Liu <http://nelsonliu.me>`_, `YenChen Lin <https://yclin.me/>`_
178178

179+
.. _Vlad Niculae: https://vene.ro/
180+
179181
It also provided funding for sprints and events around scikit-learn. If
180182
you would like to participate in the next Google Summer of code
181183
program, please see `this page

doc/datasets/index.rst

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,6 @@ These datasets are useful to quickly illustrate the behavior of the
8181
various algorithms implemented in scikit-learn. They are however often too
8282
small to be representative of real world machine learning tasks.
8383

84-
.. toctree::
85-
:maxdepth: 2
86-
:hidden:
87-
88-
boston_house_prices
89-
iris
90-
diabetes
91-
digits
92-
linnerud
93-
wine_data
94-
breast_cancer
95-
9684
.. include:: ../../sklearn/datasets/descr/boston_house_prices.rst
9785

9886
.. include:: ../../sklearn/datasets/descr/iris.rst
@@ -132,18 +120,6 @@ They can be loaded using the following functions:
132120
fetch_kddcup99
133121
fetch_california_housing
134122

135-
.. toctree::
136-
:maxdepth: 2
137-
:hidden:
138-
139-
olivetti_faces
140-
twenty_newsgroups
141-
labeled_faces
142-
covtype
143-
rcv1
144-
kddcup99
145-
california_housing
146-
147123
.. include:: ../../sklearn/datasets/descr/olivetti_faces.rst
148124

149125
.. include:: ../../sklearn/datasets/descr/twenty_newsgroups.rst

sklearn/decomposition/pca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class PCA(_BasePCA):
251251
"Automatic choice of dimensionality for PCA". In NIPS, pp. 598-604*
252252
253253
Implements the probabilistic PCA model from:
254-
`Tipping, M. E., and Bishop, C. M. (1999). "Probabilistic principal
254+
Tipping, M. E., and Bishop, C. M. (1999). "Probabilistic principal
255255
component analysis". Journal of the Royal Statistical Society:
256256
Series B (Statistical Methodology), 61(3), 611-622.
257257
via the score and score_samples methods.

0 commit comments

Comments
 (0)