|
1 | 1 | # -*- coding: utf-8 -*-
|
2 | 2 | #
|
3 |
| -# Dynet documentation build configuration file, created by |
| 3 | +# DyNet documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Thu Oct 13 16:13:12 2016.
|
5 | 5 | #
|
6 | 6 | # This file is execfile()d with the current directory set to its
|
|
53 | 53 | breathe_projects = {"dynet": "../doxygen/xml/"}
|
54 | 54 | breathe_default_project = "dynet"
|
55 | 55 |
|
56 |
| -# Don't execute notebooks because it requires installing Dynet |
| 56 | +# Don't execute notebooks because it requires installing DyNet |
57 | 57 | nbsphinx_execute = 'never'
|
58 | 58 |
|
59 | 59 | # Add any paths that contain templates here, relative to this directory.
|
|
69 | 69 | master_doc = 'index'
|
70 | 70 |
|
71 | 71 | # General information about the project.
|
72 |
| -project = u'Dynet' |
| 72 | +project = u'DyNet' |
73 | 73 | copyright = u'2016, Clab'
|
74 | 74 |
|
75 | 75 | # The version info for the project you're documenting, acts as replacement for
|
|
143 | 143 |
|
144 | 144 | # The name of an image file (relative to this directory) to place at the top
|
145 | 145 | # of the sidebar.
|
146 |
| -#html_logo = None |
| 146 | +html_logo = "images/dynet_logo_white.png" |
147 | 147 |
|
148 | 148 | # The name of an image file (within the static path) to use as favicon of the
|
149 | 149 | # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
|
202 | 202 | #html_file_suffix = None
|
203 | 203 |
|
204 | 204 | # Output file base name for HTML help builder.
|
205 |
| -htmlhelp_basename = 'Dynetdoc' |
| 205 | +htmlhelp_basename = 'DyNetdoc' |
206 | 206 |
|
207 | 207 |
|
208 | 208 | # -- Options for LaTeX output ---------------------------------------------
|
|
222 | 222 | # (source start file, target name, title,
|
223 | 223 | # author, documentclass [howto, manual, or own class]).
|
224 | 224 | latex_documents = [
|
225 |
| - ('index', 'Dynet.tex', u'Dynet Documentation', |
| 225 | + ('index', 'DyNet.tex', u'DyNet Documentation', |
226 | 226 | u'Clab', 'manual'),
|
227 | 227 | ]
|
228 | 228 |
|
|
252 | 252 | # One entry per manual page. List of tuples
|
253 | 253 | # (source start file, name, description, authors, manual section).
|
254 | 254 | man_pages = [
|
255 |
| - ('index', 'dynet', u'Dynet Documentation', |
| 255 | + ('index', 'dynet', u'DyNet Documentation', |
256 | 256 | [u'Clab'], 1)
|
257 | 257 | ]
|
258 | 258 |
|
|
266 | 266 | # (source start file, target name, title, author,
|
267 | 267 | # dir menu entry, description, category)
|
268 | 268 | texinfo_documents = [
|
269 |
| - ('index', 'Dynet', u'Dynet Documentation', |
270 |
| - u'Clab', 'Dynet', 'One line description of project.', |
| 269 | + ('index', 'DyNet', u'DyNet Documentation', |
| 270 | + u'Clab', 'DyNet', 'One line description of project.', |
271 | 271 | 'Miscellaneous'),
|
272 | 272 | ]
|
273 | 273 |
|
|
0 commit comments