8000 DOC fix minor sphinx issues (#12653) · xhluca/scikit-learn@be3bd76 · GitHub
[go: up one dir, main page]

Skip to content

Commit be3bd76

Browse files
amuellerXing
authored andcommitted
DOC fix minor sphinx issues (scikit-learn#12653)
1 parent ed06ee3 commit be3bd76

File tree

2 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Erik Bernhardsson, Engineering Manager Music Discovery & Machine Learning, Spoti
7676
</span>
7777

7878
`Inria <https://www.inria.fr/>`_
79-
-------------------------------
79+
--------------------------------
8080

8181
.. raw:: html
8282

@@ -255,7 +255,7 @@ Alexandre Gramfort, Assistant Professor
255255

256256

257257
`Booking.com <https://www.booking.com>`_
258-
-------------------------------------
258+
-----------------------------------------
259259
.. raw:: html
260260

261261
<div class="logo">
@@ -728,7 +728,7 @@ Guillaume Lebourgeois & Samuel Charron - Data Scientists at Data Publica
728728

729729

730730
`Machinalis <https://www.machinalis.com/>`_
731-
-----------------------------------------
731+
-------------------------------------------
732732

733733
.. raw:: html
734734

@@ -937,7 +937,7 @@ Vlasios Vasileiou, Head of Data Science, Zopa
937937
</span>
938938

939939
`MARS <https://www.mars.com/global>`_
940-
------------------------------------
940+
--------------------------------------
941941

942942
.. raw:: html
943943

Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Changelog
9696
:issue:`12388` by :user:`Connor Tann <Connossor>`.
9797

9898
:mod:`sklearn.feature_extraction`
99-
...........................
99+
..................................
100100

101101
- |Fix| Fixed a regression in v0.20.0 where
102102
:func:`feature_extraction.text.CountVectorizer` and other text vectorizers
@@ -154,7 +154,7 @@ Changelog
154154
:issue:`12171` by :user:`Thomas Moreau <tomMoral>`.
155155

156156
:mod:`sklearn.preprocessing`
157-
........................
157+
.............................
158158

159159
- |Fix| Fixed bug in :class:`preprocessing.OrdinalEncoder` when passing
160160
manually specified categories. :issue:`12365` by `Joris Van den Bossche`_.