numpydoc 1.9.0


pip install numpydoc

  Latest version

Released: Jun 24, 2025

Project Links

Meta
Author: Pauli Virtanen and others
Requires Python: >=3.9

Classifiers

Development Status
  • 5 - Production/Stable

Environment
  • Plugins

Intended Audience
  • Developers

License
  • OSI Approved :: BSD License

Operating System
  • OS Independent

Programming Language
  • Python
  • Python :: 3
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

Topic
  • Documentation
Documentation Status https://codecov.io/gh/numpy/numpydoc/branch/main/graph/badge.svg https://github.com/numpy/numpydoc/actions/workflows/test.yml/badge.svg?branch=main

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.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
sphinx (>=6)
tomli (>=1.1.0)