aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-custom-inherit_2.3.0.bb
AgeCommit message (Collapse)Author
2020-08-25python3-custom-inherit: Add recipeLeon Anavi
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>