summaryrefslogtreecommitdiff
path: root/doc/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.txt')
-rw-r--r--doc/README.txt15
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.
+
+
+