File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,17 @@ Documentation
6565* Every new feature should be documented. If it's a new module, don't
6666 forget to add it to the API docs.
6767
68+ * Docstrings should be in `numpydoc format
69+ <https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt> `_.
70+ Don't be thrown off by the fact that many of the existing docstrings
71+ are not in that format. We are working to standardize on
72+ `numpydoc `.
73+
74+ * Each high-level plotting function should have a simple example in
75+ the `Example ` section. This should be as simple as possible to
76+ demonstrate the method. More complex examples should go in the
77+ `examples ` tree.
78+
6879* Build the docs and make sure all formatting warnings are addressed.
6980
7081* See :ref: `documenting-matplotlib ` for our documentation style guide.
You can’t perform that action at this time.
0 commit comments