Skip to content

Improved docstring interpolation

This PR improves the way the docstring interpolation system works, replacing the @update_docstrings class decorator with a more general @interpolate_docstring decorator for classes and/or methods.

Merge request reports