diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2008-08-23 23:17:23 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2008-08-23 23:17:23 +0000 |
commit | 5c86844c34674e3d580ac2cd12ef171e18130b13 (patch) | |
tree | 2fdf1150706c07c7e193eb7483ce58a5074e5774 /doc/README.txt | |
parent | 376d483d31c4c5427510cf3a8c69fc795aef63aa (diff) | |
download | numpy-5c86844c34674e3d580ac2cd12ef171e18130b13.tar.gz |
Move documentation outside of source tree. Remove `doc` import from __init__.
Diffstat (limited to 'doc/README.txt')
-rw-r--r-- | doc/README.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/README.txt b/doc/README.txt new file mode 100644 index 000000000..eacc3659e --- /dev/null +++ b/doc/README.txt @@ -0,0 +1,15 @@ +Very complete documentation is available from the primary developer of +NumPy for a small fee. After a brief period, that documentation +will become freely available. See http://www.trelgol.com for +details. The fee and restriction period is intended to allow people +and to encourage companies to easily contribute to the development of +NumPy. + +This directory will contain all public documentation that becomes available. + +Very good documentation is also available using Python's (and +especially IPython's) own help system. Most of the functions have +docstrings that provide usage assistance. + + + |