Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a21610

Browse files
committed
DOC MEP12 fixes reviewers' comments
1 parent 99eddfc commit 3a21610

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/devel/MEP/MEP12.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ the gallery would remain in those directories until they are cleaned
8787
up. After clean-up, they would be moved to one of the new gallery
8888
sections described above. "Clean-up" should involve:
8989

90-
* `sphinx-gallery docstrings <http://sphinx-gallery.readthedocs.io/>`_: a
91-
title and a description formatted as follows::
90+
* `sphinx-gallery docstrings <https://sphinx-gallery.readthedocs.io/>`_: a
91+
title and a description of the example formatted as follows, at the top of
92+
the example::
9293

9394
"""
9495
===============================
@@ -107,9 +108,6 @@ sections described above. "Clean-up" should involve:
107108
<https://pypi.python.org/pypi/flake8>`_, or a similar checker, is
108109
highly recommended)
109110
* Commented-out code should be removed.
110-
* Add introductory sentence or paragraph in the main docstring. See
111-
`6d1b8a2
112-
<https://github.com/tonysyu/matplotlib/commit/6d1b8a2ef277091eb718690e4443e6fa30cbc488>`_.
113111
* Replace uses of ``pylab`` interface with ``pyplot`` (+ ``numpy``,
114112
etc.). See `c25ef1e
115113
<https://github.com/tonysyu/matplotlib/commit/c25ef1e02b3a0ecb279492409dac0de9b3d2c0e2>`_

0 commit comments

Comments
 (0)