JElfner
JElfner
This is rather a question than an issue. But I thought this might be the best place to ask, since there is no doc on maskers (yet) and I can't...
Having consistent plot styles throughout your documents is, at least in my field, very important. My usual approach is to load a pre-defined rcParams style sheet at the beginning of...
Style guide diverges from "Single-Source-of-Truth" regarding function parameter type documentation
In section https://numpydoc.readthedocs.io/en/latest/format.html#parameters (also applies to Returns, ...) the style guide defines that types should be added to each parameter description. Nowadays, having a well designed Python typing system, documenting...
Summary lines with dots are split even if within line length and merely using an abbrv. See ```python def foo(my_num: float) -> float: """ Use an abbrv. in the summary...