Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.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
Package Registry
Model registry
Operate
Environments
Terraform modules
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.bio.base
Commits
e1df7dbe
There was a problem fetching the pipeline summary.
Commit
e1df7dbe
authored
8 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Plain Diff
Merge branch 'revert-
9d6d567a
' into 'master'
Revert "Merge branch 'p1' into 'master'" This reverts merge request
!46
See merge request
!49
parents
9d6d567a
027e1462
No related branches found
No related tags found
1 merge request
!49
Revert "Merge branch 'p1' into 'master'"
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
develop.cfg
+13
-13
13 additions, 13 deletions
develop.cfg
doc/conf.py
+1
-21
1 addition, 21 deletions
doc/conf.py
with
14 additions
and
34 deletions
develop.cfg
+
13
−
13
View file @
e1df7dbe
...
@@ -33,19 +33,19 @@ verbose = true
...
@@ -33,19 +33,19 @@ verbose = true
newest
=
false
newest
=
false
[sources]
[sources]
bob.extension
=
git
https://
gitlab.idiap.ch
/
bob/bob.extension
bob.extension
=
git
git@
gitlab.idiap.ch
:
bob/bob.extension
bob.blitz
=
git
https://
gitlab.idiap.ch
/
bob/bob.blitz
bob.blitz
=
git
git@
gitlab.idiap.ch
:
bob/bob.blitz
bob.core
=
git
https://
gitlab.idiap.ch
/
bob/bob.core
bob.core
=
git
git@
gitlab.idiap.ch
:
bob/bob.core
bob.io.base
=
git
https://
gitlab.idiap.ch
/
bob/bob.io.base
bob.io.base
=
git
git@
gitlab.idiap.ch
:
bob/bob.io.base
bob.sp
=
git
https://
gitlab.idiap.ch
/
bob/bob.sp
bob.sp
=
git
git@
gitlab.idiap.ch
:
bob/bob.sp
bob.math
=
git
https://
gitlab.idiap.ch
/
bob/bob.math
bob.math
=
git
git@
gitlab.idiap.ch
:
bob/bob.math
bob.measure
=
git
https://
gitlab.idiap.ch
/
bob/bob.measure
bob.measure
=
git
git@
gitlab.idiap.ch
:
bob/bob.measure
bob.db.base
=
git
https://
gitlab.idiap.ch
/
bob/bob.db.base
bob.db.base
=
git
git@
gitlab.idiap.ch
:
bob/bob.db.base
bob.io.image
=
git
https://
gitlab.idiap.ch
/
bob/bob.io.image
bob.io.image
=
git
git@
gitlab.idiap.ch
:
bob/bob.io.image
bob.learn.activation
=
git
https://
gitlab.idiap.ch
/
bob/bob.learn.activation
bob.learn.activation
=
git
git@
gitlab.idiap.ch
:
bob/bob.learn.activation
bob.learn.linear
=
git
https://
gitlab.idiap.ch
/
bob/bob.learn.linear
bob.learn.linear
=
git
git@
gitlab.idiap.ch
:
bob/bob.learn.linear
bob.learn.em
=
git
https://
gitlab.idiap.ch
/
bob/bob.learn.em
bob.learn.em
=
git
git@
gitlab.idiap.ch
:
bob/bob.learn.em
bob.db.atnt
=
git
https://
gitlab.idiap.ch
/
bob/bob.db.atnt
bob.db.atnt
=
git
git@
gitlab.idiap.ch
:
bob/bob.db.atnt
[scripts]
[scripts]
recipe
=
bob.buildout:scripts
recipe
=
bob.buildout:scripts
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
1
−
21
View file @
e1df7dbe
...
@@ -30,29 +30,9 @@ extensions = [
...
@@ -30,29 +30,9 @@ extensions = [
import
sphinx
import
sphinx
if
sphinx
.
__version__
>=
"
1.4.1
"
:
if
sphinx
.
__version__
>=
"
1.4.1
"
:
extensions
.
append
(
'
sphinx.ext.imgmath
'
)
extensions
.
append
(
'
sphinx.ext.imgmath
'
)
imgmath_image_format
=
'
svg
'
else
:
else
:
extensions
.
append
(
'
sphinx.ext.pngmath
'
)
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
# Always includes todos
todo_include_todos
=
True
todo_include_todos
=
True
...
@@ -237,7 +217,7 @@ autodoc_default_flags = [
...
@@ -237,7 +217,7 @@ autodoc_default_flags = [
# For inter-documentation mapping:
# For inter-documentation mapping:
from
bob.extension.utils
import
link_documentation
,
load_requirements
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
):
if
os
.
path
.
exists
(
sphinx_requirements
):
intersphinx_mapping
=
link_documentation
(
additional_packages
=
load_requirements
(
sphinx_requirements
))
intersphinx_mapping
=
link_documentation
(
additional_packages
=
load_requirements
(
sphinx_requirements
))
else
:
else
:
...
...
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