Skip to content

Commit fbbd6f2

Browse files
committed
update configuration file
1 parent 8c83158 commit fbbd6f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def create_folders():
170170
# (source start file, target name, title,
171171
# author, documentclass [howto, manual, or own class]).
172172
latex_documents = [
173-
(master_doc, 'APECOSM.tex', u'APECOSM Documentation',
173+
(master_doc, 'Python_Apecosm_doc.tex', u'Documentation of the Apecosm Python package',
174174
u'Olivier Maury, Philippe Verley, Nicolas Barrier', 'manual'),
175175
]
176176

@@ -180,7 +180,7 @@ def create_folders():
180180
# One entry per manual page. List of tuples
181181
# (source start file, name, description, authors, manual section).
182182
man_pages = [
183-
(master_doc, 'apecosm', u'APECOSM Documentation',
183+
(master_doc, 'apecosm', u'Documentation of the Apecosm Python package',
184184
[author], 1)
185185
]
186186

@@ -191,7 +191,7 @@ def create_folders():
191191
# (source start file, target name, title, author,
192192
# dir menu entry, description, category)
193193
texinfo_documents = [
194-
(master_doc, 'APECOSM', u'APECOSM Documentation',
194+
(master_doc, 'APECOSM', u'Documentation of the Apecosm Python package',
195195
author, 'APECOSM', 'One line description of project.',
196196
'Miscellaneous'),
197197
]

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
|
1313
14-
Apecosm model documentation
15-
================================
14+
Apecosm python package documentation
15+
=================================================
1616

1717
.. toctree::
1818
:maxdepth: 2

0 commit comments

Comments
 (0)