Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.19 KB

README.rst

File metadata and controls

29 lines (22 loc) · 1.19 KB

numpydoc -- Numpy's Sphinx extensions

Documentation Status

image

image

This package provides the numpydoc Sphinx extension for handling docstrings formatted according to the NumPy documentation format. The extension also adds the code description directives np:function, np-c:function, etc.

numpydoc requires Python 3.9+ and sphinx 6+.

For usage information, please refer to the documentation.

The numpydoc docstring guide explains how to write docs formatted for this extension, and the user guide explains how to use it with Sphinx.