|
19 | 19 | #sys.path.insert(0, os.path.abspath('.')) |
20 | 20 | docs_dir = os.path.dirname(__file__) |
21 | 21 | path_dir = os.path.abspath(os.path.join(docs_dir, '..')) |
22 | | -print path_dir |
23 | 22 | sys.path.insert(0, path_dir) |
24 | | -from intercom import Intercom |
25 | | -print Intercom |
26 | 23 |
|
27 | 24 | # -- General configuration ----------------------------------------------------- |
28 | 25 |
|
|
46 | 43 | master_doc = 'index' |
47 | 44 |
|
48 | 45 | # General information about the project. |
49 | | -project = u'intercom' |
| 46 | +project = u'python-intercom' |
50 | 47 | copyright = u'2012, John Keyes' |
51 | 48 |
|
52 | 49 | # The version info for the project you're documenting, acts as replacement for |
|
189 | 186 | # Grouping the document tree into LaTeX files. List of tuples |
190 | 187 | # (source start file, target name, title, author, documentclass [howto/manual]). |
191 | 188 | latex_documents = [ |
192 | | - ('index', 'intercom.tex', u'intercom Documentation', |
| 189 | + ('index', 'python-intercom.tex', u'python-intercom Documentation', |
193 | 190 | u'John Keyes', 'manual'), |
194 | 191 | ] |
195 | 192 |
|
|
219 | 216 | # One entry per manual page. List of tuples |
220 | 217 | # (source start file, name, description, authors, manual section). |
221 | 218 | man_pages = [ |
222 | | - ('index', 'intercom', u'intercom Documentation', |
| 219 | + ('index', 'python-intercom', u'python-intercom Documentation', |
223 | 220 | [u'John Keyes'], 1) |
224 | 221 | ] |
225 | 222 |
|
|
233 | 230 | # (source start file, target name, title, author, |
234 | 231 | # dir menu entry, description, category) |
235 | 232 | 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.', |
238 | 235 | 'Miscellaneous'), |
239 | 236 | ] |
240 | 237 |
|
|
0 commit comments