Skip to content

Commit 381d236

Browse files
committed
Replacing usage of gcloud with google-cloud in docs config.
1 parent ae89f77 commit 381d236

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# gcloud documentation build configuration file, created by
3+
# google-cloud documentation build configuration file, created by
44
# sphinx-quickstart on Tue Jan 21 22:24:47 2014.
55
#
66
# This file is execfile()d with the current directory set to its containing dir.
@@ -56,15 +56,15 @@
5656
master_doc = 'index'
5757

5858
# General information about the project.
59-
project = u'gcloud'
59+
project = u'google-cloud'
6060
copyright = u'2014, Google'
6161

6262
# The version info for the project you're documenting, acts as replacement for
6363
# |version| and |release|, also used in various other places throughout the
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
distro = get_distribution('gcloud')
67+
distro = get_distribution('google-cloud')
6868
release = os.getenv('SPHINX_RELEASE', distro.version)
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
@@ -184,7 +184,7 @@
184184
#html_file_suffix = None
185185

186186
# Output file base name for HTML help builder.
187-
htmlhelp_basename = 'gclouddoc'
187+
htmlhelp_basename = 'google-cloud-doc'
188188

189189
html_context = {}
190190

@@ -207,7 +207,7 @@
207207
# Grouping the document tree into LaTeX files. List of tuples
208208
# (source start file, target name, title, author, documentclass [howto/manual]).
209209
latex_documents = [
210-
('index', 'gcloud.tex', u'gCloud Documentation',
210+
('index', 'google-cloud.tex', u'google-cloud Documentation',
211211
author, 'manual'),
212212
]
213213

@@ -237,7 +237,7 @@
237237
# One entry per manual page. List of tuples
238238
# (source start file, name, description, authors, manual section).
239239
man_pages = [
240-
('index', 'gcloud', u'gCloud Documentation',
240+
('index', 'google-cloud', u'google-cloud Documentation',
241241
[author], 1)
242242
]
243243

@@ -251,8 +251,8 @@
251251
# (source start file, target name, title, author,
252252
# dir menu entry, description, category)
253253
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.',
256256
'Miscellaneous'),
257257
]
258258

0 commit comments

Comments
 (0)