diff options
author | wfspotz@sandia.gov <wfspotz@sandia.gov@localhost> | 2007-08-15 21:36:38 +0000 |
---|---|---|
committer | wfspotz@sandia.gov <wfspotz@sandia.gov@localhost> | 2007-08-15 21:36:38 +0000 |
commit | fc3d818af88b59c52e0ccdf23aecdb093add97fb (patch) | |
tree | d3287ccd2c0b4890c1e1214c229bfdc8ab73a1d5 /numpy | |
parent | 14dd6a9c6ac5a393bfcda7c6a77e615ce70b5873 (diff) | |
download | numpy-fc3d818af88b59c52e0ccdf23aecdb093add97fb.tar.gz |
Improved formatting for rms docstring
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/doc/swig/numpy_swig.html | 2 | ||||
-rw-r--r-- | numpy/doc/swig/numpy_swig.pdf | bin | 148244 -> 148514 bytes | |||
-rw-r--r-- | numpy/doc/swig/numpy_swig.txt | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/numpy/doc/swig/numpy_swig.html b/numpy/doc/swig/numpy_swig.html index b051363be..e19f5c3ac 100644 --- a/numpy/doc/swig/numpy_swig.html +++ b/numpy/doc/swig/numpy_swig.html @@ -1049,7 +1049,7 @@ possible.</p> </div> <div class="footer"> <hr class="footer" /> -Generated on: 2007-08-15 20:42 UTC. +Generated on: 2007-08-15 21:36 UTC. Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. </div> diff --git a/numpy/doc/swig/numpy_swig.pdf b/numpy/doc/swig/numpy_swig.pdf Binary files differindex 3c31a5301..a2801f095 100644 --- a/numpy/doc/swig/numpy_swig.pdf +++ b/numpy/doc/swig/numpy_swig.pdf diff --git a/numpy/doc/swig/numpy_swig.txt b/numpy/doc/swig/numpy_swig.txt index 28a83943c..cc57b6fc3 100644 --- a/numpy/doc/swig/numpy_swig.txt +++ b/numpy/doc/swig/numpy_swig.txt @@ -41,7 +41,7 @@ string):: def rms(seq): """ - rms: return the root mean square of a sequence + rms: return the root mean square of a sequence rms(numpy.ndarray) -> double rms(list) -> double rms(tuple) -> double |