logilab-doctools #923883 Add cross references in ReST [resolved]
When building a document with several parts in ReST (that might not be in the same files and are gathered when rendering the document), we may want to add a reference towards an element that is not in the same part. In DocBook, the <xref> element is typically used for that purpose. It generates a link and the text of the link (with the title of the target element). | |
priority | normal |
---|---|
type | enhancement |
done in | 0.6.0 |
load | 0.100 |
load left | 0.000 |
closed by | #645ac287ea2f Add custom role for the cross references. |
Comments
-
2015/08/28 12:32, written by ocayrol
add commentThis can be done with a ReST custom role that will be turned into a DocBook <xref> element.