commit | 7232d41569fa4d76c1d3e0c9c87c3f56311e6829 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Nov 12 08:29:46 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Nov 12 08:29:46 2009 +0000 |
tree | 72e597fc8ea8383f0a302abbfb963ea8e49a5ef0 | |
parent | 310c9fec1a55bb600daaa062c953faa1f9b2b2f3 [diff] [blame] |
Give the profile module a module directive.
diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst index 4d71437..8370f4d 100644 --- a/Doc/library/profile.rst +++ b/Doc/library/profile.rst
@@ -7,6 +7,8 @@ .. sectionauthor:: James Roskind +.. module:: profile + :synopsis: Python source profiler. .. index:: single: InfoSeek Corporation