Skip to content
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

Ability to define a documentation URL #583

Closed
dstufft opened this issue Aug 5, 2015 · 6 comments
Closed

Ability to define a documentation URL #583

dstufft opened this issue Aug 5, 2015 · 6 comments

Comments

@dstufft
Copy link
Member

dstufft commented Aug 5, 2015

We'll need some way for people to define documentation URLs to replace the old legacy documentation. Some possible options:

  • Add a new database field that people can indicate where their documentation is hosted.
  • Utilize the project_urls data with a "Documentation" key.
@dstufft dstufft added this to the Become PyPI milestone Aug 5, 2015
@crooksey
Copy link

Could this not be expanded to support Readme.md files (seeing as currently this is not supported)?

@dstufft
Copy link
Member Author

dstufft commented Aug 12, 2015

Readme.md files are not really related to this particular ticket, though it is something we want to make possible in the future. It relies on getting metadata 2.0 done though, to be able to indicate that the long_description is markdown instead of rst.

@dstufft
Copy link
Member Author

dstufft commented Aug 29, 2015

I wonder if this could just be handled by a Documentation project-url, one that we fill in with the legacy documentation URL if one exists and otherwise just allow people to fill one in with their specific links.

@dstufft
Copy link
Member Author

dstufft commented Sep 29, 2015

I'm going to go ahead and close this. I think the best way to handle this is to just support a Documentation project URL.

@dstufft dstufft closed this as completed Sep 29, 2015
@waveform80
Copy link

We're currently looking to transition a project from pythonhosted docs to RTD docs and I've been looking into how to redirect users from the existing docs to the new set; is the Documentation URL now supported or is meta-data 2.0 (mentioned above) yet to be done? I've tried searching the issues and PRs for relevant bits but I'm drawing a blank so far and wondered if someone could let me know how things stand at the moment?

@brainwane
Copy link
Contributor

@waveform80 I'm so sorry for the long delay in reply. Please see #582 for where people are trying to work much of this out, and https://packaging.python.org/tutorials/distributing-packages/#project-urls for a recommended way to point users to multiple URLs (including documentation) in a PyPI project page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants