@@ -170,7 +170,7 @@ def create_folders():
170
170
# (source start file, target name, title,
171
171
# author, documentclass [howto, manual, or own class]).
172
172
latex_documents = [
173
- (master_doc , 'APECOSM .tex' , u'APECOSM Documentation' ,
173
+ (master_doc , 'Python_Apecosm_doc .tex' , u'Documentation of the Apecosm Python package ' ,
174
174
u'Olivier Maury, Philippe Verley, Nicolas Barrier' , 'manual' ),
175
175
]
176
176
@@ -180,7 +180,7 @@ def create_folders():
180
180
# One entry per manual page. List of tuples
181
181
# (source start file, name, description, authors, manual section).
182
182
man_pages = [
183
- (master_doc , 'apecosm' , u'APECOSM Documentation' ,
183
+ (master_doc , 'apecosm' , u'Documentation of the Apecosm Python package ' ,
184
184
[author ], 1 )
185
185
]
186
186
@@ -191,7 +191,7 @@ def create_folders():
191
191
# (source start file, target name, title, author,
192
192
# dir menu entry, description, category)
193
193
texinfo_documents = [
194
- (master_doc , 'APECOSM' , u'APECOSM Documentation' ,
194
+ (master_doc , 'APECOSM' , u'Documentation of the Apecosm Python package ' ,
195
195
author , 'APECOSM' , 'One line description of project.' ,
196
196
'Miscellaneous' ),
197
197
]
0 commit comments