|
46 | 46 | master_doc = 'index'
|
47 | 47 |
|
48 | 48 | # General information about the project.
|
49 |
| -project = u'Django API Query Count' |
50 |
| -copyright = u'2017, Ignacio Avas' |
| 49 | +project = u'Django Test Query Count' |
| 50 | +copyright = u'2017, Sophilabs Inc.' |
51 | 51 |
|
52 | 52 | # The version info for the project you're documenting, acts as replacement for
|
53 | 53 | # |version| and |release|, also used in various other places throughout the
|
|
192 | 192 | # Grouping the document tree into LaTeX files. List of tuples
|
193 | 193 | # (source start file, target name, title, author, documentclass [howto/manual]).
|
194 | 194 | latex_documents = [
|
195 |
| - ('index', 'django-test-query-counter.tex', u'Django API Query Count ' |
| 195 | + ('index', 'django-test-query-counter.tex', u'Django Test Query Count ' |
196 | 196 | u'Documentation',
|
197 | 197 | u'Ignacio Avas', 'manual'),
|
198 | 198 | ]
|
|
223 | 223 | # One entry per manual page. List of tuples
|
224 | 224 | # (source start file, name, description, authors, manual section).
|
225 | 225 | man_pages = [
|
226 |
| - ('index', 'django-test-query-counter', u'Django API Query Count ' |
| 226 | + ('index', 'django-test-query-counter', u'Django Test Query Count ' |
227 | 227 | u'Documentation',
|
228 | 228 | [u'Ignacio Avas'], 1)
|
229 | 229 | ]
|
|
238 | 238 | # (source start file, target name, title, author,
|
239 | 239 | # dir menu entry, description, category)
|
240 | 240 | texinfo_documents = [
|
241 |
| - ('index', 'django-test-query-counter', u'Django API Query Count ' |
| 241 | + ('index', 'django-test-query-counter', u'Django Test Query Count ' |
242 | 242 | u'Documentation',
|
243 | 243 | u'Ignacio Avas', 'django-test-query-counter', 'One line description of '
|
244 | 244 | 'project.',
|
|
0 commit comments