mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
14 lines
754 B
Text
14 lines
754 B
Text
The Python package custom_inherit provides convenient, light-weight tools for
|
|
inheriting docstrings in customizeable ways.
|
|
|
|
Features:
|
|
* Metaclass that instructs children to inherit docstrings for their
|
|
attributes from their parents, using custom docstring inheritance styles.
|
|
* Decorator that merges a string/docstring with the docstring of the decorated
|
|
object using custom styles.
|
|
* Built-in docstring merging styles for popular docstring specifications:
|
|
* NumPy docstring specification
|
|
* Napoleon docstring specifications (for both Google and NumPy styles)
|
|
* Merging based on reST sections
|
|
* Simple inheritance from a parent, if the docstring is not overwritten
|
|
* Simple interface for using your own docstring inheritance style.
|