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/xpath_engine.rst | |
| parent | 2398e9a1fea6c5c8c2822766d5b0ba38031aec2e (diff) | |
[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/xpath_engine.rst')
| -rw-r--r-- | docs/dev/xpath_engine.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/dev/xpath_engine.rst b/docs/dev/xpath_engine.rst new file mode 100644 index 000000000..4c73763d1 --- /dev/null +++ b/docs/dev/xpath_engine.rst @@ -0,0 +1,9 @@ +.. _xpath_engine: + +================ +The XPath engine +================ + +.. automodule:: searx.engines.xpath + :members: + |