From 8be78e06c8395587617f6a4f9d4e5ad74a907d7e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 26 Dec 2009 20:57:28 +0000 Subject: --- docs/conf.py | 6 +++--- docs/latexindex.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 905d7c197..540c2305a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -166,9 +166,9 @@ latex_font_size = '10pt' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, document class [howto/manual]). latex_documents = [ - ('latexindex', 'repozebfg.tex', 'repoze.bfg Documentation', 'Chris McDonough', - 'manual'), -] + ('latexindex', 'repoze.bfg.tex', 'The repoze.bfg Web Framework', + 'Chris McDonough', 'manual'), + ] # The name of an image file (relative to this directory) to place at the top of # the title page. diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 4128e4072..8f74f466c 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -1,8 +1,8 @@ .. _index: -@@@@@@@@@@ -repoze.bfg -@@@@@@@@@@ +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +The :mod:`repoze.bfg` Web Framework +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ :mod:`repoze.bfg` is a Python web application framework. It is inspired by :term:`Zope`, :term:`Pylons`, and :term:`Django`. It uses -- cgit v1.2.3