From 2daef27b6a5c03c0ae240dbb6672fd50e7ca25c8 Mon Sep 17 00:00:00 2001 From: sdake Date: Thu, 14 Mar 2013 11:30:34 -0700 Subject: [PATCH] Sort the manual page list in conf.py Change-Id: I81c193c23a3b78cb98d54157a486bf15dc3ab979 Fixes: Bug #1153691 --- doc/source/conf.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index d539b276..04dab029 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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), ] -- 2.45.2