From 0b12d90b3eee39910bd1d3354a441ddb86583bb5 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sun, 23 Sep 2007 11:53:11 +0000 Subject: documentation --- numpy/doc/HOWTO_DOCUMENT.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'numpy') 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. + -- cgit v1.2.1