Expand description
This module implements parsers for RestructuredText hyperlinks.
Functionsยง
- rst_
label2dest - Parse a reStructuredText link reference definition.
- rst_
label2dest_ link - Wrapper around
rst_label2dest()
that packs the result inLink::Label2Dest
. - rst_
label2label - Parse a reStructuredText link reference to link reference definition. This type defines an alias (alternative name) for a link reference:
- rst_
label2label_ link - Wrapper around
rst_label2label()
that packs the result inLink::Label2Label
. - rst_
text2dest - Parse a RestructuredText inline hyperlink.
- rst_
text2dest_ link - Wrapper around
rst_text2dest()
that packs the result inLink::Text2Dest
. - rst_
text2label - Parse a RestructuredText reference link.
- rst_
text2label_ link - Wrapper around
rst_text2dest()
that packs the result inLink::Text2Dest
. - rst_
text_ label2dest - Parse a RestructuredText combined inline hyperlink with link reference definition.
- rst_
text_ label2dest_ link - Wrapper around
rst_textlabel2dest()
that packs the result inLink::TextLabel2Dest
.