diff options
| author | Bnyro <bnyro@tutanota.com> | 2026-08-14 23:01:19 +0200 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2026-09-01 13:56:11 +0200 |
| commit | 2b1c88c54c6900a3684a6733b9749e91ecf7de4b (patch) | |
| tree | 7d03318938e9f0b96bd15aeaa339c452ee1be02d /docs/dev | |
| parent | d226b78bc4c9ab93a84849b8ad128a68c41be17c (diff) | |
[refactor] wikidata: cache wikidata properties in searxng data
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/quickstart.rst | 4 | ||||
| -rw-r--r-- | docs/dev/searxng_extra/update.rst | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/dev/quickstart.rst b/docs/dev/quickstart.rst index 3cf956c06..9ed41cace 100644 --- a/docs/dev/quickstart.rst +++ b/docs/dev/quickstart.rst @@ -80,8 +80,8 @@ same environment, here are a few examples:: # to test one of the update scripts (dev.env)$ searxng_extra/update/update_engine_traits.py --help - # to test the update of the wikidata units - (dev.env)$ searxng_extra/update/update_wikidata_units.py + # to test the update of the wikidata units and property names + (dev.env)$ searxng_extra/update/update_wikidata.py .. sidebar:: further read diff --git a/docs/dev/searxng_extra/update.rst b/docs/dev/searxng_extra/update.rst index 000085970..cb808273c 100644 --- a/docs/dev/searxng_extra/update.rst +++ b/docs/dev/searxng_extra/update.rst @@ -90,10 +90,10 @@ Scripts to update static data in :origin:`searx/data/` :members: -``update_wikidata_units.py`` +``update_wikidata.py`` ============================ -:origin:`[source] <searxng_extra/update/update_wikidata_units.py>` +:origin:`[source] <searxng_extra/update/update_wikidata.py>` -.. automodule:: searxng_extra.update.update_wikidata_units +.. automodule:: searxng_extra.update.update_wikidata :members: |
