~rvb/maas/bug-1384001-redux-2

« back to all changes in this revision

Viewing changes to docs/conf.py

  • Committer: Gavin Panella
  • Date: 2012-03-15 13:58:32 UTC
  • mto: This revision was merged to the branch mainline in revision 291.
  • Revision ID: gavin.panella@canonical.com-20120315135832-8i2rkbvp6gwdhkzt
Change MaaS to MAAS everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
#
3
 
# MaaS documentation build configuration file, created by
 
3
# MAAS documentation build configuration file, created by
4
4
# sphinx-quickstart on Thu Jan 19 14:48:25 2012.
5
5
#
6
6
# This file is execfile()d with the current directory set to its containing dir.
45
45
master_doc = 'index'
46
46
 
47
47
# General information about the project.
48
 
project = u'MaaS'
49
 
copyright = u'2012, MaaS Developers'
 
48
project = u'MAAS'
 
49
copyright = u'2012, MAAS Developers'
50
50
 
51
51
# The version info for the project you're documenting, acts as replacement for
52
52
# |version| and |release|, also used in various other places throughout the
170
170
#html_file_suffix = None
171
171
 
172
172
# Output file base name for HTML help builder.
173
 
htmlhelp_basename = 'MaaSdoc'
 
173
htmlhelp_basename = 'MAASdoc'
174
174
 
175
175
 
176
176
# -- Options for LaTeX output --------------------------------------------------
184
184
# Grouping the document tree into LaTeX files. List of tuples
185
185
# (source start file, target name, title, author, documentclass [howto/manual]).
186
186
latex_documents = [
187
 
  ('index', 'MaaS.tex', u'MaaS Documentation',
188
 
   u'MaaS Developers', 'manual'),
 
187
  ('index', 'MAAS.tex', u'MAAS Documentation',
 
188
   u'MAAS Developers', 'manual'),
189
189
]
190
190
 
191
191
# The name of an image file (relative to this directory) to place at the top of
217
217
# One entry per manual page. List of tuples
218
218
# (source start file, name, description, authors, manual section).
219
219
man_pages = [
220
 
    ('index', 'maas', u'MaaS Documentation',
221
 
     [u'MaaS Developers'], 1)
 
220
    ('index', 'maas', u'MAAS Documentation',
 
221
     [u'MAAS Developers'], 1)
222
222
]
223
223
 
224
224