From ec28fe9470f08a785782cfa7eba8eab6e86a7d97 Mon Sep 17 00:00:00 2001 From: Vignesh Rao Date: Wed, 29 May 2024 06:14:35 -0500 Subject: [PATCH] Remove `wikipedia` feature integration Fix bug on invalid return type Release micro version --- docs/_sources/index.rst.txt | 7 --- docs/genindex.html | 15 +----- docs/index.html | 25 +--------- docs/objects.inv | Bin 8431 -> 8416 bytes docs/py-modindex.html | 5 -- docs/searchindex.js | 2 +- docs_gen/index.rst | 7 --- jarvis/__init__.py | 2 +- jarvis/_preexec/keywords_handler.py | 2 +- jarvis/executors/functions.py | 2 - jarvis/executors/remind.py | 3 -- jarvis/executors/wiki.py | 65 -------------------------- jarvis/modules/builtin_overrides.py | 14 +++--- jarvis/modules/conditions/keywords.py | 1 - pyproject.toml | 5 +- 15 files changed, 17 insertions(+), 138 deletions(-) delete mode 100644 jarvis/executors/wiki.py diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt index 572ae82a..ab5ae069 100644 --- a/docs/_sources/index.rst.txt +++ b/docs/_sources/index.rst.txt @@ -614,13 +614,6 @@ Word Match :members: :undoc-members: -Wikipedia -========= - -.. automodule:: jarvis.executors.wiki - :members: - :undoc-members: - ----------Modules---------- =========================== Audio diff --git a/docs/genindex.html b/docs/genindex.html index b9f78a4b..574b7c0c 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -1597,13 +1597,6 @@

J

-
  • - jarvis.executors.wiki - -
  • @@ -2282,8 +2275,6 @@

    M

  • jarvis.executors.weather
  • jarvis.executors.weather_monitor -
  • -
  • jarvis.executors.wiki
  • jarvis.executors.word_match
  • @@ -3383,6 +3374,8 @@

    W

  • who() (in module jarvis.executors.static_responses)
  • + + -