Updated docs

This commit is contained in:
Hillel Coren 2016-08-19 13:54:06 +03:00
parent 9f11f9b9a4
commit 3ec0d188a9

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Invoice Name documentation build configuration file, created by # Invoice Ninja documentation build configuration file, created by
# sphinx-quickstart on Fri Aug 19 12:02:54 2016. # sphinx-quickstart on Fri Aug 19 12:02:54 2016.
# #
# This file is execfile()d with the current directory set to its # This file is execfile()d with the current directory set to its
@ -48,9 +48,9 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Invoice Name' project = u'Invoice Ninja'
copyright = u'2016, Hillel Coren' copyright = u'2016, Invoice Ninja'
author = u'Hillel Coren' author = u'Invoice Ninja'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
@ -133,7 +133,7 @@ html_theme = 'default'
# The name for this set of Sphinx documents. # The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default. # "<project> v<release> documentation" by default.
# #
# html_title = u'Invoice Name v2.6.10' # html_title = u'Invoice Ninja v2.6.10'
# A shorter title for the navigation bar. Default is the same as html_title. # A shorter title for the navigation bar. Default is the same as html_title.
# #
@ -259,7 +259,7 @@ latex_elements = {
# (source start file, target name, title, # (source start file, target name, title,
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
(master_doc, 'InvoiceName.tex', u'Invoice Name Documentation', (master_doc, 'InvoiceName.tex', u'Invoice Ninja Documentation',
u'Hillel Coren', 'manual'), u'Hillel Coren', 'manual'),
] ]
@ -301,7 +301,7 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
(master_doc, 'invoicename', u'Invoice Name Documentation', (master_doc, 'invoicename', u'Invoice Ninja Documentation',
[author], 1) [author], 1)
] ]
@ -316,7 +316,7 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
(master_doc, 'InvoiceName', u'Invoice Name Documentation', (master_doc, 'InvoiceName', u'Invoice Ninja Documentation',
author, 'InvoiceName', 'One line description of project.', author, 'InvoiceName', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]