[master] 714dae2 Make the TOC look sane PDF/latex version

Lasse Karstensen lkarsten at varnish-software.com
Mon Feb 24 14:17:26 CET 2014


commit 714dae2c06bbbfd7ced61ac7c8384e2d18d15a00
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Mon Feb 24 14:16:35 2014 +0100

    Make the TOC look sane PDF/latex version

diff --git a/doc/sphinx/conf.py.in b/doc/sphinx/conf.py.in
index b9fce6a..d825d6b 100644
--- a/doc/sphinx/conf.py.in
+++ b/doc/sphinx/conf.py.in
@@ -199,8 +199,8 @@ htmlhelp_basename = 'Varnishdoc'
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
-  ('index', 'Varnish.tex', u'Varnish Documentation',
-   u'Varnish Project', 'manual'),
+  ('index', 'Varnish.tex', u'Varnish Administrator documentation',
+   u'Varnish Cache Project', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
diff --git a/doc/sphinx/index.rst b/doc/sphinx/index.rst
index 3d1e28f..b29121e 100644
--- a/doc/sphinx/index.rst
+++ b/doc/sphinx/index.rst
@@ -1,8 +1,4 @@
-.. Varnish documentation master file, created by
-   sphinx-quickstart on Tue Apr 20 13:02:15 2010.
-
 .. We use the following header indicators
-
 .. For titles:
 
 .. H1
diff --git a/doc/sphinx/users-guide/index.rst b/doc/sphinx/users-guide/index.rst
index efe6d25..1000a6f 100644
--- a/doc/sphinx/users-guide/index.rst
+++ b/doc/sphinx/users-guide/index.rst
@@ -32,10 +32,6 @@ from transaction level to aggregate statistics.
 
 :ref:`users_trouble` is for locating and fixing trouble with Varnish.
 
-
-Detailed Table of Contents:
----------------------------
-
 .. toctree::
    :maxdepth: 2
 



More information about the varnish-commit mailing list