PyLops / pylops

PyLops – A Linear-Operator Library for Python
https://pylops.readthedocs.io
GNU Lesser General Public License v3.0
431 stars 102 forks source link

Attributes field in docstrings of operators #488

Open mrava87 opened 1 year ago

mrava87 commented 1 year ago

Motivation

Historically, every operator has a docstring containing an Attributes section with 2 fields: shape and explicit. This isn’t very informative and outdated as by now each linear operator has more ‘shared’ attributes (common to all operators) than those two. Moreover different operators have different attributes that may be useful to tell users about.

Definition of done