diff docs/src/conf.py @ 170:dd32a92f6b4f

Initial attempt at renaming pymonkey to pydermonkey.
author Atul Varma <varmaa@toolness.com>
date Tue, 01 Sep 2009 03:07:24 -0700
parents fabd3f2271fa
children
line wrap: on
line diff
--- a/docs/src/conf.py	Sun Aug 30 20:56:43 2009 -0700
+++ b/docs/src/conf.py	Tue Sep 01 03:07:24 2009 -0700
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Pymonkey documentation build configuration file, created by
+# Pydermonkey documentation build configuration file, created by
 # sphinx-quickstart on Mon Jul  6 17:20:31 2009.
 #
 # This file is execfile()d with the current directory set to its containing dir.
@@ -37,7 +37,7 @@
 master_doc = 'index'
 
 # General information about the project.
-project = u'Pymonkey'
+project = u'Pydermonkey'
 copyright = u'2009, Atul Varma'
 
 # The version info for the project you're documenting, acts as replacement for
@@ -158,7 +158,7 @@
 #html_file_suffix = ''
 
 # Output file base name for HTML help builder.
-htmlhelp_basename = 'Pymonkeydoc'
+htmlhelp_basename = 'Pydermonkeydoc'
 
 
 # -- Options for LaTeX output --------------------------------------------------
@@ -172,7 +172,7 @@
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
-  ('index', 'Pymonkey.tex', u'Pymonkey Documentation',
+  ('index', 'Pydermonkey.tex', u'Pydermonkey Documentation',
    u'Atul Varma', 'manual'),
 ]