summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames R. Barlow <jim@purplerock.ca>2017-09-08 14:38:59 -0700
committerJames R. Barlow <jim@purplerock.ca>2017-09-08 14:38:59 -0700
commit1793d195dcc15ec7d39fc82530fc074647edf075 (patch)
tree2e6d11512f060df749ab345f007e853f89f4d63c /docs
parentcc129af69810d061b91f3133105c57d50d8e7790 (diff)
Make docs nicer
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f43445d..3be1f75 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# python_exameple documentation build configuration file, created by
+# pikepdf documentation build configuration file, created by
# sphinx-quickstart on Fri Feb 26 00:29:33 2016.
#
# This file is execfile()d with the current directory set to its
@@ -52,9 +52,9 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'python_example'
-copyright = u'2016, Sylvain Corlay'
-author = u'Sylvain Corlay'
+project = u'pikepdf'
+copyright = u'2017, James R. Barlow'
+author = u'James R. Barlow'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -228,8 +228,8 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- (master_doc, 'python_example.tex', u'python_example Documentation',
- u'Sylvain Corlay', 'manual'),
+ (master_doc, 'pikepdf.tex', u'pikepdf Documentation',
+ u'James R. Barlow', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -258,7 +258,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- (master_doc, 'python_example', u'python_example Documentation',
+ (master_doc, 'pikepdf', u'pikepdf Documentation',
[author], 1)
]
@@ -272,8 +272,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- (master_doc, 'python_example', u'python_example Documentation',
- author, 'python_example', 'One line description of project.',
+ (master_doc, 'pikepdf', u'pikepdf Documentation',
+ author, 'pikepdf', 'Python bindings for QPDF.',
'Miscellaneous'),
]