Guides

ImplicitHyperlinkTargetPass
in package
implements CompilerPass

FinalYes

Resolves the hyperlink target for each section in the document.

This follows the reStructuredText rules as outlined in: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#implicit-hyperlink-targets

Table of Contents

Interfaces

CompilerPass

Methods

getPriority()  : int
run()  : array<string|int, DocumentNode>
fetchExplicitReferences()  : array<string|int, string>

Methods

fetchExplicitReferences()

private fetchExplicitReferences(Node $node) : array<string|int, string>
Parameters
$node : Node
Return values
array<string|int, string>

        
On this page

Search results