diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-05-23 10:56:29 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-05-23 11:48:21 +0200 |
commit | 8cd544b2a60fce62aedd03dd920d2410c71f2381 (patch) | |
tree | 9bfb38caa78459b8a7728384a5b39585510ded7c /docs/dev/index.rst | |
parent | 2398e9a1fea6c5c8c2822766d5b0ba38031aec2e (diff) | |
download | searxng-8cd544b2a60fce62aedd03dd920d2410c71f2381.tar.gz searxng-8cd544b2a60fce62aedd03dd920d2410c71f2381.zip |
[doc] add documentation about the XPath engine
- pylint searx/engines/xpath.py
- fix indentation of some long lines
- add logging
- add doc-strings
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/dev/index.rst')
-rw-r--r-- | docs/dev/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dev/index.rst b/docs/dev/index.rst index ba0a25a9c..82e5d3e84 100644 --- a/docs/dev/index.rst +++ b/docs/dev/index.rst @@ -9,6 +9,7 @@ Developer documentation quickstart contribution_guide engine_overview + xpath_engine search_api plugins translation |