|
55 | 55 | master_doc = 'index' |
56 | 56 |
|
57 | 57 | # General information about the project. |
58 | | -project = 'twitter search api' |
| 58 | +project = 'Twitter Search APIs Python Wrapper' |
59 | 59 | copyright = '2017, twitterdev' |
60 | 60 | author = 'twitterdev' |
61 | 61 |
|
|
112 | 112 | # -- Options for HTMLHelp output ------------------------------------------ |
113 | 113 |
|
114 | 114 | # Output file base name for HTML help builder. |
115 | | -htmlhelp_basename = 'twittersearchdoc' |
| 115 | +htmlhelp_basename = 'searchtweetsdoc' |
116 | 116 |
|
117 | 117 |
|
118 | 118 | # -- Options for LaTeX output --------------------------------------------- |
|
139 | 139 | # (source start file, target name, title, |
140 | 140 | # author, documentclass [howto, manual, or own class]). |
141 | 141 | latex_documents = [ |
142 | | - (master_doc, 'twittersearch.tex', 'twitter search api Documentation', |
| 142 | + (master_doc, 'searchtweets.tex', 'twitter search api Documentation', |
143 | 143 | 'twitterdev', 'manual'), |
144 | 144 | ] |
145 | 145 |
|
|
149 | 149 | # One entry per manual page. List of tuples |
150 | 150 | # (source start file, name, description, authors, manual section). |
151 | 151 | man_pages = [ |
152 | | - (master_doc, 'twittersearch', 'twitter search api Documentation', |
| 152 | + (master_doc, 'searchtweets', 'twitter search api Documentation', |
153 | 153 | [author], 1) |
154 | 154 | ] |
155 | 155 |
|
|
160 | 160 | # (source start file, target name, title, author, |
161 | 161 | # dir menu entry, description, category) |
162 | 162 | texinfo_documents = [ |
163 | | - (master_doc, 'twittersearch', 'twitter search api Documentation', |
164 | | - author, 'twittersearch', 'One line description of project.', |
| 163 | + (master_doc, 'searchtweets', 'twitter search api Documentation', |
| 164 | + author, 'searchtweets', 'One line description of project.', |
165 | 165 | 'Miscellaneous'), |
166 | 166 | ] |
167 | 167 |
|
|
0 commit comments