Re: [Python-Dev] The devguide is now hosted on GitHub

2016-08-04 Thread Sven R. Kunze
Thanks a lot. :) On 22.07.2016 22:04, Brett Cannon wrote: https://github.com/python/devguide I have also moved all issues over as well and hooked up Read The Docs so that there's a mirror which is always up-to-date (vs. docs.python.org/devguide which is on

Re: [Python-Dev] The devguide is now hosted on GitHub

2016-07-23 Thread Brett Cannon
On Fri, 22 Jul 2016 at 22:11 Benjamin Peterson wrote: > Should we just make the RTD one canonical and serve redirects on > docs.python.org? > My hope was to eventually have dev.python.org point at the RTFD instance, but I'm not up for spearheading that ATM and I would want the PSF to pay for a g

Re: [Python-Dev] The devguide is now hosted on GitHub

2016-07-22 Thread Benjamin Peterson
Should we just make the RTD one canonical and serve redirects on docs.python.org? On Fri, Jul 22, 2016, at 13:04, Brett Cannon wrote: > https://github.com/python/devguide > > I have also moved all issues over as well and hooked up Read The Docs so > that there's a mirror which is always up-to-dat

Re: [Python-Dev] The devguide is now hosted on GitHub

2016-07-22 Thread Wes Turner
https://cpython-devguide.readthedocs.io/ Thanks! On Friday, July 22, 2016, Brett Cannon wrote: > It's in the README of the repo, but it's > http://cpython-devguide.readthedocs.io/ > > On Fri, 22 Jul 2016 at 14:09 Tres Seaver > wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >>

Re: [Python-Dev] The devguide is now hosted on GitHub

2016-07-22 Thread Brett Cannon
It's in the README of the repo, but it's http://cpython-devguide.readthedocs.io/ On Fri, 22 Jul 2016 at 14:09 Tres Seaver wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 07/22/2016 04:04 PM, Brett Cannon wrote: > > https://github.com/python/devguide > > > > I have also moved all

Re: [Python-Dev] The devguide is now hosted on GitHub

2016-07-22 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/22/2016 04:04 PM, Brett Cannon wrote: > https://github.com/python/devguide > > I have also moved all issues over as well and hooked up Read The Docs > so that there's a mirror which is always up-to-date (vs. > docs.python.org/devguide which is

Re: [Python-Dev] The devguide is now hosted on GitHub

2016-07-22 Thread Stephane Wirtel
Congratulations Brett, Thank you so much for this job. > On 22 juil. 2016, at 10:04 PM, Brett Cannon wrote: > > https://github.com/python/devguide > > I have also moved all issues over as well and hooked up Read The Docs so that > there's a mirror which is always up-to-date (vs. docs.python.o

Re: [Python-Dev] The devguide is now hosted on GitHub

2016-07-22 Thread Eric Snow
Thanks for doing all this, Brett. :) -eric On Fri, Jul 22, 2016 at 2:04 PM, Brett Cannon wrote: > https://github.com/python/devguide > > I have also moved all issues over as well and hooked up Read The Docs so > that there's a mirror which is always up-to-date (vs. > docs.python.org/devguide whi

[Python-Dev] The devguide is now hosted on GitHub

2016-07-22 Thread Brett Cannon
https://github.com/python/devguide I have also moved all issues over as well and hooked up Read The Docs so that there's a mirror which is always up-to-date (vs. docs.python.org/devguide which is on a cronjob). ___ Python-Dev mailing list Python-Dev@pyth