diff options
author | Gian Mario Tagliaretti <gianmt@gnome.org> | 2009-03-08 17:45:30 +0000 |
---|---|---|
committer | Gian Mario Tagliaretti <gianmt@src.gnome.org> | 2009-03-08 17:45:30 +0000 |
commit | ab12641fa9c471d285a709d73d4800af613dd0db (patch) | |
tree | b13c632f0649c748c69845c00340e9ec706aa7dc | |
parent | 8b4d66fd15cd4b466a5f49c05370c50ac62c4198 (diff) | |
download | pygobject-ab12641fa9c471d285a709d73d4800af613dd0db.tar.gz pygobject-ab12641fa9c471d285a709d73d4800af613dd0db.tar.xz pygobject-ab12641fa9c471d285a709d73d4800af613dd0db.zip |
docs/reference/pyglib-classes.xml docs/reference/pygobject-ref.xml Split
2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org>
* docs/Makefile.am:
* docs/reference/pyglib-classes.xml
* docs/reference/pygobject-ref.xml
* docs/reference/pygobject-classes.xml: Split glib and gobject
doc sections.
svn path=/trunk/; revision=1021
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | docs/Makefile.am | 2 | ||||
-rw-r--r-- | docs/reference/pyglib-classes.xml | 15 | ||||
-rw-r--r-- | docs/reference/pygobject-classes.xml | 6 | ||||
-rw-r--r-- | docs/reference/pygobject-ref.xml | 1 |
5 files changed, 26 insertions, 6 deletions
@@ -1,3 +1,11 @@ +2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org> + + * docs/Makefile.am: + * docs/reference/pyglib-classes.xml + * docs/reference/pygobject-ref.xml + * docs/reference/pygobject-classes.xml: Split glib and gobject + doc sections. + 2009-02-20 James Henstridge <james@jamesh.id.au> * ltihooks.py: pull in changes from pygtk (updating license header diff --git a/docs/Makefile.am b/docs/Makefile.am index 4d0c00f..67de57c 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -15,6 +15,7 @@ HTML_FILES = \ html/glib-constants.html \ html/glib-functions.html \ html/gobject-class-reference.html \ + html/glib-class-reference.html \ html/gobject-constants.html \ html/gobject-functions.html \ html/index.html \ @@ -33,6 +34,7 @@ XML_FILES = \ reference/pygobject-gboxed.xml \ reference/pygobject-ginterface.xml \ reference/pygobject-gpointer.xml \ + reference/pyglib-classes.xml \ reference/pyglib-constants.xml \ reference/pyglib-functions.xml \ reference/pyglib-maincontext.xml \ diff --git a/docs/reference/pyglib-classes.xml b/docs/reference/pyglib-classes.xml new file mode 100644 index 0000000..ecc4e5b --- /dev/null +++ b/docs/reference/pyglib-classes.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> +<chapter id="glib-class-reference" + xmlns:xi="http://www.w3.org/2001/XInclude"> + +<title>PyGlibClass Reference</title> + +<!-- GLIB CLASSES --> +<xi:include href="pyglib-maincontext.xml"/> +<xi:include href="pyglib-mainloop.xml"/> +<xi:include href="pyglib-functions.xml"/> +<xi:include href="pyglib-constants.xml"/> + +</chapter> diff --git a/docs/reference/pygobject-classes.xml b/docs/reference/pygobject-classes.xml index 710e4b7..17f925c 100644 --- a/docs/reference/pygobject-classes.xml +++ b/docs/reference/pygobject-classes.xml @@ -6,12 +6,6 @@ <title>PyGObject Class Reference</title> -<!-- GLIB CLASSES --> -<xi:include href="pyglib-maincontext.xml"/> -<xi:include href="pyglib-mainloop.xml"/> -<xi:include href="pyglib-functions.xml"/> -<xi:include href="pyglib-constants.xml"/> - <!-- GOBJECT CLASSES --> <xi:include href="pygobject.xml"/> <xi:include href="pygobject-gboxed.xml"/> diff --git a/docs/reference/pygobject-ref.xml b/docs/reference/pygobject-ref.xml index fa7bea0..ee90a55 100644 --- a/docs/reference/pygobject-ref.xml +++ b/docs/reference/pygobject-ref.xml @@ -22,6 +22,7 @@ module.</para> <xi:include href="pygobject-introduction.xml"/> + <xi:include href="pyglib-classes.xml"/> <xi:include href="pygobject-classes.xml"/> <!-- |