Mercurial > mxd2map
comparison doku/source/conf.py @ 202:1e3a5019c4ed
* INSTALL.txt, LICENCE.txt, doku/source/LICENCE.txt,
doku/source/conf.py, doku/source/functionality.txt,
doku/source/index.txt, doku/source/restrictions.txt: Added some
formatting, a section about the setup of environment vars needed
for runtime, added some more features.
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Thu, 21 Jul 2011 09:38:44 +0200 |
parents | 43f1cbdcd597 |
children | 671737e8edc2 |
comparison
equal
deleted
inserted
replaced
201:877be7484245 | 202:1e3a5019c4ed |
---|---|
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'MXD2map' | 43 project = u'MXD2map' |
44 copyright = u'2011, Bundesamt fuer Seeschifffahrt und Hydrographie, | 44 copyright = u'2011, Bundesamt fuer Seeschifffahrt und Hydrographie, Intevation GmbH' |
45 Intevation GmbH' | |
46 | 45 |
47 # 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 |
48 # |version| and |release|, also used in various other places throughout the | 47 # |version| and |release|, also used in various other places throughout the |
49 # built documents. | 48 # built documents. |
50 # | 49 # |
53 # The full version, including alpha/beta/rc tags. | 52 # The full version, including alpha/beta/rc tags. |
54 release = '0.1' | 53 release = '0.1' |
55 | 54 |
56 # The language for content autogenerated by Sphinx. Refer to documentation | 55 # The language for content autogenerated by Sphinx. Refer to documentation |
57 # for a list of supported languages. | 56 # for a list of supported languages. |
58 language = 'en' | 57 #language = 'en' |
59 | 58 |
60 # 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 |
61 # non-false value, then it is used: | 60 # non-false value, then it is used: |
62 #today = '' | 61 #today = '' |
63 # 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. |
149 | 148 |
150 # If true, links to the reST sources are added to the pages. | 149 # If true, links to the reST sources are added to the pages. |
151 html_show_sourcelink = False | 150 html_show_sourcelink = False |
152 | 151 |
153 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. | 152 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. |
154 #html_show_sphinx = True | 153 html_show_sphinx = False |
155 | 154 |
156 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. | 155 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. |
157 html_show_copyright = True | 156 html_show_copyright = True |
158 | 157 |
159 # If true, an OpenSearch description file will be output, and all pages will | 158 # If true, an OpenSearch description file will be output, and all pages will |
183 u'Raimund Renkert, Stephan Holl', 'manual'), | 182 u'Raimund Renkert, Stephan Holl', 'manual'), |
184 ] | 183 ] |
185 | 184 |
186 # The name of an image file (relative to this directory) to place at the top of | 185 # The name of an image file (relative to this directory) to place at the top of |
187 # the title page. | 186 # the title page. |
188 #latex_logo = None | 187 latex_logo = '_static/logo_wide.png' |
189 | 188 |
190 # For "manual" documents, if this is true, then toplevel headings are parts, | 189 # For "manual" documents, if this is true, then toplevel headings are parts, |
191 # not chapters. | 190 # not chapters. |
192 #latex_use_parts = False | 191 #latex_use_parts = False |
193 | 192 |
215 \fancyhead[LE,RO]{{\pyHeaderFamily \title, | 214 \fancyhead[LE,RO]{{\pyHeaderFamily \title, |
216 \releasename\space\version}} | 215 \releasename\space\version}} |
217 \renewcommand{\headrulewidth}{0.4pt} | 216 \renewcommand{\headrulewidth}{0.4pt} |
218 \renewcommand{\footrulewidth}{0.4pt} | 217 \renewcommand{\footrulewidth}{0.4pt} |
219 % changes | 218 % changes |
220 %\fancyhead[LO,RE]{{\includegraphics[height=0.5cm]{InteProxy-logo.png}}} | 219 %\fancyhead[LO,RE]{{\includegraphics[height=0.5cm]{_static/logo-wide.png}}} |
221 | 220 |
222 } | 221 } |
223 ''', | 222 ''', |
224 'classoptions': ',oneside', | 223 'classoptions': ',oneside', |
225 'babel': '\\usepackage[english]{babel}' | 224 'babel': '\\usepackage[english]{babel}' |