From 0d4ea147c22ce103b69c698d6863f47e06f61ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kolding-S=C3=B8rensen?= Date: Thu, 3 Apr 2014 12:14:07 +0200 Subject: [PATCH] Move official tutorial to beginner section --- docs/intro/learning.rst | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index d480ac3..ea9ab7a 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -4,6 +4,16 @@ Learning Python Beginner -------- +The Python Tutorial +~~~~~~~~~~~~~~~~~~~~ + +This is the official tutorial, it covers all the basics, and offers a tour of the +language and the standard library, recommended for those who need a quickstart +guide to the language. + + `The Python Tutorial `_ + + Learn Python Interactive Tutorial ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -152,14 +162,6 @@ that can be run directly in the browser. `Problem Solving with Algorithms and Data Structures `_ -The Python Tutorial -~~~~~~~~~~~~~~~~~~~~ - -This is the official tutorial, it covers all the basics, and offers a tour of the -language and the standard library, recommended for those who need a quickstart -guide to the language. - - `The Python Tutorial `_ For Engineers and Scientists ----------------------------