From 8cd544b2a60fce62aedd03dd920d2410c71f2381 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 23 May 2021 10:56:29 +0200 Subject: [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 --- docs/dev/xpath_engine.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/dev/xpath_engine.rst (limited to 'docs/dev/xpath_engine.rst') 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: + -- cgit v1.2.3