From 5720844fcdc8601798e10544e2fd25ce4f2ad099 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 30 Jun 2023 18:07:02 +0200 Subject: [doc] rearranges Settings & Engines docs for better readability We have built up detailed documentation of the *settings* and the *engines* over the past few years. However, this documentation was still spread over various chapters and was difficult to navigate in its entirety. This patch rearranges the Settings & Engines documentation for better readability. To review new ordered docs:: make docs.clean docs.live Signed-off-by: Markus Heiser --- searx/engines/annas_archive.py | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'searx/engines/annas_archive.py') diff --git a/searx/engines/annas_archive.py b/searx/engines/annas_archive.py index db9bd1719..1bcdeeec6 100644 --- a/searx/engines/annas_archive.py +++ b/searx/engines/annas_archive.py @@ -1,24 +1,12 @@ # SPDX-License-Identifier: AGPL-3.0-or-later # lint: pylint -""".. _annas_archive engine: - -============== -Anna's Archive -============== +"""`Anna's Archive`_ is a free non-profit online shadow library metasearch +engine providing access to a variety of book resources (also via IPFS), created +by a team of anonymous archivists (AnnaArchivist_). .. _Anna's Archive: https://annas-archive.org/ .. _AnnaArchivist: https://annas-software.org/AnnaArchivist/annas-archive -`Anna's Archive`_ is a free non-profit online shadow library metasearch engine -providing access to a variety of book resources (also via IPFS), created by a -team of anonymous archivists (AnnaArchivist_). - -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - - Configuration ============= @@ -41,7 +29,6 @@ for *newest* articles and journals (PDF) / by shortcut ``!aaa ``. aa_ext: 'pdf' aa_sort: 'newest' - Implementations =============== -- cgit v1.2.3