]> git.phdru.name Git - sqlconvert.git/blobdiff - docs/conf.py
Rename mysql2sql -> sqlconvert
[sqlconvert.git] / docs / conf.py
index 2246d74fb51c0ce9487a59f3763c5dfcba67afdc..6b2662630d10faf7e76cb352e6de181b98b954d4 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# mysql2sql documentation build configuration file, created by
+# sqlconvert documentation build configuration file, created by
 # sphinx-quickstart on Fri Jul 22 19:32:24 2016.
 #
 # This file is execfile()d with the current directory set to its
@@ -51,7 +51,7 @@ source_suffix = '.rst'
 master_doc = 'index'
 
 # General information about the project.
-project = u'mysql2sql'
+project = u'sqlconvert'
 copyright = u'2016, Oleg Broytman'
 author = u'Oleg Broytman'
 
@@ -136,7 +136,7 @@ html_theme = 'alabaster'
 # The name for this set of Sphinx documents.
 # "<project> v<release> documentation" by default.
 #
-# html_title = u'mysql2sql v0.0.1'
+# html_title = u'sqlconvert v0.0.1'
 
 # A shorter title for the navigation bar.  Default is the same as html_title.
 #
@@ -236,7 +236,7 @@ html_static_path = ['_static']
 # html_search_scorer = 'scorer.js'
 
 # Output file base name for HTML help builder.
-htmlhelp_basename = 'mysql2sqldoc'
+htmlhelp_basename = 'sqlconvert_doc'
 
 # -- Options for LaTeX output ---------------------------------------------
 
@@ -262,7 +262,7 @@ latex_elements = {
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-    (master_doc, 'mysql2sql.tex', u'mysql2sql Documentation',
+    (master_doc, 'sqlconvert.tex', u'sqlconvert Documentation',
      u'Oleg Broytman', 'manual'),
 ]
 
@@ -304,7 +304,7 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    (master_doc, 'mysql2sql', u'mysql2sql Documentation',
+    (master_doc, 'sqlconvert', u'sqlconvert Documentation',
      [author], 1)
 ]
 
@@ -319,8 +319,8 @@ man_pages = [
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-    (master_doc, 'mysql2sql', u'mysql2sql Documentation',
-     author, 'mysql2sql', 'One line description of project.',
+    (master_doc, 'sqlconvert', u'sqlconvert Documentation',
+     author, 'sqlconvert', 'One line description of project.',
      'Miscellaneous'),
 ]