[clutter] docs: Remove the old animation tutorial



commit 4c1bf6162a9c099dfccb4244bff6ac72d3f358b1
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Sat Jun 9 09:53:14 2012 +0100

    docs: Remove the old animation tutorial
    
    The animation tutorial was written in the Good Ol' 0.x days, and has
    barely been updated during the 1.x cycle; it only referenced low level
    or deprecated API, and the ClutterActor class description has a whole
    section on how to animate actors using both the implicit and the
    explicit animation API.

 doc/reference/clutter/Makefile.am                  |    2 -
 .../clutter/clutter-animation-tutorial.xml         |  466 --------------------
 doc/reference/clutter/clutter-docs.xml.in          |   11 -
 3 files changed, 0 insertions(+), 479 deletions(-)
---
diff --git a/doc/reference/clutter/Makefile.am b/doc/reference/clutter/Makefile.am
index bce244a..431b2ff 100644
--- a/doc/reference/clutter/Makefile.am
+++ b/doc/reference/clutter/Makefile.am
@@ -139,7 +139,6 @@ SVG_IMAGES = \
 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
 content_files = \
 	glossary.xml \
-        clutter-animation-tutorial.xml \
 	clutter-overview.xml \
 	building-clutter.xml \
 	running-clutter.xml \
@@ -152,7 +151,6 @@ content_files = \
 # e.g. expand_content_files=running.sgml
 expand_content_files = \
 	glossary.xml \
-        clutter-animation-tutorial.xml \
 	clutter-overview.xml \
 	building-clutter.xml \
 	running-clutter.xml \
diff --git a/doc/reference/clutter/clutter-docs.xml.in b/doc/reference/clutter/clutter-docs.xml.in
index 6869f73..8d03ef2 100644
--- a/doc/reference/clutter/clutter-docs.xml.in
+++ b/doc/reference/clutter/clutter-docs.xml.in
@@ -222,17 +222,6 @@
     <xi:include href="xml/clutter-wayland-surface.xml"/>
   </part>
 
-  <part id="additionaldocs">
-    <title>Additional Documentation</title>
-
-    <partintro>
-      <para>This section contains additional useful documentation for
-      developing with Clutter.</para>
-    </partintro>
-
-    <xi:include href="xml/clutter-animation-tutorial.xml"/>
-  </part>
-
   <part id="migration">
     <title>Migrating from previous version of Clutter</title>
 



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