Module parse_hyperlinks::parser::restructured_text
source · Expand description
This module implements parsers for RestructuredText hyperlinks.
Functions
- Parse a reStructuredText link reference definition.
- Wrapper around
rst_label2dest()that packs the result inLink::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 inLink::Label2Label. - Parse a RestructuredText inline hyperlink.
- Wrapper around
rst_text2dest()that packs the result inLink::Text2Dest. - Parse a RestructuredText reference link.
- Wrapper around
rst_text2dest()that packs the result inLink::Text2Dest. - Parse a RestructuredText combined inline hyperlink with link reference definition.
- Wrapper around
rst_textlabel2dest()that packs the result inLink::TextLabel2Dest.