diff options
Diffstat (limited to 'doc/validation.rst')
-rw-r--r-- | doc/validation.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/validation.rst b/doc/validation.rst index 9eacca9..5b82b64 100644 --- a/doc/validation.rst +++ b/doc/validation.rst @@ -1,6 +1,9 @@ -============================== -Validating NumpyDoc docstrings -============================== +========== +Validation +========== + +Docstring Validation using Python +--------------------------------- To see the Restructured Text generated for an object, the ``numpydoc`` module can be called. For example, to do it for ``numpy.ndarray``, use: |