-
-
Notifications
You must be signed in to change notification settings - Fork 26.5k
DOC: fix links to examples #9102
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
Conversation
|
Looks good, I think. Maybe let's wait for sphinx to render |
doc/modules/preprocessing.rst
Outdated
|
|
||
| :class:`Imputer` can be used in a Pipeline as a way to build a composite | ||
| estimator that supports imputation. See :ref:`sphx_glr_auto_examples_missing_values.py` | ||
| estimator that supports imputation. See :ref:`sphx_glr_auto_examples_plot_missing_values.py` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a sentence, needs to end in a period.
|
|
||
| Finally it is possible to discover the main topics of a corpus by | ||
| relaxing the hard assignment constraint of clustering, for instance by | ||
| using :ref:`NMF`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not part of this pr, but this also renders incorrectly: it prints the full name of the doc section. Could you make it simply print NMF?
|
All links that have been touched render correctly. I requested two minor changes only :) |
|
Added a missing dot, merging thanks a lot! |
Fixes a bunch of not working links to examples.