We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cd286 commit 6d5d449Copy full SHA for 6d5d449
doc/index.rst
@@ -22,3 +22,4 @@ Documentation
22
install
23
format
24
example
25
+ validation
doc/validation.rst
@@ -0,0 +1,12 @@
1
+==============================
2
+Validating NumpyDoc docstrings
3
4
+
5
+One tool for validating docstrings is to see how an object's dosctring
6
+translates to Restructured Text. Using numpydoc as a command-line tool
7
+facilitates this. For example to see the Restructured Text generated
8
+for ``numpy.ndarray``, use:
9
10
+.. code-block:: bash
11
12
+ $ python -m numpydoc numpy.ndarray
0 commit comments