Demo Module =========== Deprecated function with deprecated argument -------------------------------------------- ``old_add_with_verbose`` is deprecated *and* has one argument (``verbose``) that has been removed. Both the inline argument annotation and the general deprecation notice are injected into the docstring. .. autofunction:: demo.old_add_with_verbose Deprecated class ---------------- ``OldCalculator`` is deprecated in favour of ``NewCalculator``. .. autoclass:: demo.OldCalculator :members: