# HG changeset patch # User Franz Glasner # Date 1778250864 -7200 # Node ID 123aeb2de8aa8cb0395a0544320bcd75bcc7e6d1 # Parent 16faae7ecdb6852b4c8a46864868ba08373bcc6b Explicitely call all markup with the domain diff -r 16faae7ecdb6 -r 123aeb2de8aa docs/details-algpseudocode.rst --- a/docs/details-algpseudocode.rst Fri May 08 16:33:11 2026 +0200 +++ b/docs/details-algpseudocode.rst Fri May 08 16:34:24 2026 +0200 @@ -1,7 +1,7 @@ .. -*- coding: utf-8; indent-tabs-mode: nil; -*- -.. _details-algpseudocode: +.. _details-algpseudocode: *************** AlgPseudocode @@ -296,7 +296,7 @@ ================== In an expression context all other words are interpreted as entity -names (token type ``Token.Name.Entity``). +names (token type :py:class:`pygments.token.Token.Name.Entity`). Allowed characters in the words follow the corresponding `Python`_ rules. As such, many Unicode characters are allowed. @@ -324,9 +324,10 @@ Handle keywords and operators that are not handled by default or change the default handling of some expressions. -`XX` represents a `value` in the :mod:`pygments.token.STANDARD_TYPES` dict. -Its corresponding token type (the associated `key` in this `dict`) is used as -token type. +`XX` represents a `value` in the :py:data:`pygments.token.STANDARD_TYPES` +dict. +Its corresponding token type (the associated `key` in this `dict`) is +used as token type. ``\\tt-XX/SINGLE-CHAR``