Sort the manual page list in conf.py

Change-Id: I81c193c23a3b78cb98d54157a486bf15dc3ab979
Fixes: Bug #1153691
This commit is contained in:
sdake 2013-03-14 11:30:34 -07:00
parent f72dbac99a
commit 2daef27b6a
1 changed files with 8 additions and 8 deletions

View File

@ -222,12 +222,6 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('man/heat-cfn', 'heat-cfn',
u'Command line utility to run heat actions over the CloudFormation API',
[u'Heat Developers'], 1),
('man/heat-watch', 'heat-watch',
u'Command line utility to run heat watch actions over the CloudWatch API',
[u'Heat Developers'], 1),
('man/heat-api', 'heat-api',
u'REST API service to the heat project.',
[u'Heat Developers'], 1),
@ -237,11 +231,17 @@ man_pages = [
('man/heat-api-cloudwatch', 'heat-api-cloudwatch',
u'CloudWatch alike API service to the heat project',
[u'Heat Developers'], 1),
('man/heat-boto', 'heat-boto',
u'Command line utility to run heat actions over the CloudFormation API',
[u'Heat Developers'], 1),
('man/heat-cfn', 'heat-cfn',
u'Command line utility to run heat actions over the CloudFormation API',
[u'Heat Developers'], 1),
('man/heat-engine', 'heat-engine',
u'Service which performs the actions from the API calls made by the user',
[u'Heat Developers'], 1),
('man/heat-boto', 'heat-boto',
u'Command line utility to run heat actions over the CloudFormation API',
('man/heat-watch', 'heat-watch',
u'Command line utility to run heat watch actions over the CloudWatch API',
[u'Heat Developers'], 1),
]