diff docs/conf.py @ 4192:e73a69cb98dc kallithea-2.2.5-rebrand

Rename some strings examples and commands in documentation
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:04:41 -0400
parents 7e5f8c12a3fc
children ad38f9f93b3b
line wrap: on
line diff
--- a/docs/conf.py	Wed May 21 17:11:02 2014 -0400
+++ b/docs/conf.py	Wed Jul 02 19:04:41 2014 -0400
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# RhodeCode documentation build configuration file, created by
+# Kallithea documentation build configuration file, created by
 # sphinx-quickstart on Sun Oct 10 16:46:37 2010.
 #
 # This file is execfile()d with the current directory set to its containing dir.
@@ -44,7 +44,7 @@
 master_doc = 'index'
 
 # General information about the project.
-project = u'RhodeCode'
+project = u'Kallithea'
 copyright = u'%s, Marcin Kuzminski' % (datetime.datetime.now().year)
 
 # The version info for the project you're documenting, acts as replacement for
@@ -171,7 +171,7 @@
 #html_file_suffix = None
 
 # Output file base name for HTML help builder.
-htmlhelp_basename = 'RhodeCodedoc'
+htmlhelp_basename = 'Kallithea-docs'
 
 
 # -- Options for LaTeX output --------------------------------------------------
@@ -185,7 +185,7 @@
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
-  ('index', 'RhodeCode.tex', u'RhodeCode Documentation',
+  ('index', 'Kallithea.tex', u'Kallithea Documentation',
    u'Marcin Kuzminski', 'manual'),
 ]
 
@@ -218,7 +218,7 @@
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    ('index', 'kallithea', u'RhodeCode Documentation',
+    ('index', 'kallithea', u'Kallithea Documentation',
      [u'Marcin Kuzminski'], 1)
 ]