X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=docs%2Fconf.py;h=6b2662630d10faf7e76cb352e6de181b98b954d4;hp=2246d74fb51c0ce9487a59f3763c5dfcba67afdc;hb=159b4e3d7127e719a0dd12013dd54bf05b276ba9;hpb=5ecbd0d7b0fdd14e669438b44845eabe82285648 diff --git a/docs/conf.py b/docs/conf.py index 2246d74..6b26626 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. # " v 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'), ]