[docs] Where's the Git Repo of Python Documentations?
Timothy Liu
timliu at outlook.com
Tue Jul 24 11:26:54 EDT 2018
Hi Fred,
Thanks a lot for the reply. Since Python is so hot, I believe many developers and learners will have interesting to read (and contribute to) the Python documentations.
Best Regards,
Tim
-----Original Message-----
From: Fred Drake <fred at fdrake.net>
Sent: Tuesday, July 24, 2018 7:01 AM
To: timliu at outlook.com
Cc: docs <docs at python.org>
Subject: Re: [docs] Where's the Git Repo of Python Documentations?
On Tue, Jul 24, 2018 at 9:53 AM Timothy Liu <timliu at outlook.com> wrote:
> Could you add the URL to the Git repo of the Python documentation on the web page? Then the users/readers can catch up the quickly update of the documentations by pulling.
Tim,
The Python documentation is maintained in the main CPython repository on GitHub:
https://github.com/python/cpython/tree/master/Doc/
I don't know how many users are interested in reading the docs in the source format, though.
-Fred
--
Fred L. Drake, Jr. <fred at fdrake.net>
"A storm broke loose in my mind." --Albert Einstein
More information about the docs
mailing list