chiark / gitweb /
doc: fix links and dependencies of code/math plugins.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 19 Dec 2017 19:31:42 +0000 (20:31 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 19 Dec 2017 19:34:21 +0000 (20:34 +0100)
doc/plugins.rst
doc/plugins/math-and-code.rst

index 59bb21f938a9320d85d785adfdb48d11f6971bbf..0ed4f5f393a6d15cc19ed98dfb915283748254e7 100644 (file)
@@ -43,8 +43,8 @@ and restart Pelican. Download the plugins below or
 -   :gh:`m.htmlsanity <mosra/m.css$master/pelican-plugins/m/htmlsanity.py>`
 -   :gh:`m.components <mosra/m.css$master/pelican-plugins/m/components.py>`
 -   :gh:`m.images <mosra/m.css$master/pelican-plugins/m/images.py>`
--   :gh:`m.math  <mosra/m.css$master/pelican-plugins/m/math.py>` (needs also :gh:`latex2svg <mosra/m.css$master/pelican-plugins/m/latex2svg.py>`),
-    :gh:`m.code <mosra/m.css$master/pelican-plugins/m/code.py>`
+-   :gh:`m.math  <mosra/m.css$master/pelican-plugins/m/math.py>` (needs also :gh:`latex2svg <mosra/m.css$master/pelican-plugins/latex2svg.py>`),
+    :gh:`m.code <mosra/m.css$master/pelican-plugins/m/code.py>` (needs also :gh:`ansilexer <mosra/m.css$master/pelican-plugins/ansilexer.py>`)
 -   :gh:`m.gh <mosra/m.css$master/pelican-plugins/m/gh.py>`,
     :gh:`m.dox <mosra/m.css$master/pelican-plugins/m/dox.py>`,
     :gh:`m.gl <mosra/m.css$master/pelican-plugins/m/gl.py>`,
index c1f9ae8c32ba532736043ab333d26662572d74a0..95d285689794a8671d252e748bd2b6b51eebb9b7 100644 (file)
@@ -50,10 +50,10 @@ rendering directly from your :abbr:`reST <reStructuredText>` sources.
 `Math`_
 =======
 
-Download the `m/math.py and m/latex2svg.py <{filename}/plugins.rst>`_ files,
-put them including the ``m/`` directory into one of your :py:`PLUGIN_PATHS` and
-add :py:`m.math` package to your :py:`PLUGINS` in ``pelicanconf.py``. This
-plugin assumes presence of `m.htmlsanity <{filename}/plugins/htmlsanity.rst>`_.
+Download the `m/math.py and latex2svg.py <{filename}/plugins.rst>`_ files, put
+them including the ``m/`` directory into one of your :py:`PLUGIN_PATHS` and add
+:py:`m.math` package to your :py:`PLUGINS` in ``pelicanconf.py``. This plugin
+assumes presence of `m.htmlsanity <{filename}/plugins/htmlsanity.rst>`_.
 
 .. note-danger::
 
@@ -149,10 +149,10 @@ want to add additional CSS classes, derive a custom role from it.
 `Code`_
 =======
 
-Download the `m/code.py <{filename}/plugins.rst>`_ file, put it including the
-``m/`` directory into one of your :py:`PLUGIN_PATHS` and add :py:`m.code`
-package to your :py:`PLUGINS` in ``pelicanconf.py``. This plugin assumes
-presence of `m.htmlsanity <{filename}/plugins/htmlsanity.rst>`_.
+Download the `m/code.py and ansilexer.py <{filename}/plugins.rst>`_ files, put
+them including the ``m/`` directory into one of your :py:`PLUGIN_PATHS` and add
+:py:`m.code` package to your :py:`PLUGINS` in ``pelicanconf.py``. This plugin
+assumes presence of `m.htmlsanity <{filename}/plugins/htmlsanity.rst>`_.
 
 .. code:: python