bump version number in documentation, rename labeltool --> sloth

This commit is contained in:
Martin Baeuml
2014-04-16 23:01:36 +02:00
parent 013a2a4bc3
commit 138c9abaa1
+6 -6
View File
@@ -40,17 +40,17 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = 'Labeltool'
copyright = '2011, cv:hci lab, Institute for Anthropomatics, Karlsruhe Institute of Technology'
project = 'sloth'
copyright = '2011-2014, cv:hci lab, Institute for Anthropomatics, Karlsruhe Institute of Technology'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.1'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '0.1'
release = '1.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -180,7 +180,7 @@ todo_include_todos = True
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'Labeltool.tex', 'Labeltool Documentation',
('index', 'sloth.tex', 'Sloth Documentation',
'cv:hci lab, Institute for Anthropomatics, Karlsruhe Institute of Technology', 'manual'),
]
@@ -213,6 +213,6 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'labeltool', 'Labeltool Documentation',
('index', 'sloth', 'Sloth Documentation',
['cv:hci lab'], 1)
]