[library-web] overlay/xslt: add pyglom documentation (GNOME bug 617523)
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [library-web] overlay/xslt: add pyglom documentation (GNOME bug 617523)
- Date: Sun, 12 Aug 2012 16:52:32 +0000 (UTC)
commit 97b32fcf954d9d2d0fd4e8888dfbc08c1ca3e011
Author: FrÃdÃric PÃters <fpeters 0d be>
Date: Sun Aug 12 18:51:57 2012 +0200
overlay/xslt: add pyglom documentation (GNOME bug 617523)
data/overlay.xml.in | 8 ++++++++
data/xslt/html2html.xsl | 3 +++
2 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/data/overlay.xml.in b/data/overlay.xml.in
index d445ab2..b2ff8fb 100644
--- a/data/overlay.xml.in
+++ b/data/overlay.xml.in
@@ -997,6 +997,14 @@
<subsection>api-datastorage</subsection>
</document>
+ <document matching_tarball="glom" dir="docs/pyglom_reference/html/"
+ minimum-version="1.22" doc_module="pyglom" channel="devel" category="api-datastorage">
+ <_title>Glom Python Documentation</_title>
+ <transform-mode>body-class</transform-mode>
+ <category>api-base</category>
+ <subsection>api-datastorage</subsection>
+ </document>
+
<document matching_tarball="libxml++" dir="/docs/manual/html/"
doc_module="libxml++-tutorial" channel="devel">
<_title>libxml++ Tutorial</_title>
diff --git a/data/xslt/html2html.xsl b/data/xslt/html2html.xsl
index eb44ea9..a69a20e 100644
--- a/data/xslt/html2html.xsl
+++ b/data/xslt/html2html.xsl
@@ -333,6 +333,9 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
<xsl:when test="$libgo.h2hmode = 'content-id'">
<xsl:apply-templates select="//html:div[ id='content']"/>
</xsl:when>
+ <xsl:when test="$libgo.h2hmode = 'body-class'">
+ <xsl:apply-templates select="//html:div[ class='body']"/>
+ </xsl:when>
<xsl:when test="$libgo.h2hmode = 'gtk-doc'">
<xsl:apply-templates select="html:body/*" mode="gtk-doc"/>
</xsl:when>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]