~ubuntu-branches/ubuntu/trusty/python-imaging/trusty

« back to all changes in this revision

Viewing changes to docs/conf.py

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-03-20 16:44:01 UTC
  • mfrom: (2.1.13 experimental)
  • Revision ID: package-import@ubuntu.com-20130320164401-ptf6m0ttg4zw72az
Tags: 1.1.7+2.0.0-1
Pillow 2.0.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
master_doc = 'index'
41
41
 
42
42
# General information about the project.
43
 
project = u'Pillow'
44
 
copyright = u'2012, Alex Clark (PIL fork author)'
 
43
project = u'Pillow (PIL fork)'
 
44
copyright = u'Copyright © 1997-2011 by Secret Labs AB Copyright © 1995-2011 by Fredrik Lundh'
45
45
 
46
46
# The version info for the project you're documenting, acts as replacement for
47
47
# |version| and |release|, also used in various other places throughout the
48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
 
version = '1.7.7'
 
51
version = '2.0.0'
52
52
# The full version, including alpha/beta/rc tags.
53
 
release = '1.7.7'
 
53
release = '2.0.0'
54
54
 
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
164
164
#html_file_suffix = None
165
165
 
166
166
# Output file base name for HTML help builder.
167
 
htmlhelp_basename = 'Pillowdocumentationdoc'
 
167
#htmlhelp_basename = None
168
168
 
169
169
 
170
170
# -- Options for LaTeX output --------------------------------------------------
183
183
# Grouping the document tree into LaTeX files. List of tuples
184
184
# (source start file, target name, title, author, documentclass [howto/manual]).
185
185
latex_documents = [
186
 
  ('index', 'Pillowdocumentation.tex', u'Pillow documentation Documentation',
187
 
   u'Alex Clark (PIL fork author)', 'manual'),
188
186
]
189
187
 
190
188
# The name of an image file (relative to this directory) to place at the top of
213
211
# One entry per manual page. List of tuples
214
212
# (source start file, name, description, authors, manual section).
215
213
man_pages = [
216
 
    ('index', 'pillowdocumentation', u'Pillow documentation Documentation',
217
 
     [u'Alex Clark (PIL fork author)'], 1)
218
214
]
219
215
 
220
216
# If true, show URL addresses after external links.
227
223
# (source start file, target name, title, author,
228
224
#  dir menu entry, description, category)
229
225
texinfo_documents = [
230
 
  ('index', 'Pillowdocumentation', u'Pillow documentation Documentation',
231
 
   u'Alex Clark (PIL fork author)', 'Pillowdocumentation', 'One line description of project.',
232
 
   'Miscellaneous'),
233
226
]
234
227
 
235
228
# Documents to append as an appendix to all manuals.