[gnome-devel-docs] tutorials python: links to sections missing in some tutorials



commit aeb93cd63668fce8374feb9233f89dfee8b9fb6c
Author: Marta Maria Casetti <mmcasetti gmail com>
Date:   Wed Jul 11 14:25:38 2012 +0100

    tutorials python: links to sections missing in some tutorials

 platform-demos/C/button.py.page       |    2 ++
 platform-demos/C/checkbutton.py.page  |    2 ++
 platform-demos/C/linkbutton.py.page   |    2 ++
 platform-demos/C/radiobutton.py.page  |    2 ++
 platform-demos/C/switch.py.page       |    2 ++
 platform-demos/C/togglebutton.py.page |    2 ++
 6 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/platform-demos/C/button.py.page b/platform-demos/C/button.py.page
index 462ff93..94efce2 100644
--- a/platform-demos/C/button.py.page
+++ b/platform-demos/C/button.py.page
@@ -22,6 +22,8 @@
   <media type="image" mime="image/png" src="media/button.png"/>
   <p>A button widget connected to a simple callback function.</p>
 
+  <links type="section" />
+
   <section id="code">
     <title>Code used to generate this example</title>
     <code mime="text/x-python" style="numbered"><xi:include href="samples/button.py" parse="text"><xi:fallback/></xi:include></code>
diff --git a/platform-demos/C/checkbutton.py.page b/platform-demos/C/checkbutton.py.page
index 7938499..5709210 100644
--- a/platform-demos/C/checkbutton.py.page
+++ b/platform-demos/C/checkbutton.py.page
@@ -21,6 +21,8 @@
   <media type="image" mime="image/png" src="media/checkbutton.png"/>
   <p>This CheckButton toggles the title.</p>
 
+  <links type="section" />
+
   <section id="code">
     <title>Code used to generate this example</title>
 
diff --git a/platform-demos/C/linkbutton.py.page b/platform-demos/C/linkbutton.py.page
index fd8c213..deaf9d1 100644
--- a/platform-demos/C/linkbutton.py.page
+++ b/platform-demos/C/linkbutton.py.page
@@ -22,6 +22,8 @@
   <media type="image" mime="image/png" src="media/linkbutton.png"/>
   <p>A button that links to a web page.</p>
 
+  <links type="section" />
+
   <section id="code">
     <title>Code used to generate this example</title>
 
diff --git a/platform-demos/C/radiobutton.py.page b/platform-demos/C/radiobutton.py.page
index f63a9be..109e2d5 100644
--- a/platform-demos/C/radiobutton.py.page
+++ b/platform-demos/C/radiobutton.py.page
@@ -24,6 +24,8 @@
   <media type="image" mime="image/png" src="media/radiobutton.png"/>
   <p>Three RadioButtons. You can see in the terminal if they are turned off or on.</p>
 
+  <links type="section" />
+
   <section id="code">
     <title>Code used to generate this example</title>
     <code mime="text/x-python" style="numbered"><xi:include href="samples/radiobutton.py" parse="text"><xi:fallback/></xi:include></code>
diff --git a/platform-demos/C/switch.py.page b/platform-demos/C/switch.py.page
index fb11f44..60d5eca 100644
--- a/platform-demos/C/switch.py.page
+++ b/platform-demos/C/switch.py.page
@@ -27,6 +27,8 @@
 
   <p>This Switch makes the title appears and disappear.</p>
 
+  <links type="section" />
+
   <section id="code">
     <title>Code used to generate this example</title>
 
diff --git a/platform-demos/C/togglebutton.py.page b/platform-demos/C/togglebutton.py.page
index 85d1f1b..4557901 100644
--- a/platform-demos/C/togglebutton.py.page
+++ b/platform-demos/C/togglebutton.py.page
@@ -23,6 +23,8 @@
   <media type="image" mime="image/png" src="media/togglebutton.png"/>
   <p>When this ToggleButton is in an active state, the spinner spins.</p>
 
+  <links type="section" />
+
   <section id="code">
     <title>Code used to generate this example</title>
 



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