docs/conf.py

changeset 168
9fed2446a59f
parent 132
dc48952c383d
equal deleted inserted replaced
167:0604a628fb1e 168:9fed2446a59f
68 68
69 # The master toctree document. 69 # The master toctree document.
70 master_doc = 'index' 70 master_doc = 'index'
71 71
72 # General information about the project. 72 # General information about the project.
73 project = u'Atmospheric lidar' 73 project = 'Atmospheric lidar'
74 copyright = u'2017, Ioannis Binietoglou, Victor Nicolae' 74 copyright = '2017, Ioannis Binietoglou, Victor Nicolae'
75 author = u'Ioannis Binietoglou, Victor Nicolae' 75 author = 'Ioannis Binietoglou, Victor Nicolae'
76 76
77 # The version info for the project you're documenting, acts as replacement for 77 # The version info for the project you're documenting, acts as replacement for
78 # |version| and |release|, also used in various other places throughout the 78 # |version| and |release|, also used in various other places throughout the
79 # built documents. 79 # built documents.
80 # 80 #
81 # The short X.Y version. 81 # The short X.Y version.
82 version = u'0.2.11' 82 version = '0.2.11'
83 # The full version, including alpha/beta/rc tags. 83 # The full version, including alpha/beta/rc tags.
84 release = u'0.2.11' 84 release = '0.2.11'
85 85
86 # The language for content autogenerated by Sphinx. Refer to documentation 86 # The language for content autogenerated by Sphinx. Refer to documentation
87 # for a list of supported languages. 87 # for a list of supported languages.
88 # 88 #
89 # This is also used if you do content translation via gettext catalogs. 89 # This is also used if you do content translation via gettext catalogs.
162 162
163 # Grouping the document tree into LaTeX files. List of tuples 163 # Grouping the document tree into LaTeX files. List of tuples
164 # (source start file, target name, title, 164 # (source start file, target name, title,
165 # author, documentclass [howto, manual, or own class]). 165 # author, documentclass [howto, manual, or own class]).
166 latex_documents = [ 166 latex_documents = [
167 (master_doc, 'Atmosphericlidar.tex', u'Atmospheric lidar Documentation', 167 (master_doc, 'Atmosphericlidar.tex', 'Atmospheric lidar Documentation',
168 u'Ioannis Binietoglou, Victor Nicolae', 'manual'), 168 'Ioannis Binietoglou, Victor Nicolae', 'manual'),
169 ] 169 ]
170 170
171 171
172 # -- Options for manual page output --------------------------------------- 172 # -- Options for manual page output ---------------------------------------
173 173
174 # One entry per manual page. List of tuples 174 # One entry per manual page. List of tuples
175 # (source start file, name, description, authors, manual section). 175 # (source start file, name, description, authors, manual section).
176 man_pages = [ 176 man_pages = [
177 (master_doc, 'atmosphericlidar', u'Atmospheric lidar Documentation', 177 (master_doc, 'atmosphericlidar', 'Atmospheric lidar Documentation',
178 [author], 1) 178 [author], 1)
179 ] 179 ]
180 180
181 181
182 # -- Options for Texinfo output ------------------------------------------- 182 # -- Options for Texinfo output -------------------------------------------
183 183
184 # Grouping the document tree into Texinfo files. List of tuples 184 # Grouping the document tree into Texinfo files. List of tuples
185 # (source start file, target name, title, author, 185 # (source start file, target name, title, author,
186 # dir menu entry, description, category) 186 # dir menu entry, description, category)
187 texinfo_documents = [ 187 texinfo_documents = [
188 (master_doc, 'Atmosphericlidar', u'Atmospheric lidar Documentation', 188 (master_doc, 'Atmosphericlidar', 'Atmospheric lidar Documentation',
189 author, 'Atmosphericlidar', 'One line description of project.', 189 author, 'Atmosphericlidar', 'One line description of project.',
190 'Miscellaneous'), 190 'Miscellaneous'),
191 ] 191 ]
192 192
193 193

mercurial