From d1c740cf51aacd08c10f18582b66a4856f131f55 Mon Sep 17 00:00:00 2001 From: Robert Kern Date: Tue, 22 Jan 2008 06:31:01 +0000 Subject: Set __docformat__ such that epydoc knows it's looking at reST instead of epytext. --- numpy/doc/example.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'numpy/doc/example.py') 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 -- cgit v1.2.1