fix headings
authorTom Henderson <tomh@tomh.org>
Mon, 03 Jan 2011 14:28:18 -0800
changeset 6765 7d4e6843e455
parent 6764 3fb0ea261271
child 6766 4caf532b12c3
fix headings
doc/manual/source/conf.py
doc/testing/source/conf.py
--- 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'),
 ]