diff options
author | Jarrod Millman <millman@berkeley.edu> | 2008-02-08 09:48:31 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2008-02-08 09:48:31 +0000 |
commit | fb3f711f1a1eafb2895a84a80f88814d7fb9a465 (patch) | |
tree | aab6281c88fd6bed7c74df03562c197d934edd83 /numpy/doc/example.py | |
parent | 2f3f1a8ef977fd04fc40d12ffd05903eb88c8635 (diff) | |
parent | 964727a2c475a7e48e262efc52b51345f51f2522 (diff) | |
download | numpy-fb3f711f1a1eafb2895a84a80f88814d7fb9a465.tar.gz |
Merge revisions 4721:4771 from the trunk
Diffstat (limited to 'numpy/doc/example.py')
-rw-r--r-- | numpy/doc/example.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/doc/example.py b/numpy/doc/example.py index 0ae83d2bb..32a7e6602 100644 --- a/numpy/doc/example.py +++ b/numpy/doc/example.py @@ -8,6 +8,9 @@ extend over multiple lines, the closing three quotation marks must be on a line by itself, preferably preceeded by a blank line. """ +# Make sure this line is here such that epydoc 3 can parse the docstrings for +# auto-generated documentation. +__docformat__ = "restructuredtext en" import os # standard library imports first |