Revision e982b634

b/docs/conf.py
3 3
# snf-image-creator documentation build configuration file, created by
4 4
# sphinx-quickstart on Mon Oct  8 12:34:17 2012.
5 5
#
6
# This file is execfile()d with the current directory set to its containing dir.
6
# This file is execfile()d with the current directory set to its containing
7
# dir.
7 8
#
8 9
# Note that not all possible configuration values are present in this
9 10
# autogenerated file.
......
11 12
# All configuration values have a default; values that are commented out
12 13
# serve to show the default.
13 14

  
14
import sys, os
15
import sys
16
import os
15 17

  
16 18
# If extensions (or modules to document with autodoc) are in another directory,
17 19
# add these directories to sys.path here. If the directory is relative to the
18 20
# documentation root, use os.path.abspath to make it absolute, like shown here.
19 21
#sys.path.insert(0, os.path.abspath('.'))
20 22

  
21
# -- General configuration -----------------------------------------------------
23
# -- General configuration ----------------------------------------------------
22 24

  
23 25
# If your documentation needs a minimal Sphinx version, state it here.
24 26
#needs_sphinx = '1.0'
25 27

  
26
# Add any Sphinx extension module names here, as strings. They can be extensions
27
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28
# Add any Sphinx extension module names here, as strings. They can be
29
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28 30
extensions = []
29 31

  
30 32
# Add any paths that contain templates here, relative to this directory.
......
66 68
# directories to ignore when looking for source files.
67 69
exclude_patterns = ['_build']
68 70

  
69
# The reST default role (used for this markup: `text`) to use for all documents.
71
# The reST default role (used for this markup: `text`) to use for all
72
# documents.
70 73
#default_role = None
71 74

  
72 75
# If true, '()' will be appended to :func: etc. cross-reference text.
......
87 90
#modindex_common_prefix = []
88 91

  
89 92

  
90
# -- Options for HTML output ---------------------------------------------------
93
# -- Options for HTML output --------------------------------------------------
91 94

  
92 95
# The theme to use for HTML and HTML Help pages.  See the documentation for
93 96
# a list of builtin themes.
......
167 170
htmlhelp_basename = 'snf-image-creatordoc'
168 171

  
169 172

  
170
# -- Options for LaTeX output --------------------------------------------------
173
# -- Options for LaTeX output -------------------------------------------------
171 174

  
172 175
latex_elements = {
173 176
# The paper size ('letterpaper' or 'a4paper').
......
181 184
}
182 185

  
183 186
# Grouping the document tree into LaTeX files. List of tuples
184
# (source start file, target name, title, author, documentclass [howto/manual]).
187
# (source start file, target name, title, author, documentclass
188
# [howto/manual]).
185 189
latex_documents = [
186 190
  ('index', 'snf-image-creator.tex', u'snf-image-creator Documentation',
187 191
   u'GRNET', 'manual'),
......
208 212
#latex_domain_indices = True
209 213

  
210 214

  
211
# -- Options for manual page output --------------------------------------------
215
# -- Options for manual page output -------------------------------------------
212 216

  
213 217
# One entry per manual page. List of tuples
214 218
# (source start file, name, description, authors, manual section).
......
225 229
#man_show_urls = False
226 230

  
227 231

  
228
# -- Options for Texinfo output ------------------------------------------------
232
# -- Options for Texinfo output -----------------------------------------------
229 233

  
230 234
# Grouping the document tree into Texinfo files. List of tuples
231 235
# (source start file, target name, title, author,
b/setup.py
43 43
    description='Command line tool for creating images',
44 44
    long_description=open('README').read(),
45 45
    url='https://code.grnet.gr/projects/snf-image-creator',
46
    author = "GRNET development team",
47
    author_email = "okeanos-dev@lists.grnet.gr",
46
    author="GRNET development team",
47
    author_email="okeanos-dev@lists.grnet.gr",
48 48
    license='BSD',
49 49
    packages=find_packages(),
50 50
    include_package_data=True,

Also available in: Unified diff