diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-05-23 10:02:16 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-23 10:02:16 +0000 |
| commit | 703f8c4a8b4bd00a4070163cb14d1fe73e234d75 (patch) | |
| tree | b25504c059e2bb4e114f4b444cdd48daf12afd2b /docs/dev/xpath_engine.rst | |
| parent | 2398e9a1fea6c5c8c2822766d5b0ba38031aec2e (diff) | |
| parent | 2065a324d9ac53ca8ede30ce9746ed92bb3d5db0 (diff) | |
Merge pull request #91 from return42/xpath-misc
[doc] add documentation about the XPath engine
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: + |