diff -r 24e94a3da209 -r d8ff52a0390f doc/conf.py --- a/doc/conf.py Mon May 26 18:18:21 2014 +0200 +++ b/doc/conf.py Wed Jul 09 18:03:54 2014 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# pgtoolkit documentation build configuration file, created by +# pydbkit documentation build configuration file, created by # sphinx-quickstart on Wed Feb 27 21:22:17 2013. # # This file is execfile()d with the current directory set to its containing dir. @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. -project = 'pgtoolkit' +project = 'pydbkit' copyright = '2013, Radek Brich' # The version info for the project you're documenting, acts as replacement for @@ -165,7 +165,7 @@ #html_file_suffix = None # Output file base name for HTML help builder. -htmlhelp_basename = 'pgtoolkitdoc' +htmlhelp_basename = 'pydbkitdoc' # -- Options for LaTeX output -------------------------------------------------- @@ -184,7 +184,7 @@ # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'pgtoolkit.tex', 'pgtoolkit Documentation', + ('index', 'pydbkit.tex', 'PyDbKit Documentation', 'Radek Brich', 'manual'), ] @@ -214,7 +214,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'pgtoolkit', 'pgtoolkit Documentation', + ('index', 'pydbkit', 'PyDbKit Documentation', ['Radek Brich'], 1) ] @@ -228,8 +228,8 @@ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'pgtoolkit', 'pgtoolkit Documentation', - 'Radek Brich', 'pgtoolkit', 'One line description of project.', + ('index', 'pydbkit', 'PyDbKit Documentation', + 'Radek Brich', 'pydbkit', 'One line description of project.', 'Miscellaneous'), ]