[cairo-commit] [cairo-www] src/pycairo

Carl Worth cworth at freedesktop.org
Thu Apr 23 19:30:17 PDT 2009


 src/pycairo/resources.mdwn |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit bf8f736bb8f04039056c9b916946ac03eb44da2e
Author: SteveChaplin <SteveChaplin at web>
Date:   Thu Apr 23 19:30:16 2009 -0700

    Add 'some' to titles. Move tutorials section down.

diff --git a/src/pycairo/resources.mdwn b/src/pycairo/resources.mdwn
index ef2eaea..7095b05 100644
--- a/src/pycairo/resources.mdwn
+++ b/src/pycairo/resources.mdwn
@@ -2,20 +2,14 @@
 
 This section is for listing various useful [[pycairo|pycairo]] resources, feel free to contribute !
 
-# Tutorials
-  * [[A_Short_Introduction_to_Cairo_with_Python|pycairo/tutorial]]: the wiki tutorial.
-  * [Cairo Tutorial for Python (and other) Programmers][1]: Generic introduction to cairo concepts oriented to python.
-  * [Cairo Tutorial for PyGTK Programmers][2]: Tutorial about how to use cairo for drawing in [PyGTK](http://www.pygtk.org).
-  * _Writing a widget using cairo and PyGTK 2.8_ [Part 1][3], [Part 2][4]: A translation of the GNOME Journal tutorial by Davyd Madeley from C to Python.
-
-# Applications using pycairo
+# Some Applications Using pycairo
    * [A Shogiban for Gnushogi][10].
    * [gPodder][12]: a podcatcher.
    * [Miro][20]: Internet TV, HD video player.
    * pycairo projects at [Google Code][19].
    * [PyChess][11].
 
-# Libraries/Modules using pycairo
+# Some Libraries/Modules Using pycairo
    * [Cairo Plot][18]: a module to plot graphics
    * [PyCha][13]: PYthon CHArts - a Python package for drawing charts
    * [PyGTK][14]: GTK+ for Python.
@@ -23,11 +17,17 @@ This section is for listing various useful [[pycairo|pycairo]] resources, feel f
    * rsvg: part of [gnome-python-desktop][16], it provides Python bindings for librsvg    
    * [uxpython][15]: a cross-platform UI toolkit.
 
-# Cairo-based canvas
+# Some Cairo-based Canvases
    * [HippoCanvas][7] - a "sort of deprecated" part of the [OLPC](http://www.laptop.org) project.
    * [Libccc][6] python bindings - not documented at all.
    * [PyGoocanvas][5]: python bindings for GooCanvas which is a canvas widget for GTK+
 
+# Tutorials
+  * [[A_Short_Introduction_to_Cairo_with_Python|pycairo/tutorial]]: the wiki tutorial.
+  * [Cairo Tutorial for Python (and other) Programmers][1]: Generic introduction to cairo concepts oriented to python.
+  * [Cairo Tutorial for PyGTK Programmers][2]: Tutorial about how to use cairo for drawing in [PyGTK](http://www.pygtk.org).
+  * _Writing a widget using cairo and PyGTK 2.8_ [Part 1][3], [Part 2][4]: A translation of the GNOME Journal tutorial by Davyd Madeley from C to Python.
+
 # Demos
    * [A Basic Cairo-clock in Python][8] using XShape.
    * [A simple clock implemented in pygtk and cairo][9].


More information about the cairo-commit mailing list