Ability to link to "latest" of python docs

2020-09-08 Thread Lynn Root
Hey folks - I'm wondering if there's a way to link to the latest SDK version of the Python documentation. I see that if I go here , it lists all the available documented SDK versions. But it'd be really nice to go to a link like " https://beam.apache.org/re

Re: Ability to link to "latest" of python docs

2020-09-08 Thread Austin Bennett
+dev Lynn, Seems totally doable. If others don't speak up with a good way to do this (or in opposition), I'm sure we can sort something out to accomplish this (will dig into intersphinx mapping tomorrow). Cheers, Austin On Tue, Sep 8, 2020, 5:19 PM Lynn Root wrote: > Hey folks - > > I'm

Re: Ability to link to "latest" of python docs

2020-09-10 Thread Brian Hulette
There's https://beam.apache.org/releases/pydoc/current (and https://beam.apache.org/releases/javadoc/current) which redirect to the most recent release. These get updated somewhere in the release process. They're not very discoverable since it's a redirect and the URL changes when you click on it,

Re: Ability to link to "latest" of python docs

2020-09-10 Thread Lynn Root
Hey Brian - 100% this is what I was looking for! It works with intersphinx mapping just fine (looks like it handles redirects). Thanks so much! On Thu, Sep 10, 2020 at 1:50 PM Brian Hulette wrote: > There's https://beam.apache.org/releases/pydoc/current (and > https://beam.apache.org/releases/ja