Skip to content

Commit ae0ee3d

Browse files
committed
Changed documentation project name from intercom to python-intercom
1 parent 0d9bc6c commit ae0ee3d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/conf.py

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
#sys.path.insert(0, os.path.abspath('.'))
2020
docs_dir = os.path.dirname(__file__)
2121
path_dir = os.path.abspath(os.path.join(docs_dir, '..'))
22-
print path_dir
2322
sys.path.insert(0, path_dir)
24-
from intercom import Intercom
25-
print Intercom
2623

2724
# -- General configuration -----------------------------------------------------
2825

@@ -46,7 +43,7 @@
4643
master_doc = 'index'
4744

4845
# General information about the project.
49-
project = u'intercom'
46+
project = u'python-intercom'
5047
copyright = u'2012, John Keyes'
5148

5249
# The version info for the project you're documenting, acts as replacement for
@@ -189,7 +186,7 @@
189186
# Grouping the document tree into LaTeX files. List of tuples
190187
# (source start file, target name, title, author, documentclass [howto/manual]).
191188
latex_documents = [
192-
('index', 'intercom.tex', u'intercom Documentation',
189+
('index', 'python-intercom.tex', u'python-intercom Documentation',
193190
u'John Keyes', 'manual'),
194191
]
195192

@@ -219,7 +216,7 @@
219216
# One entry per manual page. List of tuples
220217
# (source start file, name, description, authors, manual section).
221218
man_pages = [
222-
('index', 'intercom', u'intercom Documentation',
219+
('index', 'python-intercom', u'python-intercom Documentation',
223220
[u'John Keyes'], 1)
224221
]
225222

@@ -233,8 +230,8 @@
233230
# (source start file, target name, title, author,
234231
# dir menu entry, description, category)
235232
texinfo_documents = [
236-
('index', 'intercom', u'intercom Documentation',
237-
u'John Keyes', 'intercom', 'One line description of project.',
233+
('index', 'python-intercom', u'python-intercom Documentation',
234+
u'John Keyes', 'python-intercom', 'One line description of project.',
238235
'Miscellaneous'),
239236
]
240237

0 commit comments

Comments
 (0)