comparison frontend/doc/conf.py @ 27:6a9e2b3b4398

Dodałem pliki statyczne od Miłosza, małe modyfikacje w kwestii dokumentacji
author Michał Rudowicz <michal.rudowicz@fl9.eu>
date Sat, 21 May 2011 10:01:30 +0200
parents 3a2876457625
children d017e2ab3027
comparison
equal deleted inserted replaced
26:f73176cba39b 27:6a9e2b3b4398
38 38
39 # The master toctree document. 39 # The master toctree document.
40 master_doc = 'index' 40 master_doc = 'index'
41 41
42 # General information about the project. 42 # General information about the project.
43 project = u'Frontend' 43 project = u'Aplikacja rozproszona do łamania hashy (LEPSZY TYTUŁ?)'
44 copyright = u'2011, Michał Rudowicz' 44 copyright = u'2011, TU WPISAĆ NAZWĘ GRUPY'
45 45
46 # The version info for the project you're documenting, acts as replacement for 46 # The version info for the project you're documenting, acts as replacement for
47 # |version| and |release|, also used in various other places throughout the 47 # |version| and |release|, also used in various other places throughout the
48 # built documents. 48 # built documents.
49 # 49 #
50 # The short X.Y version. 50 # The short X.Y version.
51 version = '0' 51 version = '1'
52 # The full version, including alpha/beta/rc tags. 52 # The full version, including alpha/beta/rc tags.
53 release = '0' 53 release = '1'
54 54
55 # The language for content autogenerated by Sphinx. Refer to documentation 55 # The language for content autogenerated by Sphinx. Refer to documentation
56 # for a list of supported languages. 56 # for a list of supported languages.
57 language = "pl" 57 language = "pl"
58 58
59 # There are two options for replacing |today|: either, you set today to some 59 # There are two options for replacing |today|: either, you set today to some
60 # non-false value, then it is used: 60 # non-false value, then it is used:
61 #today = '' 61 #today = ''
62 # Else, today_fmt is used as the format for a strftime call. 62 # Else, today_fmt is used as the format for a strftime call.
63 #today_fmt = '%B %d, %Y' 63 today_fmt = '%B %d, %Y'
64 64
65 # List of patterns, relative to source directory, that match files and 65 # List of patterns, relative to source directory, that match files and
66 # directories to ignore when looking for source files. 66 # directories to ignore when looking for source files.
67 exclude_patterns = ['_build'] 67 exclude_patterns = ['_build']
68 68
169 169
170 170
171 # -- Options for LaTeX output -------------------------------------------------- 171 # -- Options for LaTeX output --------------------------------------------------
172 172
173 # The paper size ('letter' or 'a4'). 173 # The paper size ('letter' or 'a4').
174 #latex_paper_size = 'letter' 174 latex_paper_size = 'a4'
175 175
176 # The font size ('10pt', '11pt' or '12pt'). 176 # The font size ('10pt', '11pt' or '12pt').
177 #latex_font_size = '10pt' 177 latex_font_size = '10pt'
178 178
179 # Grouping the document tree into LaTeX files. List of tuples 179 # Grouping the document tree into LaTeX files. List of tuples
180 # (source start file, target name, title, author, documentclass [howto/manual]). 180 # (source start file, target name, title, author, documentclass [howto/manual]).
181 latex_documents = [ 181 latex_documents = [
182 ('index', 'Frontend.tex', u'Frontend Documentation', 182 ('index', 'Frontend.tex', project,
183 u'Michał Rudowicz', 'manual'), 183 copyright, 'manual'),
184 ] 184 ]
185 185
186 # The name of an image file (relative to this directory) to place at the top of 186 # The name of an image file (relative to this directory) to place at the top of
187 # the title page. 187 # the title page.
188 #latex_logo = None 188 #latex_logo = None