Lines Matching refs:anchors
159 - anchors - asciidoc anchors found in the file
177 self.anchors = set()
291 - pageMap - map from page anchors to page names
292 - xrefMap - map from anchors within a page to the page anchor"""
479 help='Specify path to xrefMap.py containing map of anchors to chapter anchors')
482 help='Specify path to output pageMap.cjs containing map of anchors to chapter anchors')
547 # Look for <<>>-style anchors and rewrite them to Antora xref-style
548 # anchors using the pageMap (of top-level anchors to page names) and
549 # xrefmap (of anchors to top-level anchors).