mirror of
https://github.com/searxng/searxng.git
synced 2025-07-12 07:49:22 +02:00
docs(dev): add more markups to reST primer
- Literal blocks - Unicode substitution - Horizontal list - Math equations Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
92afe68d65
commit
d6f2802e4b
2 changed files with 222 additions and 57 deletions
|
@ -49,6 +49,8 @@ extlinks['durole'] = (
|
|||
'http://docutils.sourceforge.net/docs/ref/rst/roles.html#%s', '')
|
||||
extlinks['dudir'] = (
|
||||
'http://docutils.sourceforge.net/docs/ref/rst/directives.html#%s', '')
|
||||
extlinks['ctan'] = (
|
||||
'https://ctan.org/pkg/%s', 'CTAN: ')
|
||||
|
||||
extensions = [
|
||||
'sphinx.ext.extlinks',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue