comparison docs/details-frpseudocode.rst @ 145:c4f6f5e771b0

Also define the :algpseudocode: role globally in the package documentation. More external links.
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 07 May 2026 12:30:25 +0200
parents 0455294e20c4
children ca5b31a30cea
comparison
equal deleted inserted replaced
144:b616f9645e37 145:c4f6f5e771b0
12 - renamed from ``Pseudocode`` to ``FrPseudocode`` 12 - renamed from ``Pseudocode`` to ``FrPseudocode``
13 - changed aliases to ``fr-pseudocode``, ``fr-pseudo``, ``fr-algorithm`` 13 - changed aliases to ``fr-pseudocode``, ``fr-pseudo``, ``fr-algorithm``
14 and ``fr-algo`` 14 and ``fr-algo``
15 - changed file extension to ``.fr-algo`` and ``.fr-pseudocode`` 15 - changed file extension to ``.fr-algo`` and ``.fr-pseudocode``
16 - changed some exististing arrows and added some more 16 - changed some exististing arrows and added some more
17 - numbers parsing is more flexible by following the Python lexer 17 - numbers parsing is more flexible by following the `Python`_ lexer
18 - also allow ``!=`` as inequality operator (in addition to ``<>``) 18 - also allow ``!=`` as inequality operator (in addition to ``<>``)
19 19
20 It mostly just recognizes some (french) keywords and highlights them. 20 It mostly just recognizes some (french) keywords and highlights them.
21 21
22 Comments are supported (``//`` and ``/* ... */`` (single-line only))- 22 Comments are supported (``//`` and ``/* ... */`` (single-line only))-