diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2023-05-26 12:06:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 12:06:19 +0200 |
commit | 79c02456c1a852ecab5548a840d09e9642565615 (patch) | |
tree | dee774a4179b861a21fbd3025cf4c5225103d23d | |
parent | 64cbe80d058a96b480cf71ad79ff9a5e697d2274 (diff) | |
parent | 68a0e1bfc3ee3ee0697374affdee2612d1a8d184 (diff) | |
download | searxng-79c02456c1a852ecab5548a840d09e9642565615.tar.gz searxng-79c02456c1a852ecab5548a840d09e9642565615.zip |
Merge pull request #2462 from return42/fix-typos
[doc] fix tyops in docs/dev/reST.rst
-rw-r--r-- | docs/dev/reST.rst | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/dev/reST.rst b/docs/dev/reST.rst index 10f6531f2..b19a7096e 100644 --- a/docs/dev/reST.rst +++ b/docs/dev/reST.rst @@ -10,13 +10,15 @@ reST primer contributors to follow principles like KISS_ and readability_. We at SearXNG are using reStructuredText (aka reST_) markup for all kind of -documentation, with the builders from the Sphinx_ project a HTML output is -generated and deployed at :docs:`github.io <.>`. For build prerequisites read +documentation. With the builders from the Sphinx_ project a HTML output is +generated and deployed at docs.searxng.org_. For build prerequisites read :ref:`docs build`. -The source files of Searx's documentation are located at :origin:`docs`. Sphinx -assumes source files to be encoded in UTF-8 by default. Run :ref:`make docs.live -<make docs.live>` to build HTML while editing. +.. _docs.searxng.org: https://docs.searxng.org/ + +The source files of SearXNG's documentation are located at :origin:`docs`. +Sphinx assumes source files to be encoded in UTF-8 by default. Run :ref:`make +docs.live <make docs.live>` to build HTML while editing. .. sidebar:: Further reading @@ -494,7 +496,7 @@ Figures & Images is flexible. To get best results in the generated output format, install ImageMagick_ and Graphviz_. -Searx's sphinx setup includes: :ref:`linuxdoc:kfigure`. Scalable here means; +SearXNG's sphinx setup includes: :ref:`linuxdoc:kfigure`. Scalable here means; scalable in sense of the build process. Normally in absence of a converter tool, the build process will break. From the authors POV it’s annoying to care about the build process when handling with images, especially since he has no |