8000 DOC fix minor sphinx issues by amueller · Pull Request #12653 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

DOC fix minor sphinx issues #12653

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/testimonials/testimonials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Erik Bernhardsson, Engineering Manager Music Discovery & Machine Learning, Spoti
</span>

`Inria <https://www.inria.fr/>`_
-------------------------------
--------------------------------

.. raw:: html

Expand Down Expand Up @@ -255,7 +255,7 @@ Alexandre Gramfort, Assistant Professor


`Booking.com <https://www.booking.com>`_
-------------------------------------
-----------------------------------------
.. raw:: html

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


`Machinalis <https://www.machinalis.com/>`_
-----------------------------------------
-------------------------------------------

.. raw:: html

Expand Down Expand Up @@ -937,7 +937,7 @@ Vlasios Vasileiou, Head of Data Science, Zopa
</span>

`MARS <https://www.mars.com/global>`_
------------------------------------
--------------------------------------

.. raw:: html

Expand Down
4 changes: 2 additions & 2 deletions doc/whats_new/v0.20.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Changelog
:issue:`12388` by :user:`Connor Tann <Connossor>`.

:mod:`sklearn.feature_extraction`
...........................
..................................

- |Fix| Fixed a regression in v0.20.0 where
:func:`feature_extraction.text.CountVectorizer` and other text vectorizers
Expand Down Expand Up @@ -143,7 +143,7 @@ Changelog
:issue:`12171` by :user:`Thomas Moreau <tomMoral>`.

:mod:`sklearn.preprocessing`
........................
.............................

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