diff 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
line wrap: on
line diff
--- a/frontend/doc/conf.py	Fri May 13 16:37:29 2011 +0200
+++ b/frontend/doc/conf.py	Sat May 21 10:01:30 2011 +0200
@@ -40,17 +40,17 @@
 master_doc = 'index'
 
 # General information about the project.
-project = u'Frontend'
-copyright = u'2011, Michał Rudowicz'
+project = u'Aplikacja rozproszona do łamania hashy (LEPSZY TYTUŁ?)'
+copyright = u'2011, TU WPISAĆ NAZWĘ GRUPY'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '0'
+version = '1'
 # The full version, including alpha/beta/rc tags.
-release = '0'
+release = '1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -60,7 +60,7 @@
 # non-false value, then it is used:
 #today = ''
 # Else, today_fmt is used as the format for a strftime call.
-#today_fmt = '%B %d, %Y'
+today_fmt = '%B %d, %Y'
 
 # List of patterns, relative to source directory, that match files and
 # directories to ignore when looking for source files.
@@ -171,16 +171,16 @@
 # -- Options for LaTeX output --------------------------------------------------
 
 # The paper size ('letter' or 'a4').
-#latex_paper_size = 'letter'
+latex_paper_size = 'a4'
 
 # The font size ('10pt', '11pt' or '12pt').
-#latex_font_size = '10pt'
+latex_font_size = '10pt'
 
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
-  ('index', 'Frontend.tex', u'Frontend Documentation',
-   u'Michał Rudowicz', 'manual'),
+  ('index', 'Frontend.tex', project,
+   copyright, 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of