# numpydoc
**Repository Path**: acger/numpydoc
## Basic Information
- **Project Name**: numpydoc
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: 0.9.x
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-12-27
- **Last Updated**: 2024-10-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
.. image:: https://travis-ci.org/numpy/numpydoc.png?branch=master
:target: https://travis-ci.org/numpy/numpydoc/
.. |docs| image:: https://readthedocs.org/projects/numpydoc/badge/?version=latest
:alt: Documentation Status
:scale: 100%
:target: https://numpydoc.readthedocs.io/en/latest/?badge=latest
=====================================
numpydoc -- Numpy's Sphinx extensions
=====================================
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.
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.