LSST document reference roles¶
Documenteer provides reStructuredText roles that simplify linking to LSST documents according to their handle.
To use these roles, add the documenteer.sphinext.lsstdocushare
extension to your conf.py
file:
extensions = [
...
'documenteer.sphinxext.lsstdocushare'
]
Summary¶
Role |
Purpose |
---|---|
Link to an LDM document |
|
Link to an LSE document |
|
Link to an LPM document |
|
Link to an LTS document |
|
Link to an LEP document |
|
Link to an LCA document |
|
Link to an LCR document |
|
Link to an LSO document |
|
Link to a DMTR document |
|
Link to a SQR document |
|
Link to a SMTN document |
|
Link to a DocuShare “Document” handle |
|
Link to a DocuShare “Report” handle |
|
Link to a DocuShare “Minutes” handle |
|
Link to a DocuShare “Collection” handle |
Roles¶
-
:lsstc:
¶ Link to an LSSTC document.
-
:lcr:
¶ Link to an LCR document.
-
:lcn:
¶ Link to an LCN document.
-
:document:
¶ Link to a DocuShare “Document” handle.
-
:report:
¶ Link to a DocuShare “Report” handle.
-
:minutes:
¶ Link to a DocuShare “Minutes” handle.
-
:collection:
¶ Link to a DocuShare “Collection” handle.