diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-26 20:57:28 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-26 20:57:28 +0000 |
| commit | 8be78e06c8395587617f6a4f9d4e5ad74a907d7e (patch) | |
| tree | 4b8f3a37c88d27fb48ea3d3428a4b194a08fc17f | |
| parent | 7a39859ae4242f3d80f46173f2efa51ff2664869 (diff) | |
| download | pyramid-8be78e06c8395587617f6a4f9d4e5ad74a907d7e.tar.gz pyramid-8be78e06c8395587617f6a4f9d4e5ad74a907d7e.tar.bz2 pyramid-8be78e06c8395587617f6a4f9d4e5ad74a907d7e.zip | |
| -rw-r--r-- | docs/conf.py | 6 | ||||
| -rw-r--r-- | 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 |
