Commit Graph

1 Commits

Author SHA1 Message Date
Leon Anavi
d6ccdcb87d python3-custom-inherit: Add recipe
Add recipe for custom-inherit, a Python package that provides
customized docstring inheritance schemes between derived classes
and their parents. Changelog for release 2.3.0:

- Add three new built-in styles, numpy_with_merge,
  google_with_merge, and numpy_napoleon_with_merge, which permit
  users to concatenate the respective sections of a parent's and
  child's docstrings.
- Also add is the ability to configure DocInheritMeta so that
  special methods will have their docstrings inherited as well.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-25 10:33:17 -07:00