Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.video
Commits
60807d96
Commit
60807d96
authored
Jun 19, 2015
by
Manuel Günther
Browse files
Fixed doc/conf.py
parent
32c4efc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
60807d96
...
...
@@ -58,12 +58,12 @@ source_suffix = '.rst'
master_doc
=
'index'
# General information about the project.
project
=
u
'B
ob Example Project
'
project
=
u
'B
iometric Recognition in Videos
'
import
time
copyright
=
u
'%s, Idiap Research Institute'
%
time
.
strftime
(
'%Y'
)
# Grab the setup entry
distribution
=
pkg_resources
.
require
(
'bob.
example.project
'
)[
0
]
distribution
=
pkg_resources
.
require
(
'bob.
bio.video
'
)[
0
]
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
...
...
@@ -187,7 +187,7 @@ html_favicon = ''
#html_file_suffix = None
# Output file base name for HTML help builder.
htmlhelp_basename
=
'bob_
example_project
_doc'
htmlhelp_basename
=
'bob_
bio_video
_doc'
# -- Options for LaTeX output --------------------------------------------------
...
...
@@ -201,7 +201,7 @@ latex_font_size = '10pt'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents
=
[
(
'index'
,
'bob_
example_project
.tex'
,
u
'Bob'
,
(
'index'
,
'bob_
bio_video
.tex'
,
u
'Bob'
,
u
'Biometrics Group, Idiap Research Institute'
,
'manual'
),
]
...
...
@@ -236,7 +236,7 @@ rst_epilog = ''
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages
=
[
(
'index'
,
'bob.
example.project
'
,
u
'Bob Example Project Documentation'
,
[
u
'Idiap Research Institute'
],
1
)
(
'index'
,
'bob.
bio.video
'
,
u
'Bob Example Project Documentation'
,
[
u
'Idiap Research Institute'
],
1
)
]
# Default processing flags for sphinx
...
...
doc/index.rst
View file @
60807d96
...
...
@@ -10,6 +10,4 @@
Package Documentation
---------------------
.. automodule:: bob.example.project
.. automodule:: bob.bio.video
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment