Sphinx extension to support docstrings in Numpy format
52
Evaluation — 52%
↑ 1.13xAgent success when using this tile
Build a lightweight Sphinx extension that wires in the dependency so NumPy-style docstrings are transformed automatically and its specialized directive domains are available during documentation builds.
@generates
def configure_autodoc(app) -> None:
"""Attach the dependency's autodoc processing, configure member visibility, and ensure its custom domains are active."""Provides NumPy-style autodoc hooks and custom domains for Sphinx.
Install with Tessl CLI
npx tessl i tessl/pypi-numpydocevals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9