]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Sort the manual page list in conf.py
authorsdake <sdake@redhat.com>
Thu, 14 Mar 2013 18:30:34 +0000 (11:30 -0700)
committersdake <sdake@redhat.com>
Thu, 14 Mar 2013 18:30:34 +0000 (11:30 -0700)
Change-Id: I81c193c23a3b78cb98d54157a486bf15dc3ab979
Fixes: Bug #1153691
doc/source/conf.py

index d539b276eb2f9571def5f4952ad767e9e7d6dfa7..04dab029587b332da461b79a109e35fd8ebe863a 100644 (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),
 ]