[gnome-devel-docs] tutorials python: sections rearranged



commit 576d7522dcf39d25c1502153d0c637692fb78fd3
Author: Marta Maria Casetti <mmcasetti gmail com>
Date:   Tue Feb 26 07:22:01 2013 +0100

    tutorials python: sections rearranged

 platform-demos/C/beginner.py.page     |   12 ++++++------
 platform-demos/C/guitar-tuner.py.page |    9 +++++++--
 platform-demos/C/image-viewer.py.page |   10 +++++++---
 platform-demos/C/py.page              |   26 ++++++++++++++++++++++++++
 platform-demos/C/tutorial.py.page     |    2 +-
 5 files changed, 47 insertions(+), 12 deletions(-)
---
diff --git a/platform-demos/C/beginner.py.page b/platform-demos/C/beginner.py.page
index c79ed02..40c3ce4 100644
--- a/platform-demos/C/beginner.py.page
+++ b/platform-demos/C/beginner.py.page
@@ -6,7 +6,7 @@
 
 <info>
   <title type="text">Gtk Widget Sample Code and Tutorials (Python)</title>
-  <link type="guide" xref="py"/>
+  <link type="guide" xref="py#code-samples"/>
   <revision version="0.1" date="2012-07-31" status="draft"/>
 
   <desc>A guide to GUI programming using GTK+, including code samples and practice exercises.</desc>
@@ -14,6 +14,11 @@
     <name>Tiffany Antopolski</name>
     <email>tiffany antopolski gmail com</email>
   </credit>
+  <credit type="editor">
+    <name>Marta Maria Casetti</name>
+    <email>mmcasetti gmail com</email>
+    <years>2013</years>
+  </credit>
 </info>
 
 <title>Gtk Widget Sample Code and Tutorials</title>
@@ -23,11 +28,7 @@
 
 <links type="section"/>
 
-<section id="samples">
-<title>Code samples</title>
-
   <section id="windows" style="2column"><title>Windows</title>
-    <p></p>
   </section>
   <section id="display-widgets" style="2column"><title>Display widgets</title>
   </section>
@@ -57,7 +58,6 @@
   </section>
   <section id="misc" style="2column"><title>Miscellaneous</title>
   </section>
-</section>
 
 <section id="theory">
 <title>Theory pages</title>
diff --git a/platform-demos/C/guitar-tuner.py.page b/platform-demos/C/guitar-tuner.py.page
index e3e8c7d..71d676c 100644
--- a/platform-demos/C/guitar-tuner.py.page
+++ b/platform-demos/C/guitar-tuner.py.page
@@ -5,7 +5,7 @@
 
   <info>
     <title type="text">Guitar Tuner (Python)</title>
-    <link type="guide" xref="py"/>
+    <link type="guide" xref="py#examples"/>
 
     <desc>Use Gtk+ and GStreamer to build a simple guitar tuner application for GNOME. Shows off how to use 
the interface designer.</desc>
 
@@ -18,9 +18,14 @@
       <name>Johannes Schmid</name>
       <email>jhs gnome org</email>
     </credit>
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasetti gmail com</email>
+      <years>2013</years>
+    </credit>
   </info>
 
-<title>2 Guitar Tuner</title>
+<title>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 b7aa5b8..69bd50a 100644
--- a/platform-demos/C/image-viewer.py.page
+++ b/platform-demos/C/image-viewer.py.page
@@ -5,7 +5,7 @@
 
   <info>
     <title type="text">Image Viewer (Python)</title>
-    <link type="guide" xref="py"/>
+    <link type="guide" xref="py#examples"/>
 
     <desc>A little bit more than a simple "Hello world" application - write an image viewer in GTK. </desc>
 
@@ -18,10 +18,14 @@
       <name>Johannes Schmid</name>
       <email>jhs gnome org</email>
     </credit>
-
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasetti gmail com</email>
+      <years>2013</years>
+    </credit>
   </info>
 
-<title>1 Image Viewer</title>
+<title>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>
diff --git a/platform-demos/C/py.page b/platform-demos/C/py.page
index 48fd78f..fab2d0a 100644
--- a/platform-demos/C/py.page
+++ b/platform-demos/C/py.page
@@ -10,8 +10,34 @@
     <name>Tiffany Antopolski</name>
     <email>tiffany antopolski gmail com</email>
   </credit>
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasetti gmail com</email>
+      <years>2013</years>
+    </credit>
 </info>
 
 <title>Tutorials, code samples and platform demos in Python</title>
 
+<links type="section" />
+
+<section id="tutorial">
+<title>Tutorial for beginners</title>
+
+
+</section>
+
+<section id="code-samples">
+<title>Code samples</title>
+
+
+</section>
+
+
+<section id="examples">
+<title>Examples of applications</title>
+
+
+</section>
+
 </page>
diff --git a/platform-demos/C/tutorial.py.page b/platform-demos/C/tutorial.py.page
index d0b13ea..8317bc0 100644
--- a/platform-demos/C/tutorial.py.page
+++ b/platform-demos/C/tutorial.py.page
@@ -6,7 +6,7 @@
 
 <info>
   <title type="text">Tutorial for beginners (Python)</title>
-  <link type="guide" xref="py"/>
+  <link type="guide" xref="py#tutorial"/>
   <revision pkgversion="3.8" date="2013-02-25" status="draft"/>
 
   <desc>A tutorial for beginners who want to learn how to program GUIs using GTK+ in Python.</desc>


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