mirror of
https://github.com/wassname/sloth.git
synced 2026-06-27 17:17:21 +08:00
bump version number in documentation, rename labeltool --> sloth
This commit is contained in:
+6
-6
@@ -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)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user