diff docs/lexer-frpseudocode.rst @ 263:2e78e255b54e

Make a link to the reST source where appropriate to learn about the lexer syntax
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 19 May 2026 18:03:48 +0200
parents 8705fd60feea
children 6d5d630506e4
line wrap: on
line diff
--- a/docs/lexer-frpseudocode.rst	Mon May 18 12:25:48 2026 +0200
+++ b/docs/lexer-frpseudocode.rst	Tue May 19 18:03:48 2026 +0200
@@ -4,6 +4,12 @@
  FrPseudocode
 **************
 
+.. only:: html
+          
+   .. hint::
+      The reST source of this documentation page can be found
+      `here <_sources/lexer-frpseudocode.rst.txt>`_.
+
 This is the pseudocode lexer from the original `pygments-lexer-pseudocode`
 package.