summaryrefslogtreecommitdiff
path: root/numpydoc/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpydoc/__init__.py')
-rw-r--r--numpydoc/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/numpydoc/__init__.py b/numpydoc/__init__.py
index da8b80a..8058bb5 100644
--- a/numpydoc/__init__.py
+++ b/numpydoc/__init__.py
@@ -1,3 +1,7 @@
+"""
+This package provides the numpydoc Sphinx extension for handling docstrings
+formatted according to the NumPy documentation format.
+"""
__version__ = '1.0.0.dev0'