From 0cb273d09479462efc305d944d28135a49d5c610 Mon Sep 17 00:00:00 2001 From: Johannes Seitz Date: Mon, 10 Oct 2011 12:08:36 +0200 Subject: [PATCH] Added links to official Python Docs and Read the Docs --- docs/intro/resources.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/intro/resources.rst b/docs/intro/resources.rst index 314a462..daadf8e 100644 --- a/docs/intro/resources.rst +++ b/docs/intro/resources.rst @@ -1,3 +1,23 @@ +Documentation +============= + +Official Documentation +~~~~~~~~~~~~~~~~~~~~~~ + +The official Python Language and Library documentation can be found here: + +- `Python 2.x `_ +- `Python 3.x `_ + + +Read the Docs +~~~~~~~~~~~~~ + +Read the Docs is a popular community project, providing a single location for all documentation of popular and even more exotic Python modules. + +`Read the Docs `_ + + Resources =========