diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-19 17:05:50 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-19 17:05:50 +0100 |
commit | bee19a76f7dc8b86af3ef342acd3f4db72f51543 (patch) | |
tree | 54f13a6cd91b39ac8125e8404bc8ab1e435e40e0 /docs/dev/makefile.rst | |
parent | 2b4526916dd8092191baa5b9387e8198e5072b83 (diff) | |
download | searxng-bee19a76f7dc8b86af3ef342acd3f4db72f51543.tar.gz searxng-bee19a76f7dc8b86af3ef342acd3f4db72f51543.zip |
doc: add reST primer (inital / WIP)
preview: https://return42.github.io/searx/dev/reST.html
includes:
- :class: rst-example // admonitions with (rendered) reST markup example
- extlinks to docutils
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/dev/makefile.rst')
-rw-r--r-- | docs/dev/makefile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/makefile.rst b/docs/dev/makefile.rst index 00825623c..f5957001c 100644 --- a/docs/dev/makefile.rst +++ b/docs/dev/makefile.rst @@ -81,7 +81,7 @@ and release a ``make pyenv``: With target ``pyenv`` a development environment (aka virtualenv) was build up in ``./local/py3/``. To make a *developer install* of searx (:origin:`setup.py`) -into this environment make target ``install`` +into this environment, use make target ``install``: .. code:: sh |