Skip to content

Commit c565029

Browse files
authored
DOC Update link to latest PDF documentation (scikit-learn#30807)
1 parent d893286 commit c565029

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

doc/support.rst

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ There are several channels to connect with scikit-learn developers for assistanc
1212
Mailing Lists
1313
=============
1414

15-
- **Main Mailing List**: Join the primary discussion
16-
platform for scikit-learn at `scikit-learn Mailing List
15+
- **Main Mailing List**: Join the primary discussion
16+
platform for scikit-learn at `scikit-learn Mailing List
1717
<https://mail.python.org/mailman/listinfo/scikitlearn>`_.
1818

19-
- **Commit Updates**: Stay informed about repository
20-
updates and test failures on the `scikit-learn-commits list
19+
- **Commit Updates**: Stay informed about repository
20+
updates and test failures on the `scikit-learn-commits list
2121
<https://lists.sourceforge.net/lists/listinfo/scikit-learn-commits>`_.
2222

2323
.. _user_questions:
@@ -27,28 +27,28 @@ User Questions
2727

2828
If you have questions, this is our general workflow.
2929

30-
- **Stack Overflow**: Some scikit-learn developers support users using the
31-
`[scikit-learn] <https://stackoverflow.com/questions/tagged/scikit-learn>`_
30+
- **Stack Overflow**: Some scikit-learn developers support users using the
31+
`[scikit-learn] <https://stackoverflow.com/questions/tagged/scikit-learn>`_
3232
tag.
3333

34-
- **General Machine Learning Queries**: For broader machine learning
34+
- **General Machine Learning Queries**: For broader machine learning
3535
discussions, visit `Stack Exchange <https://stats.stackexchange.com/>`_.
3636

3737
When posting questions:
3838

39-
- Please use a descriptive question in the title field (e.g. no "Please
40-
help with scikit-learn!" as this is not a question)
39+
- Please use a descriptive question in the title field (e.g. no "Please
40+
help with scikit-learn!" as this is not a question)
4141

4242
- Provide detailed context, expected results, and actual observations.
4343

44-
- Include code and data snippets (preferably minimalistic scripts,
44+
- Include code and data snippets (preferably minimalistic scripts,
4545
up to ~20 lines).
4646

47-
- Describe your data and preprocessing steps, including sample size,
48-
feature types (categorical or numerical), and the target for supervised
47+
- Describe your data and preprocessing steps, including sample size,
48+
feature types (categorical or numerical), and the target for supervised
4949
learning tasks (classification type or regression).
5050

51-
**Note**: Avoid asking user questions on the bug tracker to keep
51+
**Note**: Avoid asking user questions on the bug tracker to keep
5252
the focus on development.
5353

5454
- `GitHub Discussions <https://github.com/scikit-learn/scikit-learn/discussions>`_
@@ -61,7 +61,7 @@ the focus on development.
6161
Bug reports - Please do not ask usage questions on the issue tracker.
6262

6363
- `Discord Server <https://discord.gg/h9qyrK8Jc8>`_
64-
Current pull requests - Post any specific PR-related questions on your PR,
64+
Current pull requests - Post any specific PR-related questions on your PR,
6565
and you can share a link to your PR on this server.
6666

6767
.. _bug_tracker:
@@ -83,7 +83,7 @@ Include in your report:
8383
- The ideal bug report contains a :ref:`short reproducible code snippet
8484
<minimal_reproducer>`, this way anyone can try to reproduce the bug easily.
8585

86-
- If your snippet is longer than around 50 lines, please link to a
86+
- If your snippet is longer than around 50 lines, please link to a
8787
`gist <https://gist.github.com>`_ or a github repo.
8888

8989
**Tip**: Gists are Git repositories; you can push data files to them using Git.
@@ -102,20 +102,21 @@ questions.
102102
Gitter
103103
======
104104

105-
**Note**: The scikit-learn Gitter room is no longer an active community.
106-
For live discussions and support, please refer to the other channels
105+
**Note**: The scikit-learn Gitter room is no longer an active community.
106+
For live discussions and support, please refer to the other channels
107107
mentioned in this document.
108108

109109
.. _documentation_resources:
110110

111111
Documentation Resources
112112
=======================
113113

114-
This documentation is for |release|. Find documentation for other versions
115-
`here <https://scikit-learn.org/dev/versions.html>`__.
114+
This documentation is for |release|. Documentation for other versions can be found `here
115+
<https://scikit-learn.org/dev/versions.html>`__, including zip archives which can be
116+
downloaded for offline access.
116117

117-
Older versions' printable PDF documentation is available `here
118-
<https://sourceforge.net/projects/scikit-learn/files/documentation/>`_.
119-
Building the PDF documentation is no longer supported in the website,
120-
but you can still generate it locally by following the
121-
:ref:`building documentation instructions <building_documentation>`.
118+
We no longer provide a PDF version of the documentation, but you can still generate it
119+
locally by following the :ref:`building documentation instructions <building_documentation>`.
120+
The most recent version with a PDF documentation is quite old, 0.23.2 (released
121+
in August 2020), but the PDF is available `here
122+
<https://scikit-learn.org/0.23/_downloads/scikit-learn-docs.pdf>`__.

0 commit comments

Comments
 (0)