bind9/doc
Petr Špaček 62f3cf98d3
Parse and render rst syntax in :short: statement descriptions in tables
Without this change tables generated by .. namedconf:statementlist::
contained raw text and displayed rst syntax to users.

The raw docutil node returned by rst parser can contain unresolved
references (pending_xref nodes). We just store those nodes and let
Sphinx to resolve them later on.

Beware: This would not work if we injected nodes in later stages of
processing. All unresolved references must be in place before
'doctree-resolved' event is emitted (i.e. before resolve_references() is
called inside Sphinx).
2022-07-04 12:39:43 +02:00
..
arm Parse and render rst syntax in :short: statement descriptions in tables 2022-07-04 12:39:43 +02:00
design Remove obsolete notes on name compression 2022-06-01 13:00:40 +01:00
dev Enforce Python codestyle with black 2022-06-08 10:27:46 +02:00
dnssec-guide Minor grammar improvements in the Signing chapter of the DNSSEC Guide 2022-06-22 13:37:18 +02:00
doxygen Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
man Add note that named.conf man page is not a complete manual 2022-07-01 08:59:24 +02:00
misc Sort grammar map keys while pretty printing them 2022-07-01 08:59:23 +02:00
notes Add CHANGES entry and release note for GL #2147 2022-06-30 15:24:08 +02:00
Makefile.am Install man pages when sphinx-build tool is missing 2021-05-25 11:21:32 +02:00