[gnome-devel-docs] tutorials: added guide page for python tutorials



commit e1a9be24180dd115674706639c722c764f99ae42
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Sat Apr 7 21:25:29 2012 -0400

    tutorials: added guide page for python tutorials

 platform-demos/C/beginner.py.page     |   69 +++++++++++++++++++++++++++++++++
 platform-demos/C/guitar-tuner.py.page |    2 +-
 platform-demos/C/image-viewer.py.page |    2 +-
 3 files changed, 71 insertions(+), 2 deletions(-)
---
diff --git a/platform-demos/C/beginner.py.page b/platform-demos/C/beginner.py.page
new file mode 100644
index 0000000..064748f
--- /dev/null
+++ b/platform-demos/C/beginner.py.page
@@ -0,0 +1,69 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:e="http://projectmallard.org/experimental/";
+      type="guide" style="task"
+      id="beginner.py">
+
+<info>
+  <link type="guide" xref="index#py"/>
+  <revision version="0.1" date="2012-02-19" status="stub"/>
+
+  <desc>A beginner's guide to GUI programming using GTK+, including code samples and practice exercises.</desc>
+  <credit type="author copyright">
+    <name>Tiffany Antopolski</name>
+    <email>tiffany antopolski gmail com</email>
+  </credit>
+</info>
+
+<title>0 Beginner's Tutorials</title>
+<synopsis>
+ <p>If you have never programmed before, or are not familiar with the concepts of object oriented programming, you may need to learn a few basics first.  The book <link href="http://learnpythonthehardway.org/book/";>Learn Python the Hard Way</link> may be a better place for you to start. Once you master the basics, be sure to come back and check out these tutorials.</p>
+
+ <p>Although these tutorials are designed for beginners, we can't cover all the basics.  Before attempting to follow these tutorials, you are expected to be familiar with the following concepts:</p>
+<list type="numbered">
+  <item><p>Object oriented programming</p></item>
+  <item><p>The Python programming language.</p></item>
+</list>
+
+<p>By following these tutorials you will learn the basics of GUI programming using Gtk+.</p>
+</synopsis>
+
+<section id="tutorials">
+<title>Tutorials</title>
+</section>
+
+<section id="samples">
+<title>Code samples</title>
+  <section id="windows"><title>Windows</title>
+    <p></p>
+  </section>
+  <section id="display-widgets"><title>Display widgets</title>
+  </section>
+  <section id="buttons"><title>Buttons and toggles</title>
+  </section>
+  <section id="entry"><title>Numeric and text data entry</title>
+  </section>
+  <section id="menu-combo-toolbar"><title>Menu, combo box and toolbar widgets</title>
+  </section>
+  <section id="selectors"><title>Selectors</title>
+    <section id="file-selectors"><title>File selectors</title>
+    </section>
+    <section id="font-selectors"><title>Font selectors</title>
+    </section>
+    <section id="color-selectors"><title>Color Selectors</title>
+    </section>
+  </section>
+  <section id="layout"><title>Layout containers</title>
+  </section>
+  <section id="ornaments"><title>Ornaments</title>
+  </section>
+  <section id="scrolling"><title>Scrolling</title>
+  </section>
+  <section id="misc"><title>Miscellaneous</title>
+  </section>
+</section>
+
+<section id="exercises">
+<title>Exercises</title>
+</section>
+
+</page>
diff --git a/platform-demos/C/guitar-tuner.py.page b/platform-demos/C/guitar-tuner.py.page
index 515602c..dbf752d 100644
--- a/platform-demos/C/guitar-tuner.py.page
+++ b/platform-demos/C/guitar-tuner.py.page
@@ -18,7 +18,7 @@
     </credit>
   </info>
 
-<title>Guitar Tuner</title>
+<title>2 Guitar Tuner</title>
 
 <synopsis>
   <p>In this tutorial, we're going to make a program which plays tones that you can use to tune a guitar. You will learn how to:</p>
diff --git a/platform-demos/C/image-viewer.py.page b/platform-demos/C/image-viewer.py.page
index f80fdc1..bc774d4 100644
--- a/platform-demos/C/image-viewer.py.page
+++ b/platform-demos/C/image-viewer.py.page
@@ -20,7 +20,7 @@
 
   </info>
 
-<title>Image Viewer</title>
+<title>1 Image Viewer</title>
 
 <synopsis>
   <p>In this tutorial, we're going to write a very simple GTK application that loads and displays an image file. You will learn how to:</p>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]