Open
Description
What's the problem this feature will solve?
I could not find a link to the Warehouse or PyPI user documentation anywhere. There is an FAQ, but it did not answer my question, specifically how to get unverified details to be verified for my package.
Describe the solution you'd like
Add a link to the user documentation at https://docs.pypi.org/ in the footer or other prominent location.
Additional context
I eventually found the user documentation as follows.
- Scrolled to the footer to look for the right link under Help.
- User guide: wrong link.
- FAQ: nope again.
- Contribute on GitHub: Aha! Now we're getting somewhere!
- Searched for the term Unverified details. Bingo!
- Navigated to https://github.com/pypi/warehouse/blob/main/docs/user/project_metadata.md?plain=1
- Read the relevant docs. Much rejoicing!
- Saw a
README.md
in the same directory, and read it to finally find the URL to the PyPI User Documentation as https://docs.pypi.org/ - Viewed and searched the HTML source of PyPI for
https://docs.pypi.org/
to ensure it wasn't hidden somewhere that I missed. Came up empty.
Thank you for your consideration.