Код: Выделить всё
"""
verbosity: int, optional
Sets how much feedback the code will provide in the console output:
• *0: Silent mode.* The code won’t provide any feedback, apart from error messages.
• *1: Normal mode* (default). The code will provide essential feedback such as progression markers and
current steps.
• *2: Chatty mode.* The code will provide all possible information on the events happening. Note that this
may clutter the output and slow down the execution.
"""
Код: Выделить всё
rst_prolog = """
.. |verbosity| replace:: description
"""
Спасибо!
Подробнее здесь: https://stackoverflow.com/questions/791 ... on-multipl