--- a/doc/manual/source/conf.py Mon Jan 03 14:27:07 2011 -0800
+++ b/doc/manual/source/conf.py Mon Jan 03 14:28:18 2011 -0800
@@ -178,7 +178,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('index', 'ns-3.tex', u'ns-3 Documentation',
+ ('index', 'ns-3.tex', u'ns-3 Manual',
u'ns-3 project', 'manual'),
]
--- a/doc/testing/source/conf.py Mon Jan 03 14:27:07 2011 -0800
+++ b/doc/testing/source/conf.py Mon Jan 03 14:28:18 2011 -0800
@@ -178,7 +178,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('index', 'ns-3.tex', u'ns-3 Documentation',
+ ('index', 'ns-3.tex', u'ns-3 Testing and Validation',
u'ns-3 project', 'manual'),
]