Skip to content

documentation needs a table of contents #77

@lueck

Description

@lueck

A table of contents (toc) is needed. At first, it is required for the generated documentation on gh pages, and the XSLT component for it can thus be integrated into the xsl/html/libodd.xsl package. Later on, it can be sourced out to a dedicated package libtoc.xsl.

The toc should work together with the navigatable document structure: For every section head (tei:div/tei:head), there's a named anchor (<a name="...">), the name of which is the xml:id of the division or a generated identifier (fn:generate-id()) when there's no xml:id. For details, see #73 and the related commits.

Development should be done in the feature branch dedicated to this issue.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationgood first issueGood for newcomershtmlEverything that has to do with the HTML output

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions