-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: provide links to API documentation where possible #3705
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
Comments
For posterity, if anyone is ever interested in working on this you can link to, e.g., :class:`~pandas.core.frame.DataFrame` For functions you can do e.g. :func:`~pandas.io.html.read_html` The :meth:`~pandas.core.frame.DataFrame.replace` For general object and other references, see the Sphinx documentation on Python "roles". |
@y-p This is just an on-going issue to gradually make more links in our docs to the docstring pages. I think we should:
And as reference for later, you can reference as they are available in the user API, so you can do:
The |
@jorisvandenbossche this is in the contributing readme yes? |
Ok. though "good as first PR" has become somewhat synonymous with "I can't be bothered", |
Let's close this in favor of more specific asks |
Probably good as a first PR. I'm not saying we need links to
DataFrame
every time it's mentioned, but the io docs could use some TLC in this direction.The text was updated successfully, but these errors were encountered: