# HG changeset patch # User Franz Glasner # Date 1778153161 -7200 # Node ID df9b4962c203654a153a56c6d0d4e7deb15c13a2 # Parent ca5b31a30cea94f9159496fccbe078d66787b8fe Remove the Python "code-block" that has been used for development (comparison) reasons diff -r ca5b31a30cea -r df9b4962c203 docs/intro.rst --- a/docs/intro.rst Thu May 07 12:53:25 2026 +0200 +++ b/docs/intro.rst Thu May 07 13:26:01 2026 +0200 @@ -55,18 +55,6 @@ :language: NoEndAlgPseudocode :lines: 2- -Python: - -.. code-block:: python - - class HUHU: - - # This is a comment - @classmethod - def method1(cls_, aparam1, param2): - return aparam1 + param2 - - This is Wikipedia's description of *Dinic's Algorithm* (see https://en.wikipedia.org/wiki/Dinic%27s_algorithm):