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

Carl Worth cworth at freedesktop.org
Fri Jul 6 08:34:26 PDT 2007


 src/pycairo/resources.mdwn |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit f44fae2b193955a9d2c4388dc79cfa557517d339
Author: vchahun <vchahun at gmail.com>
Date:   Fri Jul 6 08:34:25 2007 -0700

    Recoverd tutorial added + cookbook link

diff --git a/src/pycairo/resources.mdwn b/src/pycairo/resources.mdwn
index ea2d28c..cc4ece0 100644
--- a/src/pycairo/resources.mdwn
+++ b/src/pycairo/resources.mdwn
@@ -9,7 +9,7 @@ Feel free to contribute !
 Currently there is no Python specific cairo API documentation. However there is the [cairo C documentation](/manual) which can be useful.
 
 # Tutorials
-
+  * [[An 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.
@@ -25,6 +25,10 @@ Currently there is no Python specific cairo API documentation. However there is
    * [A simple clock implemented in pygtk and cairo][9].
    * [A Shogiban for Gnushogi][10].
 
+# Recipies
+
+See the main [[cookbook]] page.
+
    [1]: http://www.tortall.net/mu/wiki/CairoTutorial
    [2]: http://www.tortall.net/mu/wiki/PyGTKCairoTutorial
    [3]: http://www.pygtk.org/articles/cairo-pygtk-widgets/cairo-pygtk-widgets.htm


More information about the cairo-commit mailing list