Expand description

This module implements parsers for RestructuredText hyperlinks.

Functions

  • Parse a reStructuredText link reference definition.
  • Wrapper around rst_label2dest() that packs the result in Link::Label2Dest.
  • Parse a reStructuredText link reference to link reference definition. This type defines an alias (alternative name) for a link reference:
  • Wrapper around rst_label2label() that packs the result in Link::Label2Label.
  • Parse a RestructuredText inline hyperlink.
  • Wrapper around rst_text2dest() that packs the result in Link::Text2Dest.
  • Parse a RestructuredText reference link.
  • Wrapper around rst_text2dest() that packs the result in Link::Text2Dest.
  • Parse a RestructuredText combined inline hyperlink with link reference definition.
  • Wrapper around rst_textlabel2dest() that packs the result in Link::TextLabel2Dest.