|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | # |
3 | | -# gcloud documentation build configuration file, created by |
| 3 | +# google-cloud documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Tue Jan 21 22:24:47 2014. |
5 | 5 | # |
6 | 6 | # This file is execfile()d with the current directory set to its containing dir. |
|
56 | 56 | master_doc = 'index' |
57 | 57 |
|
58 | 58 | # General information about the project. |
59 | | -project = u'gcloud' |
| 59 | +project = u'google-cloud' |
60 | 60 | copyright = u'2014, Google' |
61 | 61 |
|
62 | 62 | # The version info for the project you're documenting, acts as replacement for |
63 | 63 | # |version| and |release|, also used in various other places throughout the |
64 | 64 | # built documents. |
65 | 65 | # |
66 | 66 | # The short X.Y version. |
67 | | -distro = get_distribution('gcloud') |
| 67 | +distro = get_distribution('google-cloud') |
68 | 68 | release = os.getenv('SPHINX_RELEASE', distro.version) |
69 | 69 |
|
70 | 70 | # The language for content autogenerated by Sphinx. Refer to documentation |
|
184 | 184 | #html_file_suffix = None |
185 | 185 |
|
186 | 186 | # Output file base name for HTML help builder. |
187 | | -htmlhelp_basename = 'gclouddoc' |
| 187 | +htmlhelp_basename = 'google-cloud-doc' |
188 | 188 |
|
189 | 189 | html_context = {} |
190 | 190 |
|
|
207 | 207 | # Grouping the document tree into LaTeX files. List of tuples |
208 | 208 | # (source start file, target name, title, author, documentclass [howto/manual]). |
209 | 209 | latex_documents = [ |
210 | | - ('index', 'gcloud.tex', u'gCloud Documentation', |
| 210 | + ('index', 'google-cloud.tex', u'google-cloud Documentation', |
211 | 211 | author, 'manual'), |
212 | 212 | ] |
213 | 213 |
|
|
237 | 237 | # One entry per manual page. List of tuples |
238 | 238 | # (source start file, name, description, authors, manual section). |
239 | 239 | man_pages = [ |
240 | | - ('index', 'gcloud', u'gCloud Documentation', |
| 240 | + ('index', 'google-cloud', u'google-cloud Documentation', |
241 | 241 | [author], 1) |
242 | 242 | ] |
243 | 243 |
|
|
251 | 251 | # (source start file, target name, title, author, |
252 | 252 | # dir menu entry, description, category) |
253 | 253 | texinfo_documents = [ |
254 | | - ('index', 'gcloud', u'gCloud Documentation', |
255 | | - author, 'gcloud', 'Python API for Google Cloud.', |
| 254 | + ('index', 'google-cloud', u'google-cloud Documentation', |
| 255 | + author, 'google-cloud', 'Python API for Google Cloud.', |
256 | 256 | 'Miscellaneous'), |
257 | 257 | ] |
258 | 258 |
|
|
0 commit comments