[manual] Give all chapters & sections pretty links

This commit is contained in:
Khaled Hosny 2020-12-31 19:45:11 +02:00
parent 84d4d9fc4d
commit 3583fce86d
3 changed files with 10 additions and 10 deletions

View File

@ -26,7 +26,7 @@
</abstract> </abstract>
</bookinfo> </bookinfo>
<part> <part id="user-manual">
<title>User's manual</title> <title>User's manual</title>
<xi:include href="usermanual-what-is-harfbuzz.xml"/> <xi:include href="usermanual-what-is-harfbuzz.xml"/>
<xi:include href="usermanual-install-harfbuzz.xml"/> <xi:include href="usermanual-install-harfbuzz.xml"/>
@ -41,7 +41,7 @@
<xi:include href="usermanual-integration.xml"/> <xi:include href="usermanual-integration.xml"/>
</part> </part>
<part> <part id="reference-manual">
<partinfo> <partinfo>
<releaseinfo> <releaseinfo>
This document is for HarfBuzz &version;. This document is for HarfBuzz &version;.
@ -51,7 +51,7 @@
</partinfo> </partinfo>
<title>Reference manual</title> <title>Reference manual</title>
<chapter> <chapter id="core-api">
<title>Core API</title> <title>Core API</title>
<xi:include href="xml/hb-blob.xml"/> <xi:include href="xml/hb-blob.xml"/>
<xi:include href="xml/hb-buffer.xml"/> <xi:include href="xml/hb-buffer.xml"/>
@ -67,7 +67,7 @@
<xi:include href="xml/hb-version.xml"/> <xi:include href="xml/hb-version.xml"/>
</chapter> </chapter>
<chapter> <chapter id="opentype-api">
<title>OpenType API</title> <title>OpenType API</title>
<xi:include href="xml/hb-ot-color.xml"/> <xi:include href="xml/hb-ot-color.xml"/>
<xi:include href="xml/hb-ot-font.xml"/> <xi:include href="xml/hb-ot-font.xml"/>
@ -80,12 +80,12 @@
<xi:include href="xml/hb-ot-var.xml"/> <xi:include href="xml/hb-ot-var.xml"/>
</chapter> </chapter>
<chapter> <chapter id="apple-advanced-typography-api">
<title>Apple Advanced Typography API</title> <title>Apple Advanced Typography API</title>
<xi:include href="xml/hb-aat-layout.xml"/> <xi:include href="xml/hb-aat-layout.xml"/>
</chapter> </chapter>
<chapter> <chapter id="integration-api">
<title>Integration API</title> <title>Integration API</title>
<xi:include href="xml/hb-coretext.xml"/> <xi:include href="xml/hb-coretext.xml"/>
<xi:include href="xml/hb-ft.xml"/> <xi:include href="xml/hb-ft.xml"/>

View File

@ -6,7 +6,7 @@
]> ]>
<chapter id="getting-started"> <chapter id="getting-started">
<title>Getting started with HarfBuzz</title> <title>Getting started with HarfBuzz</title>
<section> <section id="an-overview-of-the-harfbuzz-shaping-api">
<title>An overview of the HarfBuzz shaping API</title> <title>An overview of the HarfBuzz shaping API</title>
<para> <para>
The core of the HarfBuzz shaping API is the function The core of the HarfBuzz shaping API is the function
@ -73,7 +73,7 @@
</para> </para>
</section> </section>
<section> <section id="terminology">
<title>Terminology</title> <title>Terminology</title>
<para> <para>
@ -201,7 +201,7 @@
</section> </section>
<section> <section id="a-simple-shaping-example">
<title>A simple shaping example</title> <title>A simple shaping example</title>
<para> <para>

View File

@ -226,7 +226,7 @@
</section> </section>
<section> <section id="what-does-harfbuzz-do">
<title>What does HarfBuzz do?</title> <title>What does HarfBuzz do?</title>
<para> <para>
HarfBuzz provides text shaping through a cross-platform HarfBuzz provides text shaping through a cross-platform