Skip to content

Commit

Permalink
Merge pull request numpy#3414 from joonro/patch-1
Browse files Browse the repository at this point in the history
A minor cleanup
  • Loading branch information
rgommers committed Jun 8, 2013
2 parents ac8fad5 + 7af95b0 commit 23a2757
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/HOWTO_DOCUMENT.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -551,13 +551,11 @@ Other points to keep in mind

end of previous sentence::

y = np.sin(x)
y = np.sin(x)

* Notes and Warnings : If there are points in the docstring that deserve
special emphasis, the reST directives for a note or warning can be used
in the vicinity of the context of the warning (inside a section). Syntax:

::
in the vicinity of the context of the warning (inside a section). Syntax::

.. warning:: Warning text.

Expand Down

0 comments on commit 23a2757

Please sign in to comment.