From 138c9abaa10caa0f658e1e7ff681b7d393e7a110 Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Wed, 16 Apr 2014 23:01:36 +0200 Subject: [PATCH] bump version number in documentation, rename labeltool --> sloth --- doc/conf.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 4e1ae86..8fd5233 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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) ]