Pandas version checks

  • [x] I have checked that the issue still exists on the latest versions of the docs on main here

Location of the documentation

Pages under https://pandas.pydata.org/docs/reference/index.html

Documentation problem

I've come across pages in the API reference that have a corresponding Getting Started / User Guide, but don't link to them. (Failing to find an example at the moment.) This is a shame, because the guides are generally more beginner-friendly.

Suggested fix for documentation

I suggest doing a content audit:

  1. Go through each guide.
  2. Click the links to the API docs.
  3. For the API docs that don't link back to the guide, submit a pull request to add them.
  4. Contributing to the documentation
  5. This could be handled by someone else, if someone just wanted to take the first part.

If you wanna get fancy, you could write code to do that 😉 No idea how hard that would be with Sphinx.