From 0600cfa34cb613d3c8c3b78b32ba93ec4013de6e Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 19 Apr 2024 13:24:20 +0200 Subject: [PATCH] [furo] remove `.. contents::` directives The directive creates a table of contents for the page. However, Furo includes a table of contents already in the sidebar. It is, thus, recommended to removing the `.. contents::` directive. [1] https://github.com/pradyunsg/furo/issues/88#issuecomment-803297274 Signed-off-by: Markus Heiser --- docs/admin/buildhosts.rst | 5 ----- docs/admin/installation-apache.rst | 5 ----- docs/admin/installation-nginx.rst | 6 ------ docs/admin/installation-searxng.rst | 6 ------ docs/admin/installation-uwsgi.rst | 6 ------ docs/admin/searx.limiter.rst | 5 ----- docs/admin/settings/settings.rst | 5 ----- docs/admin/update-searxng.rst | 5 ----- docs/dev/contribution_guide.rst | 5 ----- docs/dev/engines/demo/demo_offline.rst | 5 ----- docs/dev/engines/demo/demo_online.rst | 5 ----- docs/dev/engines/engine_overview.rst | 5 ----- docs/dev/engines/enginelib.rst | 5 ----- docs/dev/engines/index.rst | 6 ------ docs/dev/engines/mediawiki.rst | 5 ----- docs/dev/engines/offline/command-line-engines.rst | 5 ----- docs/dev/engines/offline/nosql-engines.rst | 5 ----- docs/dev/engines/offline/search-indexer-engines.rst | 5 ----- docs/dev/engines/offline/sql-engines.rst | 5 ----- docs/dev/engines/online/annas_archive.rst | 5 ----- docs/dev/engines/online/archlinux.rst | 5 ----- docs/dev/engines/online/bing.rst | 6 ------ docs/dev/engines/online/bpb.rst | 5 ----- docs/dev/engines/online/brave.rst | 5 ----- docs/dev/engines/online/bt4g.rst | 5 ----- docs/dev/engines/online/dailymotion.rst | 5 ----- docs/dev/engines/online/duckduckgo.rst | 5 ----- docs/dev/engines/online/google.rst | 6 ------ docs/dev/engines/online/lemmy.rst | 5 ----- docs/dev/engines/online/loc.rst | 5 ----- docs/dev/engines/online/mastodon.rst | 5 ----- docs/dev/engines/online/moviepilot.rst | 5 ----- docs/dev/engines/online/mrs.rst | 5 ----- docs/dev/engines/online/mullvad_leta.rst | 5 ----- docs/dev/engines/online/mwmbl.rst | 6 ------ docs/dev/engines/online/odysee.rst | 5 ----- docs/dev/engines/online/peertube.rst | 6 ------ docs/dev/engines/online/piped.rst | 5 ----- docs/dev/engines/online/presearch.rst | 5 ----- docs/dev/engines/online/qwant.rst | 5 ----- docs/dev/engines/online/radio_browser.rst | 5 ----- docs/dev/engines/online/recoll.rst | 5 ----- docs/dev/engines/online/seekr.rst | 5 ----- docs/dev/engines/online/startpage.rst | 5 ----- docs/dev/engines/online/tagesschau.rst | 5 ----- docs/dev/engines/online/torznab.rst | 5 ----- docs/dev/engines/online/void.rst | 5 ----- docs/dev/engines/online/wallhaven.rst | 5 ----- docs/dev/engines/online/wikipedia.rst | 6 ------ docs/dev/engines/online/yacy.rst | 5 ----- docs/dev/engines/online/yahoo.rst | 5 ----- docs/dev/engines/online/zlibrary.rst | 5 ----- docs/dev/engines/online_url_search/tineye.rst | 5 ----- docs/dev/engines/xpath.rst | 5 ----- docs/dev/lxcdev.rst | 6 ------ docs/dev/reST.rst | 6 ------ docs/dev/rtm_asdf.rst | 6 ------ docs/own-instance.rst | 5 ----- docs/src/searx.botdetection.rst | 5 ----- docs/src/searx.locales.rst | 5 ----- docs/src/searx.search.processors.rst | 6 ------ docs/user/configured_engines.rst | 5 ----- docs/user/index.rst | 5 ----- docs/utils/lxc.sh.rst | 6 ------ docs/utils/searxng.sh.rst | 6 ------ 65 files changed, 340 deletions(-) diff --git a/docs/admin/buildhosts.rst b/docs/admin/buildhosts.rst index bdb9ae1d4..aa810c0c8 100644 --- a/docs/admin/buildhosts.rst +++ b/docs/admin/buildhosts.rst @@ -4,11 +4,6 @@ Buildhosts ========== -.. contents:: - :depth: 2 - :local: - :backlinks: entry - To get best results from build, it's recommend to install additional packages on build hosts (see :ref:`searxng.sh`). diff --git a/docs/admin/installation-apache.rst b/docs/admin/installation-apache.rst index b0b580607..a51fd9055 100644 --- a/docs/admin/installation-apache.rst +++ b/docs/admin/installation-apache.rst @@ -61,11 +61,6 @@ section might give you some guidance. - `Apache Fedora`_ - `Apache directives`_ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - The Apache HTTP server ====================== diff --git a/docs/admin/installation-nginx.rst b/docs/admin/installation-nginx.rst index f95354b53..bc008707c 100644 --- a/docs/admin/installation-nginx.rst +++ b/docs/admin/installation-nginx.rst @@ -41,12 +41,6 @@ section might give you some guidance. - `uWSGI support from nginx`_ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - The nginx HTTP server ===================== diff --git a/docs/admin/installation-searxng.rst b/docs/admin/installation-searxng.rst index 7bb936f15..ed64fc75d 100644 --- a/docs/admin/installation-searxng.rst +++ b/docs/admin/installation-searxng.rst @@ -4,12 +4,6 @@ Step by step installation ========================= -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - In this section we show the setup of a SearXNG instance that will be installed by the :ref:`installation scripts`. diff --git a/docs/admin/installation-uwsgi.rst b/docs/admin/installation-uwsgi.rst index 78da22f45..c90a2cdca 100644 --- a/docs/admin/installation-uwsgi.rst +++ b/docs/admin/installation-uwsgi.rst @@ -9,12 +9,6 @@ uWSGI - `systemd.unit`_ - `uWSGI Emperor`_ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - .. _systemd.unit: https://www.freedesktop.org/software/systemd/man/systemd.unit.html .. _One service per app in systemd: https://uwsgi-docs.readthedocs.io/en/latest/Systemd.html#one-service-per-app-in-systemd diff --git a/docs/admin/searx.limiter.rst b/docs/admin/searx.limiter.rst index c23635571..e428a9679 100644 --- a/docs/admin/searx.limiter.rst +++ b/docs/admin/searx.limiter.rst @@ -8,10 +8,5 @@ Limiter The limiter requires a :ref:`Redis ` database. -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.limiter :members: diff --git a/docs/admin/settings/settings.rst b/docs/admin/settings/settings.rst index 9c6fb01be..65a9610a3 100644 --- a/docs/admin/settings/settings.rst +++ b/docs/admin/settings/settings.rst @@ -12,11 +12,6 @@ file. - :ref:`use_default_settings.yml` - :ref:`search API` -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. _settings location: settings.yml location diff --git a/docs/admin/update-searxng.rst b/docs/admin/update-searxng.rst index b9d15c3f7..1697a0026 100644 --- a/docs/admin/update-searxng.rst +++ b/docs/admin/update-searxng.rst @@ -9,11 +9,6 @@ SearXNG maintenance - :ref:`toolboxing` - :ref:`uWSGI maintenance` -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. _update searxng: How to update diff --git a/docs/dev/contribution_guide.rst b/docs/dev/contribution_guide.rst index df5200637..1e3f433a9 100644 --- a/docs/dev/contribution_guide.rst +++ b/docs/dev/contribution_guide.rst @@ -4,11 +4,6 @@ How to contribute ================= -.. contents:: - :depth: 2 - :local: - :backlinks: entry - Prime directives: Privacy, Hackability ====================================== diff --git a/docs/dev/engines/demo/demo_offline.rst b/docs/dev/engines/demo/demo_offline.rst index 1b4cb887f..9424244fd 100644 --- a/docs/dev/engines/demo/demo_offline.rst +++ b/docs/dev/engines/demo/demo_offline.rst @@ -4,11 +4,6 @@ Demo Offline Engine =================== -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.demo_offline :members: diff --git a/docs/dev/engines/demo/demo_online.rst b/docs/dev/engines/demo/demo_online.rst index 9b94207f7..0a8c8e985 100644 --- a/docs/dev/engines/demo/demo_online.rst +++ b/docs/dev/engines/demo/demo_online.rst @@ -4,11 +4,6 @@ Demo Online Engine ================== -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.demo_online :members: diff --git a/docs/dev/engines/engine_overview.rst b/docs/dev/engines/engine_overview.rst index 091d217c0..ab87713d6 100644 --- a/docs/dev/engines/engine_overview.rst +++ b/docs/dev/engines/engine_overview.rst @@ -4,11 +4,6 @@ Engine Overview =============== -.. contents:: - :depth: 3 - :local: - :backlinks: entry - .. _metasearch-engine: https://en.wikipedia.org/wiki/Metasearch_engine .. sidebar:: Further reading .. diff --git a/docs/dev/engines/enginelib.rst b/docs/dev/engines/enginelib.rst index 34e3250da..08120c099 100644 --- a/docs/dev/engines/enginelib.rst +++ b/docs/dev/engines/enginelib.rst @@ -4,11 +4,6 @@ Engine Library ============== -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.enginelib :members: diff --git a/docs/dev/engines/index.rst b/docs/dev/engines/index.rst index 88dd874d3..bc68a730d 100644 --- a/docs/dev/engines/index.rst +++ b/docs/dev/engines/index.rst @@ -4,12 +4,6 @@ Engine Implementations ====================== -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - .. toctree:: :caption: Framework Components :maxdepth: 2 diff --git a/docs/dev/engines/mediawiki.rst b/docs/dev/engines/mediawiki.rst index ce708f95b..b8285661d 100644 --- a/docs/dev/engines/mediawiki.rst +++ b/docs/dev/engines/mediawiki.rst @@ -4,10 +4,5 @@ MediaWiki Engine ================ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.mediawiki :members: diff --git a/docs/dev/engines/offline/command-line-engines.rst b/docs/dev/engines/offline/command-line-engines.rst index 0a80d698e..71dac68ca 100644 --- a/docs/dev/engines/offline/command-line-engines.rst +++ b/docs/dev/engines/offline/command-line-engines.rst @@ -9,11 +9,6 @@ Command Line Engines - :origin:`command.py ` - :ref:`offline engines` -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. sidebar:: info Initial sponsored by `Search and Discovery Fund diff --git a/docs/dev/engines/offline/nosql-engines.rst b/docs/dev/engines/offline/nosql-engines.rst index 76f5cfb61..e9cef189a 100644 --- a/docs/dev/engines/offline/nosql-engines.rst +++ b/docs/dev/engines/offline/nosql-engines.rst @@ -10,11 +10,6 @@ NoSQL databases - `redis.io `_ - `MongoDB `_ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. sidebar:: info Initial sponsored by `Search and Discovery Fund diff --git a/docs/dev/engines/offline/search-indexer-engines.rst b/docs/dev/engines/offline/search-indexer-engines.rst index fa92798cb..6e3289424 100644 --- a/docs/dev/engines/offline/search-indexer-engines.rst +++ b/docs/dev/engines/offline/search-indexer-engines.rst @@ -7,11 +7,6 @@ Local Search APIs - `Comparison to alternatives `_ -.. contents:: - :depth: 1 - :local: - :backlinks: entry - .. sidebar:: info Initial sponsored by `Search and Discovery Fund diff --git a/docs/dev/engines/offline/sql-engines.rst b/docs/dev/engines/offline/sql-engines.rst index f0f5add0b..06f31d0a2 100644 --- a/docs/dev/engines/offline/sql-engines.rst +++ b/docs/dev/engines/offline/sql-engines.rst @@ -10,11 +10,6 @@ SQL Engines - `PostgreSQL `_ - `MySQL `_ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. sidebar:: info Initial sponsored by `Search and Discovery Fund diff --git a/docs/dev/engines/online/annas_archive.rst b/docs/dev/engines/online/annas_archive.rst index db88e5069..22a60d439 100644 --- a/docs/dev/engines/online/annas_archive.rst +++ b/docs/dev/engines/online/annas_archive.rst @@ -4,10 +4,5 @@ Anna's Archive ============== -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.annas_archive :members: diff --git a/docs/dev/engines/online/archlinux.rst b/docs/dev/engines/online/archlinux.rst index 834fffa43..be48b1859 100644 --- a/docs/dev/engines/online/archlinux.rst +++ b/docs/dev/engines/online/archlinux.rst @@ -4,11 +4,6 @@ Arch Linux ========== -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.archlinux :members: diff --git a/docs/dev/engines/online/bing.rst b/docs/dev/engines/online/bing.rst index 19c31aa80..5805ed371 100644 --- a/docs/dev/engines/online/bing.rst +++ b/docs/dev/engines/online/bing.rst @@ -4,12 +4,6 @@ Bing Engines ============ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - .. _bing web engine: Bing WEB diff --git a/docs/dev/engines/online/bpb.rst b/docs/dev/engines/online/bpb.rst index f545dba48..8f8cf8b48 100644 --- a/docs/dev/engines/online/bpb.rst +++ b/docs/dev/engines/online/bpb.rst @@ -4,10 +4,5 @@ Bpb === -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.bpb :members: diff --git a/docs/dev/engines/online/brave.rst b/docs/dev/engines/online/brave.rst index a1c589b9d..9939b44fb 100644 --- a/docs/dev/engines/online/brave.rst +++ b/docs/dev/engines/online/brave.rst @@ -4,10 +4,5 @@ Brave Engines ============= -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.brave :members: diff --git a/docs/dev/engines/online/bt4g.rst b/docs/dev/engines/online/bt4g.rst index 980665204..66bda01b0 100644 --- a/docs/dev/engines/online/bt4g.rst +++ b/docs/dev/engines/online/bt4g.rst @@ -4,11 +4,6 @@ BT4G ==== -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.bt4g :members: diff --git a/docs/dev/engines/online/dailymotion.rst b/docs/dev/engines/online/dailymotion.rst index c661172e5..84348e2d0 100644 --- a/docs/dev/engines/online/dailymotion.rst +++ b/docs/dev/engines/online/dailymotion.rst @@ -4,10 +4,5 @@ Dailymotion =========== -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.dailymotion :members: diff --git a/docs/dev/engines/online/duckduckgo.rst b/docs/dev/engines/online/duckduckgo.rst index 0f1258ff9..e9753b7dc 100644 --- a/docs/dev/engines/online/duckduckgo.rst +++ b/docs/dev/engines/online/duckduckgo.rst @@ -4,11 +4,6 @@ DuckDuckGo Engines ================== -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.duckduckgo :members: diff --git a/docs/dev/engines/online/google.rst b/docs/dev/engines/online/google.rst index 9085070bd..b232d13c5 100644 --- a/docs/dev/engines/online/google.rst +++ b/docs/dev/engines/online/google.rst @@ -4,12 +4,6 @@ Google Engines ============== -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - .. _google API: Google API diff --git a/docs/dev/engines/online/lemmy.rst b/docs/dev/engines/online/lemmy.rst index 584246fd1..f800d291c 100644 --- a/docs/dev/engines/online/lemmy.rst +++ b/docs/dev/engines/online/lemmy.rst @@ -4,10 +4,5 @@ Lemmy ===== -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.lemmy :members: diff --git a/docs/dev/engines/online/loc.rst b/docs/dev/engines/online/loc.rst index 2ed76cd81..c9311ebc6 100644 --- a/docs/dev/engines/online/loc.rst +++ b/docs/dev/engines/online/loc.rst @@ -4,10 +4,5 @@ Library of Congress =================== -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.loc :members: diff --git a/docs/dev/engines/online/mastodon.rst b/docs/dev/engines/online/mastodon.rst index dc372f121..97eccf33a 100644 --- a/docs/dev/engines/online/mastodon.rst +++ b/docs/dev/engines/online/mastodon.rst @@ -4,10 +4,5 @@ Mastodon ======== -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.mastodon :members: diff --git a/docs/dev/engines/online/moviepilot.rst b/docs/dev/engines/online/moviepilot.rst index ba35574e5..e6ca45d5e 100644 --- a/docs/dev/engines/online/moviepilot.rst +++ b/docs/dev/engines/online/moviepilot.rst @@ -4,10 +4,5 @@ Moviepilot ========== -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.moviepilot :members: diff --git a/docs/dev/engines/online/mrs.rst b/docs/dev/engines/online/mrs.rst index 671f35ea5..8e473a29c 100644 --- a/docs/dev/engines/online/mrs.rst +++ b/docs/dev/engines/online/mrs.rst @@ -4,10 +4,5 @@ Matrix Rooms Search (MRS) ========================= -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.mrs :members: diff --git a/docs/dev/engines/online/mullvad_leta.rst b/docs/dev/engines/online/mullvad_leta.rst index 63aef019b..8920bc6bf 100644 --- a/docs/dev/engines/online/mullvad_leta.rst +++ b/docs/dev/engines/online/mullvad_leta.rst @@ -4,10 +4,5 @@ Mullvad-Leta ============ -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.mullvad_leta :members: diff --git a/docs/dev/engines/online/mwmbl.rst b/docs/dev/engines/online/mwmbl.rst index 8eac7d7c5..77bda08b2 100644 --- a/docs/dev/engines/online/mwmbl.rst +++ b/docs/dev/engines/online/mwmbl.rst @@ -4,12 +4,6 @@ Mwmbl Engine ============ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - .. _mwmbl web engine: Mwmbl WEB diff --git a/docs/dev/engines/online/odysee.rst b/docs/dev/engines/online/odysee.rst index 75be1ad11..fea68001e 100644 --- a/docs/dev/engines/online/odysee.rst +++ b/docs/dev/engines/online/odysee.rst @@ -4,10 +4,5 @@ Odysee ====== -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.odysee :members: diff --git a/docs/dev/engines/online/peertube.rst b/docs/dev/engines/online/peertube.rst index bedf055fb..bed0c5e89 100644 --- a/docs/dev/engines/online/peertube.rst +++ b/docs/dev/engines/online/peertube.rst @@ -4,12 +4,6 @@ Peertube Engines ================ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - .. _peertube video engine: Peertube Video diff --git a/docs/dev/engines/online/piped.rst b/docs/dev/engines/online/piped.rst index 822981056..c9a41a55e 100644 --- a/docs/dev/engines/online/piped.rst +++ b/docs/dev/engines/online/piped.rst @@ -4,10 +4,5 @@ Piped ===== -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.piped :members: diff --git a/docs/dev/engines/online/presearch.rst b/docs/dev/engines/online/presearch.rst index 59332c354..b1d07e009 100644 --- a/docs/dev/engines/online/presearch.rst +++ b/docs/dev/engines/online/presearch.rst @@ -4,10 +4,5 @@ Presearch Engine ================ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.presearch :members: diff --git a/docs/dev/engines/online/qwant.rst b/docs/dev/engines/online/qwant.rst index 66ad302d1..6ec3b852f 100644 --- a/docs/dev/engines/online/qwant.rst +++ b/docs/dev/engines/online/qwant.rst @@ -4,10 +4,5 @@ Qwant ===== -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.qwant :members: diff --git a/docs/dev/engines/online/radio_browser.rst b/docs/dev/engines/online/radio_browser.rst index a150e59c5..f8665864c 100644 --- a/docs/dev/engines/online/radio_browser.rst +++ b/docs/dev/engines/online/radio_browser.rst @@ -4,10 +4,5 @@ RadioBrowser ============ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.radio_browser :members: diff --git a/docs/dev/engines/online/recoll.rst b/docs/dev/engines/online/recoll.rst index 2f1a1e4df..c2d1c5743 100644 --- a/docs/dev/engines/online/recoll.rst +++ b/docs/dev/engines/online/recoll.rst @@ -4,10 +4,5 @@ Recoll Engine ============= -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.recoll :members: diff --git a/docs/dev/engines/online/seekr.rst b/docs/dev/engines/online/seekr.rst index fcbc7bf82..66fdf27e8 100644 --- a/docs/dev/engines/online/seekr.rst +++ b/docs/dev/engines/online/seekr.rst @@ -4,10 +4,5 @@ Seekr Engines ============= -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.seekr :members: diff --git a/docs/dev/engines/online/startpage.rst b/docs/dev/engines/online/startpage.rst index 89e3ad10b..ccac603b8 100644 --- a/docs/dev/engines/online/startpage.rst +++ b/docs/dev/engines/online/startpage.rst @@ -4,10 +4,5 @@ Startpage Engines ================= -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.startpage :members: diff --git a/docs/dev/engines/online/tagesschau.rst b/docs/dev/engines/online/tagesschau.rst index f850bf99b..c4af671cb 100644 --- a/docs/dev/engines/online/tagesschau.rst +++ b/docs/dev/engines/online/tagesschau.rst @@ -4,10 +4,5 @@ Tagesschau API ============== -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.tagesschau :members: diff --git a/docs/dev/engines/online/torznab.rst b/docs/dev/engines/online/torznab.rst index 9056b60d0..0778423a6 100644 --- a/docs/dev/engines/online/torznab.rst +++ b/docs/dev/engines/online/torznab.rst @@ -4,10 +4,5 @@ Torznab WebAPI ============== -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.torznab :members: diff --git a/docs/dev/engines/online/void.rst b/docs/dev/engines/online/void.rst index a1839d4f2..c2b89b6ed 100644 --- a/docs/dev/engines/online/void.rst +++ b/docs/dev/engines/online/void.rst @@ -4,10 +4,5 @@ Void Linux binary packages ========================== -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.voidlinux :members: diff --git a/docs/dev/engines/online/wallhaven.rst b/docs/dev/engines/online/wallhaven.rst index b473293ca..fc1a67403 100644 --- a/docs/dev/engines/online/wallhaven.rst +++ b/docs/dev/engines/online/wallhaven.rst @@ -4,10 +4,5 @@ Wallhaven ========= -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.wallhaven :members: diff --git a/docs/dev/engines/online/wikipedia.rst b/docs/dev/engines/online/wikipedia.rst index d4920f0f6..cd42be826 100644 --- a/docs/dev/engines/online/wikipedia.rst +++ b/docs/dev/engines/online/wikipedia.rst @@ -4,12 +4,6 @@ Wikimedia ========= -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - .. _wikipedia engine: Wikipedia diff --git a/docs/dev/engines/online/yacy.rst b/docs/dev/engines/online/yacy.rst index 9407aca80..dbe99fff8 100644 --- a/docs/dev/engines/online/yacy.rst +++ b/docs/dev/engines/online/yacy.rst @@ -4,10 +4,5 @@ Yacy ==== -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.yacy :members: diff --git a/docs/dev/engines/online/yahoo.rst b/docs/dev/engines/online/yahoo.rst index 96c1e2774..df08550ca 100644 --- a/docs/dev/engines/online/yahoo.rst +++ b/docs/dev/engines/online/yahoo.rst @@ -4,10 +4,5 @@ Yahoo Engine ============ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.yahoo :members: diff --git a/docs/dev/engines/online/zlibrary.rst b/docs/dev/engines/online/zlibrary.rst index fb197abff..242020ac0 100644 --- a/docs/dev/engines/online/zlibrary.rst +++ b/docs/dev/engines/online/zlibrary.rst @@ -4,10 +4,5 @@ Z-Library ========= -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.zlibrary :members: diff --git a/docs/dev/engines/online_url_search/tineye.rst b/docs/dev/engines/online_url_search/tineye.rst index 3f4db7e0e..79e24cfb8 100644 --- a/docs/dev/engines/online_url_search/tineye.rst +++ b/docs/dev/engines/online_url_search/tineye.rst @@ -4,11 +4,6 @@ Tineye ====== -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.tineye :members: diff --git a/docs/dev/engines/xpath.rst b/docs/dev/engines/xpath.rst index 42c4d47b6..695aa5224 100644 --- a/docs/dev/engines/xpath.rst +++ b/docs/dev/engines/xpath.rst @@ -4,11 +4,6 @@ XPath Engine ============ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.engines.xpath :members: diff --git a/docs/dev/lxcdev.rst b/docs/dev/lxcdev.rst index 79716ae57..8ab91c27b 100644 --- a/docs/dev/lxcdev.rst +++ b/docs/dev/lxcdev.rst @@ -22,12 +22,6 @@ In this article we will show, how you can make use of Linux Containers (LXC_) in section :ref:`internet connectivity docker`. -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - Motivation ========== diff --git a/docs/dev/reST.rst b/docs/dev/reST.rst index e539617b7..d3138a851 100644 --- a/docs/dev/reST.rst +++ b/docs/dev/reST.rst @@ -36,12 +36,6 @@ docs.live ` to build HTML while editing. - SVG_, ImageMagick_ - DOT_, `Graphviz's dot`_, Graphviz_ - -.. contents:: - :depth: 3 - :local: - :backlinks: entry - Sphinx_ and reST_ have their place in the python ecosystem. Over that reST is used in popular projects, e.g the Linux kernel documentation `[kernel doc]`_. diff --git a/docs/dev/rtm_asdf.rst b/docs/dev/rtm_asdf.rst index 69180ef4e..f073ba30d 100644 --- a/docs/dev/rtm_asdf.rst +++ b/docs/dev/rtm_asdf.rst @@ -6,12 +6,6 @@ The runtimes are managed with asdf and are activated in this project via the `.tool-versions <.tool-versions>`_. If you have not yet installed asdf_, then chapter :ref:`introduce asdf` may be of help to you. -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - Get started =========== diff --git a/docs/own-instance.rst b/docs/own-instance.rst index 62099ce23..541646a3f 100644 --- a/docs/own-instance.rst +++ b/docs/own-instance.rst @@ -7,11 +7,6 @@ Why use a private instance? \.\. is a common question among SearXNG users. Before answering this question, see what options a SearXNG user has. -.. contents:: - :depth: 2 - :local: - :backlinks: entry - Public instances are open to everyone who has access to its URL. Usually, these are operated by unknown parties (from the users' point of view). Private instances can be used by a select group of people. It is for example a SearXNG of diff --git a/docs/src/searx.botdetection.rst b/docs/src/searx.botdetection.rst index 04cb81dfd..99fe02711 100644 --- a/docs/src/searx.botdetection.rst +++ b/docs/src/searx.botdetection.rst @@ -4,11 +4,6 @@ Bot Detection ============= -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.botdetection :members: diff --git a/docs/src/searx.locales.rst b/docs/src/searx.locales.rst index 9882e7890..e8954e466 100644 --- a/docs/src/searx.locales.rst +++ b/docs/src/searx.locales.rst @@ -4,11 +4,6 @@ Locales ======= -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. automodule:: searx.locales :members: diff --git a/docs/src/searx.search.processors.rst b/docs/src/searx.search.processors.rst index 3bb4c44bc..0e17db34e 100644 --- a/docs/src/searx.search.processors.rst +++ b/docs/src/searx.search.processors.rst @@ -4,12 +4,6 @@ Search processors ================= -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - Abstract processor class ======================== diff --git a/docs/user/configured_engines.rst b/docs/user/configured_engines.rst index c32a264ed..176de464b 100644 --- a/docs/user/configured_engines.rst +++ b/docs/user/configured_engines.rst @@ -22,11 +22,6 @@ Configured Engines called *tabs*), engines can be queried by their name or the categories they belong to, by using a :ref:`\!bing syntax `. -.. contents:: - :depth: 2 - :local: - :backlinks: entry - .. jinja:: searx {% for category, engines in categories_as_tabs.items() %} diff --git a/docs/user/index.rst b/docs/user/index.rst index 705fd3f9e..4921d7e91 100644 --- a/docs/user/index.rst +++ b/docs/user/index.rst @@ -2,11 +2,6 @@ User information ================ -.. contents:: - :depth: 3 - :local: - :backlinks: entry - .. toctree:: :maxdepth: 2 diff --git a/docs/utils/lxc.sh.rst b/docs/utils/lxc.sh.rst index fae302c90..5188aadcb 100644 --- a/docs/utils/lxc.sh.rst +++ b/docs/utils/lxc.sh.rst @@ -26,12 +26,6 @@ to care about*). - `LXC/LXD Image Server`_ - `LXD@github`_ -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - .. _lxd install: Install LXD diff --git a/docs/utils/searxng.sh.rst b/docs/utils/searxng.sh.rst index bedc1ba4c..8f651e637 100644 --- a/docs/utils/searxng.sh.rst +++ b/docs/utils/searxng.sh.rst @@ -15,12 +15,6 @@ script :origin:`utils/searxng.sh`. - :ref:`installation nginx` - :ref:`installation apache` -.. contents:: - :depth: 2 - :local: - :backlinks: entry - - Install =======