Skip to content

Commit e5cc3c3

Browse files
committed
DOC fix more rst links
1 parent b7bb8b5 commit e5cc3c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/modules/mixture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ with a finite Gaussian mixture model.
303303
An important question is how can the Dirichlet process use an infinite,
304304
unbounded number of clusters and still be consistent. While a full explanation
305305
doesn't fit this manual, one can think of its `stick breaking process
306-
<https://en.wikipedia.org/wiki/Dirichlet_process#The_stick-breaking_process>`
306+
<https://en.wikipedia.org/wiki/Dirichlet_process#The_stick-breaking_process>`_
307307
analogy to help understanding it. The stick breaking process is a generative
308308
story for the Dirichlet process. We start with a unit-length stick and in each
309309
step we break off a portion of the remaining stick. Each time, we associate the

sklearn/metrics/classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ def precision_recall_fscore_support(y_true, y_pred, beta=1.0, labels=None,
975975
.. [3] `Discriminative Methods for Multi-labeled Classification Advances
976976
in Knowledge Discovery and Data Mining (2004), pp. 22-30 by Shantanu
977977
Godbole, Sunita Sarawagi
978-
<http://www.godbole.net/shantanu/pubs/multilabelsvm-pakdd04.pdf>`
978+
<http://www.godbole.net/shantanu/pubs/multilabelsvm-pakdd04.pdf>`_
979979
980980
Examples
981981
--------

0 commit comments

Comments
 (0)