From 2a0825ca129c03e2d42350697c3eae0d5a7c59bd Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Tue, 2 Jul 2013 05:37:35 +0200 Subject: [PATCH] Add index page --- index.html | 161 +++++++++++++++++++++++++++++++++++++++++++++++++++++ index.zpy | 16 ++++++ 2 files changed, 177 insertions(+) create mode 100644 index.html create mode 100644 index.zpy diff --git a/index.html b/index.html new file mode 100644 index 0000000..33373b4 --- /dev/null +++ b/index.html @@ -0,0 +1,161 @@ + + + + + + +

Python (2.7) documentation

Hi. This is an effort to rewrite the Python documentation to be more useful, less ambiguous, more readable, and generally more usable as a quick reference during programming.
Note that this is nowhere near done, quite a lot of things still lack examples - the eventual goal is to have at least one example for every single method - and that it will probably take a while to finish it entirely.
The documentation here is written using ZippyDoc, and is maintained in a Git repository. Contributions are welcome - I'm not well-versed enough at Python to do all of this on my own :)
+ + diff --git a/index.zpy b/index.zpy new file mode 100644 index 0000000..b8a6a9e --- /dev/null +++ b/index.zpy @@ -0,0 +1,16 @@ +# Python (2.7) documentation + +Hi. This is an effort to rewrite the Python documentation to be more +useful, less ambiguous, more readable, and generally more usable as a +quick reference during programming. + +Note that this is nowhere near done, quite a lot of things still lack +examples - the eventual goal is to have at least one example for every +single method - and that it will probably take a while to finish it +entirely. + +The documentation here is written using +{http://cryto.net/zippydoc/}(ZippyDoc), and is maintained in a +{http://github.com/joepie91/python-docs}(Git repository). Contributions +are welcome - I'm not well-versed enough at Python to do all of this on +my own :)