summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2007-09-23 11:53:11 +0000
committerJarrod Millman <millman@berkeley.edu>2007-09-23 11:53:11 +0000
commit0b12d90b3eee39910bd1d3354a441ddb86583bb5 (patch)
tree44d815d0d5f5a24cb3073aeef629c9c69c0c7e55 /numpy
parent5e444eebaded57b607616ba0ef8f970bd2040f71 (diff)
downloadnumpy-0b12d90b3eee39910bd1d3354a441ddb86583bb5.tar.gz
documentation
Diffstat (limited to 'numpy')
-rw-r--r--numpy/doc/HOWTO_DOCUMENT.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/numpy/doc/HOWTO_DOCUMENT.txt b/numpy/doc/HOWTO_DOCUMENT.txt
index eae61f002..1bb0bf446 100644
--- a/numpy/doc/HOWTO_DOCUMENT.txt
+++ b/numpy/doc/HOWTO_DOCUMENT.txt
@@ -112,9 +112,9 @@ output. New paragraphs are marked with blank line.
Use *italics*, **bold**, and ``courier`` if needed in any explanations (but
not for variable names and doctest code or multi-line code)
-Use :lm:`eqn` for in-line math in latex format (remember to use the
-raw-format for your text string or escape any '\' symbols). Use :m:`eqn` for
-non-latex math.
+Use ``:lm:`eqn``` for in-line math in latex format (remember to use the
+raw-format for your text string or escape any '\' symbols). Use ``:m:`eqn```
+for non-latex math.
A more extensive example of reST markup can be found here:
http://docutils.sourceforge.net/docs/user/rst/demo.txt
@@ -154,3 +154,4 @@ included.
Use optional in the "type" field for parameters that are non-keyword
optional for C-functions.
+