No project description provided
Project description
numpydoc_decorator
This package allows you to build numpy-style docstrings programmatically and apply them using a decorator. This can be useful because:
-
Parts of your documentation, such as parameter descriptions, can be shared between functions, avoiding the need to repeat yourself.
-
Type information for parameters and return values is automatically picked up from type annotations and added to the docstring, avoiding the need to maintain type information in two places.
Work in progress.
Installation
pip install numpydoc_decorator
Usage
@@TODO
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for numpydoc_decorator-0.9.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a310e7546c2d2d17d19b5c31cf6f5cfbe256f0b6c9978b15716b36a01663b2c |
|
MD5 | 732d87c1f2a068ec6700df3e6af978c4 |
|
BLAKE2b-256 | a151fe6f7d4f9bba0e7ffd22423299e333e7161ba4edac9bc249ebb3dda6920b |