Add tags and mod. autosectionlabel
This commit is contained in:
parent
ef132098cb
commit
8cd21e52a5
|
@ -41,7 +41,8 @@ extensions = [
|
||||||
'sphinx.ext.intersphinx',
|
'sphinx.ext.intersphinx',
|
||||||
'sphinx.ext.todo',
|
'sphinx.ext.todo',
|
||||||
'sphinx.ext.viewcode',
|
'sphinx.ext.viewcode',
|
||||||
'sphinxcontrib.plantuml'
|
'sphinxcontrib.plantuml',
|
||||||
|
'sphinx.ext.autosectionlabel'
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
@ -170,3 +171,6 @@ plantuml_output_format = 'svg'
|
||||||
|
|
||||||
# favicon
|
# favicon
|
||||||
html_favicon = 'img/favicon.ico'
|
html_favicon = 'img/favicon.ico'
|
||||||
|
|
||||||
|
# autosectionlabel
|
||||||
|
autosectionlabel_prefix_document = True
|
|
@ -15,6 +15,7 @@ This is the documentation and API of the `eReuse.org DeviceHub
|
||||||
events
|
events
|
||||||
tags
|
tags
|
||||||
inventory
|
inventory
|
||||||
|
etag
|
||||||
|
|
||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
* :ref:`modindex`
|
* :ref:`modindex`
|
||||||
|
|
|
@ -25,8 +25,8 @@ parametrizing an ID generator.
|
||||||
Note that these virtual tags don't have to forcefully be printed or
|
Note that these virtual tags don't have to forcefully be printed or
|
||||||
have a physical representation (this is not imposed at system level).
|
have a physical representation (this is not imposed at system level).
|
||||||
|
|
||||||
The eReuse.org tags (eTag)
|
eTags
|
||||||
**************************
|
*****
|
||||||
We recognize a special type of tag, the **eReuse.org tags (eTag)**.
|
We recognize a special type of tag, the **eReuse.org tags (eTag)**.
|
||||||
These are tags defined by eReuse.org and that can be issued only
|
These are tags defined by eReuse.org and that can be issued only
|
||||||
by tag providers that comply with the eReuse.org requisites.
|
by tag providers that comply with the eReuse.org requisites.
|
||||||
|
|
Reference in New Issue