|
34 | 34 |
|
35 | 35 | # General information about the project.
|
36 | 36 | project = u'MongoDB'
|
37 |
| -copyright = u'2011-2012, 10gen, Inc' |
| 37 | +copyright = u'2011-2012, 10gen, Inc.' |
38 | 38 |
|
39 | 39 | # The version info for the project you're documenting, acts as replacement for
|
40 | 40 | # |version| and |release|, also used in various other places throughout the
|
|
134 | 134 | # using the given strftime format.
|
135 | 135 | html_last_updated_fmt = '%b %d, %Y'
|
136 | 136 |
|
137 |
| -# If true, SmartyPants will be used to convert quotes and dashes to |
138 |
| -# typographically correct entities. |
139 |
| - |
140 | 137 | html_use_smartypants = True
|
141 | 138 | html_domain_indices = True
|
142 | 139 | html_use_index = True
|
|
158 | 155 |
|
159 | 156 | # -- Options for LaTeX output --------------------------------------------------
|
160 | 157 |
|
161 |
| -# The paper size ('letter' or 'a4'). |
162 |
| -#latex_paper_size = 'letter' |
163 |
| - |
164 |
| -# The font size ('10pt', '11pt' or '12pt'). |
165 |
| -#latex_font_size = '10pt' |
166 |
| - |
167 |
| -# Grouping the document tree into LaTeX files. List of tuples |
168 |
| -# (source start file, target name, title, author, documentclass [howto/manual]). |
169 | 158 | latex_documents = [
|
170 |
| - ('contents', 'MongoDB.tex', u'MongoDB Documentation', |
171 |
| - u'MongoDB Documentation Project', 'manual'), |
| 159 | + # (source start file, target name, title, author, documentclass [howto/manual]). |
| 160 | + ('contents', 'MongoDB.tex', u'MongoDB Documentation', u'MongoDB Documentation Project', 'manual'), |
172 | 161 | ]
|
173 | 162 |
|
174 |
| -# The name of an image file (relative to this directory) to place at the top of |
175 |
| -# the title page. |
176 |
| -#latex_logo = None |
177 |
| - |
178 |
| -# For "manual" documents, if this is true, then toplevel headings are parts, |
179 |
| -# not chapters. |
180 |
| -#latex_use_parts = False |
181 |
| - |
182 |
| -# If true, show page references after internal links. |
183 |
| -#latex_show_pagerefs = False |
| 163 | +latex_elements = { 'preamble': '\DeclareUnicodeCharacter{FF04}{\$} \DeclareUnicodeCharacter{FF0E}{.}', |
| 164 | + 'pointsize': '10pt', |
| 165 | + 'papersize': 'letterpaper' |
| 166 | + } |
184 | 167 |
|
185 |
| -# If true, show URL addresses after external links. |
| 168 | +latex_use_parts = True |
| 169 | +latex_show_pagerefs = True |
186 | 170 | latex_show_urls = False
|
| 171 | +latex_domain_indices = True |
187 | 172 |
|
188 |
| -# Additional stuff for the LaTeX preamble. |
189 |
| -#latex_preamble = '' |
| 173 | +# The name of an image file (relative to this directory) to place at the top of the title page. |
| 174 | +#latex_logo = None |
190 | 175 |
|
191 | 176 | # Documents to append as an appendix to all manuals.
|
192 | 177 | #latex_appendices = []
|
193 | 178 |
|
194 |
| -# If false, no module index is generated. |
195 |
| -latex_domain_indices = True |
196 |
| - |
197 | 179 | # -- Options for manual page output --------------------------------------------
|
198 | 180 |
|
199 |
| -# One entry per manual page. List of tuples |
200 |
| -# (source start file, name, description, authors, manual section). |
201 | 181 | man_pages = [
|
202 |
| - ('index', 'mongodb', u'MongoDB Documentation', |
203 |
| - [u'MongoDB Documentation Project'], 1) |
| 182 | + # (source start file, name, description, authors, manual section). |
| 183 | + ('contents', 'mongodb', u'MongoDB Manual', [u'MongoDB Documentation Project'], 1), |
| 184 | + ('reference/bsondump', 'bsondump', u'MongoDB BSON utility', [u'MongoDB Documentation Project'], 1), |
| 185 | + ('reference/mongo', 'mongo', u'MongoDB Shell', [u'MongoDB Documentation Project'], 1), |
| 186 | + ('reference/mongod', 'mongod', u'MongoDB Server', [u'MongoDB Documentation Project'], 1), |
| 187 | + ('reference/mongos', 'mongos', u'MongoDB Shard Utility', [u'MongoDB Documentation Project'], 1), |
| 188 | + ('reference/mongodump', 'mongodump', u'MongoDB', [u'MongoDB Documentation Project'], 1), |
| 189 | + ('reference/mongoexport', 'mongoexport', u'MongoDB', [u'MongoDB Documentation Project'], 1), |
| 190 | + ('reference/mongofiles', 'mongofiles', u'MongoDB', [u'MongoDB Documentation Project'], 1), |
| 191 | + ('reference/mongoimport', 'mongoimport', u'MongoDB', [u'MongoDB Documentation Project'], 1), |
| 192 | + ('reference/mongooplog', 'mongooplog', u'MongoDB', [u'MongoDB Documentation Project'], 1), |
| 193 | + ('reference/mongorestore', 'mongorestore', u'MongoDB', [u'MongoDB Documentation Project'], 1), |
| 194 | + ('reference/mongostat', 'mongostat', u'MongoDB', [u'MongoDB Documentation Project'], 1), |
| 195 | + ('reference/mongosniff', 'mongosniff', u'MongoDB', [u'MongoDB Documentation Project'], 1), |
| 196 | + ('reference/mongotop', 'mongotop', u'MongoDB', [u'MongoDB Documentation Project'], 1), |
204 | 197 | ]
|
205 | 198 |
|
| 199 | + |
206 | 200 | # -- Options for Epub output ---------------------------------------------------
|
207 | 201 |
|
208 | 202 | # Bibliographic Dublin Core info.
|
|
0 commit comments