pgsql: doc: Fix TOC generation for refentries

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Fix TOC generation for refentries
Date: 2017-03-15 03:15:12
Message-ID: E1cnzP6-0002jI-4b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix TOC generation for refentries

The XSLT stylesheets by default don't show refentries inside sections in
table of contents, which for our documentation leads to some regressions
compared to the DSSSL output. For example, in the SPI chapter, which is
mostly refentries, you don't get any usable table of contents. Tweak
things so it's mostly back to what it was before.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0c068205df5299fa41bce8ac33acdc9cfa5e7c6a

Modified Files
--------------
doc/src/sgml/stylesheet.xsl | 12 ++++++++++++
1 file changed, 12 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-15 03:26:58 Re: pgsql: hash: Add write-ahead logging support.
Previous Message Thomas Munro 2017-03-15 02:35:29 Re: pgsql: hash: Add write-ahead logging support.