RST Reference

:iref:ref:

Creates a reference to either a iref:target or a iref:backlink.

Must use the full syntax of :iref:ref:`title<id>` where title is the text that will be rendered and id is the ID used to find the target of the reference. Any number of references with the same id can be created (they will link to the same place).

:iref:target:

Creates a target for a reference. iref:ref can be used to link to this target.

Must use the full syntax of :iref:target:`title<id>` where title is the text that will be rendered and id is the globally unique ID used to distinguish the target from others.

Creates a target for a reference, while also creating links back to all the iref:ref that link to itself.

Must use the full syntax of :iref:backlink:`title<id>` where title is the text that will be rendered and id is the globally unique ID used to distinguish the target from others.

:iref:mref:

Creates a link to its paired iref:mref while also being a target for the link from its paired iref:mref.

Must use the full syntax of :iref:mref:`title<id>` where title is the text that will be rendered and id is the globally unique ID used to pair up iref:mref. Exactly two instances of iref:mref must share the same id.