diff --git a/dev/reST.html b/dev/reST.html index af5b7bf5..369a3928 100644 --- a/dev/reST.html +++ b/dev/reST.html @@ -451,7 +451,7 @@ $ python -m sphinx.ext.intersphinx https://searx.github.io/searx/objects.inv

Literal blocks

The simplest form of literal-blocks is a indented block introduced by two colons (::). For highlighting use highlight or code-block directive. To include literals from external files use -literalinclude or kernel-include +literalinclude or kernel-include directive (latter one expands environment variables in the path name).

::

@@ -636,15 +636,15 @@ in a specific way.

Figures & Images

-

Searx’s sphinx setup includes: Scalable figure and image handling. Scalable here means; +

Searx’s sphinx setup includes: Scalable figure and image handling. 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 -access to the build process. With Scalable figure and image handling the build process +access to the build process. With Scalable figure and image handling the build process continues and scales output quality in dependence of installed image processors.

If you want to add an image, you should use the kernel-figure (inheritance of figure) and kernel-image (inheritance of image) @@ -668,7 +668,7 @@ directives. E.g. to insert a figure with a scalable image format use SVG

To refer the figure, a caption block is needed: Simple SVG image..

DOT files (aka Graphviz)

-

With kernel-figure & kernel-image reST support for DOT formatted files is +

With kernel-figure & kernel-image reST support for DOT formatted files is given.