diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2008-07-15 07:06:38 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2008-07-15 07:06:38 +0000 |
commit | 9ad992f74222d99ed2f66c5e3e9a2a90cdc31cd2 (patch) | |
tree | 99258d51fb3afa3cbdf58a9a41a79b31ee3e4509 | |
parent | b6b63456ea8c61351c9bf1415c797d95c87e46f3 (diff) | |
download | numpy-9ad992f74222d99ed2f66c5e3e9a2a90cdc31cd2.tar.gz |
Add place-holder for doc.glossary.
-rw-r--r-- | numpy/doc/reference/glossary.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/numpy/doc/reference/glossary.py b/numpy/doc/reference/glossary.py new file mode 100644 index 000000000..c060378d4 --- /dev/null +++ b/numpy/doc/reference/glossary.py @@ -0,0 +1,9 @@ +""" + +================= +Glossary +================= + +Place-holder for a glossary. + +""" |