Skip to content
GitLab
Menu
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.base
Commits
285bd45c
Commit
285bd45c
authored
Oct 05, 2016
by
Amir Mohammadi
Browse files
[Automatic] update links and the ci mostly
parent
df87afe2
Pipeline
#4524
failed with stage
in 18 minutes and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
develop.cfg
View file @
285bd45c
...
...
@@ -33,19 +33,19 @@ verbose = true
newest = false
[sources]
bob.extension = git
git@
gitlab.idiap.ch
:
bob/bob.extension
bob.blitz = git
git@
gitlab.idiap.ch
:
bob/bob.blitz
bob.core = git
git@
gitlab.idiap.ch
:
bob/bob.core
bob.io.base = git
git@
gitlab.idiap.ch
:
bob/bob.io.base
bob.sp = git
git@
gitlab.idiap.ch
:
bob/bob.sp
bob.math = git
git@
gitlab.idiap.ch
:
bob/bob.math
bob.measure = git
git@
gitlab.idiap.ch
:
bob/bob.measure
bob.db.base = git
git@
gitlab.idiap.ch
:
bob/bob.db.base
bob.io.image = git
git@
gitlab.idiap.ch
:
bob/bob.io.image
bob.learn.activation = git
git@
gitlab.idiap.ch
:
bob/bob.learn.activation
bob.learn.linear = git
git@
gitlab.idiap.ch
:
bob/bob.learn.linear
bob.learn.em = git
git@
gitlab.idiap.ch
:
bob/bob.learn.em
bob.db.atnt = git
git@
gitlab.idiap.ch
:
bob/bob.db.atnt
bob.extension = git
https://
gitlab.idiap.ch
/
bob/bob.extension
bob.blitz = git
https://
gitlab.idiap.ch
/
bob/bob.blitz
bob.core = git
https://
gitlab.idiap.ch
/
bob/bob.core
bob.io.base = git
https://
gitlab.idiap.ch
/
bob/bob.io.base
bob.sp = git
https://
gitlab.idiap.ch
/
bob/bob.sp
bob.math = git
https://
gitlab.idiap.ch
/
bob/bob.math
bob.measure = git
https://
gitlab.idiap.ch
/
bob/bob.measure
bob.db.base = git
https://
gitlab.idiap.ch
/
bob/bob.db.base
bob.io.image = git
https://
gitlab.idiap.ch
/
bob/bob.io.image
bob.learn.activation = git
https://
gitlab.idiap.ch
/
bob/bob.learn.activation
bob.learn.linear = git
https://
gitlab.idiap.ch
/
bob/bob.learn.linear
bob.learn.em = git
https://
gitlab.idiap.ch
/
bob/bob.learn.em
bob.db.atnt = git
https://
gitlab.idiap.ch
/
bob/bob.db.atnt
[scripts]
recipe = bob.buildout:scripts
...
...
doc/conf.py
View file @
285bd45c
...
...
@@ -30,9 +30,29 @@ extensions = [
import
sphinx
if
sphinx
.
__version__
>=
"1.4.1"
:
extensions
.
append
(
'sphinx.ext.imgmath'
)
imgmath_image_format
=
'svg'
else
:
extensions
.
append
(
'sphinx.ext.pngmath'
)
# Be picky about warnings
nitpicky
=
True
# Ignores stuff we can't easily resolve on other project's sphinx manuals
nitpick_ignore
=
[]
# Allows the user to override warnings from a separate file
if
os
.
path
.
exists
(
'nitpick-exceptions.txt'
):
for
line
in
open
(
'nitpick-exceptions.txt'
):
if
line
.
strip
()
==
""
or
line
.
startswith
(
"#"
):
continue
dtype
,
target
=
line
.
split
(
None
,
1
)
target
=
target
.
strip
()
try
:
# python 2.x
target
=
unicode
(
target
)
except
NameError
:
pass
nitpick_ignore
.
append
((
dtype
,
target
))
# Always includes todos
todo_include_todos
=
True
...
...
@@ -217,7 +237,7 @@ autodoc_default_flags = [
# For inter-documentation mapping:
from
bob.extension.utils
import
link_documentation
,
load_requirements
sphinx_requirements
=
"
./
extra-intersphinx.txt"
sphinx_requirements
=
"extra-intersphinx.txt"
if
os
.
path
.
exists
(
sphinx_requirements
):
intersphinx_mapping
=
link_documentation
(
additional_packages
=
load_requirements
(
sphinx_requirements
))
else
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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