Remove "Modules" suffix for project header.

This commit is contained in:
Georg Brandl 2011-09-23 11:42:18 +02:00
parent 4abbe95a9c
commit cd5e11abee

View File

@ -110,7 +110,7 @@ def create_modules_toc_file(master_package, modules, opts, name='modules'):
"""
Create the module's index.
"""
text = format_heading(1, '%s Modules' % opts.header)
text = format_heading(1, '%s' % opts.header)
text += '.. toctree::\n'
text += ' :maxdepth: %s\n\n' % opts.maxdepth