We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When reading through the contributing guidelines (https://dev.pandas.io/docs/development/contributing.html), there are links to the Sphinx documentation and an introduction to reST.
Sphinx documentation: http://sphinx.pocoo.org/ Introduction to reST: http://sphinx.pocoo.org/rest.html
However, these links are not working and are leading to 400 bad requests.
I propose we replace these links with the following links: Sphinx documentation: http://www.sphinx-doc.org/en/master/ Introduction to reST: https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html
I think this will be an easy fix, editing the links in the contributing.rst file in the documentation folder.
The text was updated successfully, but these errors were encountered:
Thanks for the report!
I agree, but perhaps https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html is more suited as the link for "Introduction to reST"?
Sorry, something went wrong.
take
xref #31011
tonywu1999
No branches or pull requests
When reading through the contributing guidelines (https://dev.pandas.io/docs/development/contributing.html), there are links to the Sphinx documentation and an introduction to reST.
Sphinx documentation: http://sphinx.pocoo.org/
Introduction to reST: http://sphinx.pocoo.org/rest.html
However, these links are not working and are leading to 400 bad requests.
I propose we replace these links with the following links:
Sphinx documentation: http://www.sphinx-doc.org/en/master/
Introduction to reST: https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html
I think this will be an easy fix, editing the links in the contributing.rst file in the documentation folder.
The text was updated successfully, but these errors were encountered: