|
1 | 1 | #!/usr/bin/env python3 |
2 | 2 | # -*- coding: utf-8 -*- |
3 | 3 | # |
4 | | -# Django Postgres Power documentation build configuration file, created by |
| 4 | +# Django Postgres Stats documentation build configuration file, created by |
5 | 5 | # sphinx-quickstart on Fri Nov 13 14:04:42 2015. |
6 | 6 | # |
7 | 7 | # This file is execfile()d with the current directory set to its |
|
51 | 51 | master_doc = 'index' |
52 | 52 |
|
53 | 53 | # General information about the project. |
54 | | -project = 'Django Postgres Power' |
| 54 | +project = 'Django Postgres Stats' |
55 | 55 | copyright = '2015, RTI International' |
56 | 56 | author = 'RTI Center for Data Science' |
57 | 57 |
|
|
205 | 205 | #html_search_scorer = 'scorer.js' |
206 | 206 |
|
207 | 207 | # Output file base name for HTML help builder. |
208 | | -htmlhelp_basename = 'DjangoPostgresPowerdoc' |
| 208 | +htmlhelp_basename = 'DjangoPostgresStatsdoc' |
209 | 209 |
|
210 | 210 | # -- Options for LaTeX output --------------------------------------------- |
211 | 211 |
|
|
227 | 227 | # (source start file, target name, title, |
228 | 228 | # author, documentclass [howto, manual, or own class]). |
229 | 229 | latex_documents = [ |
230 | | - (master_doc, 'DjangoPostgresPower.tex', 'Django Postgres Power Documentation', |
| 230 | + (master_doc, 'DjangoPostgresStats.tex', 'Django Postgres Stats Documentation', |
231 | 231 | 'RTI Center for Data Science', 'manual'), |
232 | 232 | ] |
233 | 233 |
|
|
257 | 257 | # One entry per manual page. List of tuples |
258 | 258 | # (source start file, name, description, authors, manual section). |
259 | 259 | man_pages = [ |
260 | | - (master_doc, 'djangopostgrespower', 'Django Postgres Power Documentation', |
| 260 | + (master_doc, 'djangopostgresstats', 'Django Postgres Stats Documentation', |
261 | 261 | [author], 1) |
262 | 262 | ] |
263 | 263 |
|
|
271 | 271 | # (source start file, target name, title, author, |
272 | 272 | # dir menu entry, description, category) |
273 | 273 | texinfo_documents = [ |
274 | | - (master_doc, 'DjangoPostgresPower', 'Django Postgres Power Documentation', |
275 | | - author, 'DjangoPostgresPower', 'One line description of project.', |
| 274 | + (master_doc, 'DjangoPostgresStats', 'Django Postgres Stats Documentation', |
| 275 | + author, 'DjangoPostgresStats', 'One line description of project.', |
276 | 276 | 'Miscellaneous'), |
277 | 277 | ] |
278 | 278 |
|
|
0 commit comments