Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.db.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.db.base
Commits
41342c2b
Commit
41342c2b
authored
11 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Updated documentation
parent
dd46aec6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+5
-5
5 additions, 5 deletions
README.rst
doc/conf.py
+6
-6
6 additions, 6 deletions
doc/conf.py
with
11 additions
and
11 deletions
README.rst
+
5
−
5
View file @
41342c2b
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
.. Andre Anjos <andre.anjos@idiap.ch>
.. Andre Anjos <andre.anjos@idiap.ch>
.. Thu 29 Aug 2013 16:07:57 CEST
.. Thu 29 Aug 2013 16:07:57 CEST
============================
============================
======
Python bindings for bob.db
Python bindings for
x
bob.db
.base
============================
============================
======
This package contains a set of Pythonic bindings for Bob's database packages
This package contains a set of Pythonic bindings for Bob's database packages
and functionality.
and functionality.
...
@@ -31,7 +31,7 @@ Testing
...
@@ -31,7 +31,7 @@ Testing
You can run a set of tests using the nose test runner::
You can run a set of tests using the nose test runner::
$ nosetests -sv xbob.db
$ nosetests -sv xbob.db
.base
.. warning::
.. warning::
...
@@ -48,7 +48,7 @@ You can run our documentation tests using sphinx itself::
...
@@ -48,7 +48,7 @@ You can run our documentation tests using sphinx itself::
You can test overall test coverage with::
You can test overall test coverage with::
$ nosetests --with-coverage --cover-package=xbob.db
$ nosetests --with-coverage --cover-package=xbob.db
.base
The ``coverage`` egg must be installed for this to work properly.
The ``coverage`` egg must be installed for this to work properly.
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
6
−
6
View file @
41342c2b
...
@@ -59,12 +59,12 @@ source_suffix = '.rst'
...
@@ -59,12 +59,12 @@ source_suffix = '.rst'
master_doc
=
'
index
'
master_doc
=
'
index
'
# General information about the project.
# General information about the project.
project
=
u
'
xbob.db
'
project
=
u
'
xbob.db
.base
'
import
time
import
time
copyright
=
u
'
%s, Idiap Research Institute
'
%
time
.
strftime
(
'
%Y
'
)
copyright
=
u
'
%s, Idiap Research Institute
'
%
time
.
strftime
(
'
%Y
'
)
# Grab the setup entry
# Grab the setup entry
distribution
=
pkg_resources
.
require
(
'
xbob.db
'
)[
0
]
distribution
=
pkg_resources
.
require
(
'
xbob.db
.base
'
)[
0
]
# 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
...
@@ -130,7 +130,7 @@ if sphinx.__version__ >= "1.0":
...
@@ -130,7 +130,7 @@ if sphinx.__version__ >= "1.0":
#html_title = None
#html_title = None
# 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.
#html_short_title = 'xbob_db'
#html_short_title = 'xbob_db
_base
'
# The name of an image file (relative to this directory) to place at the top
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
# of the sidebar.
...
@@ -188,7 +188,7 @@ html_static_path = ['_static']
...
@@ -188,7 +188,7 @@ html_static_path = ['_static']
#html_file_suffix = None
#html_file_suffix = None
# Output file base name for HTML help builder.
# Output file base name for HTML help builder.
htmlhelp_basename
=
'
xbob_db_doc
'
htmlhelp_basename
=
'
xbob_db_
base_
doc
'
# -- Options for LaTeX output --------------------------------------------------
# -- Options for LaTeX output --------------------------------------------------
...
@@ -202,7 +202,7 @@ latex_font_size = '10pt'
...
@@ -202,7 +202,7 @@ latex_font_size = '10pt'
# Grouping the document tree into LaTeX files. List of tuples
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents
=
[
latex_documents
=
[
(
'
index
'
,
'
xbob_db.tex
'
,
u
'
Bob Database Support Documentation
'
,
(
'
index
'
,
'
xbob_db
_base
.tex
'
,
u
'
Bob Database Support Documentation
'
,
u
'
Biometrics Group, Idiap Research Institute
'
,
'
manual
'
),
u
'
Biometrics Group, Idiap Research Institute
'
,
'
manual
'
),
]
]
...
@@ -239,7 +239,7 @@ rst_epilog = """
...
@@ -239,7 +239,7 @@ rst_epilog = """
# 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
=
[
(
'
index
'
,
'
xbob_db
'
,
u
'
Bob Database Support Documentation
'
,
[
u
'
Idiap Research Institute
'
],
1
)
(
'
index
'
,
'
xbob_db
_base
'
,
u
'
Bob Database Support Documentation
'
,
[
u
'
Idiap Research Institute
'
],
1
)
]
]
# Default processing flags for sphinx
# Default processing flags for sphinx
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment