diff options
author | Jarrod Millman <millman@berkeley.edu> | 2007-09-23 13:25:31 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2007-09-23 13:25:31 +0000 |
commit | 0ae9b49fe8c81525d717f140bc135857d3185349 (patch) | |
tree | f6df738731bcda3f72dee0b1aaa5e8069be9cc19 /numpy | |
parent | 7b4908451de86e0259dc3cc3865d39877509931f (diff) | |
download | numpy-0ae9b49fe8c81525d717f140bc135857d3185349.tar.gz |
more documentation
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/doc/HOWTO_DOCUMENT.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/numpy/doc/HOWTO_DOCUMENT.txt b/numpy/doc/HOWTO_DOCUMENT.txt index 8e811d80d..736fdd8e8 100644 --- a/numpy/doc/HOWTO_DOCUMENT.txt +++ b/numpy/doc/HOWTO_DOCUMENT.txt @@ -121,10 +121,10 @@ http://docutils.sourceforge.net/docs/user/rst/demo.txt Line spacing and indentation are significant and should be carefully followed. -Here is a short example in plain text: -http://svn.scipy.org/svn/numpy/trunk/numpy/doc/example.py -Here is the rendered version of that file: -http://www.scipy.org/scipy/numpy/wiki/RenderedExample +Here is a short example module in +`plain text <http://svn.scipy.org/svn/numpy/trunk/numpy/doc/example.py>`__ +and +`rendered <http://www.scipy.org/scipy/numpy/wiki/RenderedExample>`__ Using Epydoc |