diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-09-11 05:50:42 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-09-11 05:50:42 +0000 |
commit | f473717767e09961822575d4dc4a8f4b000bd936 (patch) | |
tree | 026feed84f6b08c2814d599ef8342ee711c562e1 /doc | |
parent | Remove docs for the proposed eapi* default phase functions since they are (diff) | |
download | portage-idfetch-f473717767e09961822575d4dc4a8f4b000bd936.tar.gz portage-idfetch-f473717767e09961822575d4dc4a8f4b000bd936.tar.bz2 portage-idfetch-f473717767e09961822575d4dc4a8f4b000bd936.zip |
Adjust chunk.section.depth and generate.section.toc.level so that the EAPI 2
draft docs appear on a single page which includes it's own table of contents.
svn path=/main/trunk/; revision=11503
Diffstat (limited to 'doc')
-rw-r--r-- | doc/custom.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/custom.xsl b/doc/custom.xsl index f1692b12..a7763ecf 100644 --- a/doc/custom.xsl +++ b/doc/custom.xsl @@ -1,3 +1,5 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:param name="toc.section.depth" select="20"/> +<xsl:param name="chunk.section.depth" select="2"/> +<xsl:param name="generate.section.toc.level" select="2"/> </xsl:stylesheet> |