Skip to content
Snippets Groups Projects
Commit 548cb35f authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'p1' into 'master'

[Automatic] update links and the ci mostly



See merge request !7
parents aa98f938 384b57cf
Branches
Tags
1 merge request!7[Automatic] update links and the ci mostly
Pipeline #
...@@ -23,7 +23,7 @@ static auto SelfQuotientImage_doc = bob::extension::ClassDoc( ...@@ -23,7 +23,7 @@ static auto SelfQuotientImage_doc = bob::extension::ClassDoc(
"Creates an object to preprocess images with the Self Quotient Image algorithm", "Creates an object to preprocess images with the Self Quotient Image algorithm",
".. todo:: explain SelfQuotientImage constructor\n\n" ".. todo:: explain SelfQuotientImage constructor\n\n"
".. warning:: Compared to the last Bob version, here the sigma parameter is the **standard deviation** and not the variance. " ".. warning:: Compared to the last Bob version, here the sigma parameter is the **standard deviation** and not the variance. "
"This includes that the :py:class:`WeightedGaussian` pyramid is **different**, see https://github.com/bioidiap/bob.ip.base/issues/1.", "This includes that the :py:class:`WeightedGaussian` pyramid is **different**, see https://gitlab.idiap.ch/bob/bob.ip.base/issues/1.",
true true
) )
.add_prototype("[scales], [size_min], [size_step], [sigma], [border]","") .add_prototype("[scales], [size_min], [size_step], [sigma], [border]","")
......
...@@ -22,12 +22,12 @@ verbose = true ...@@ -22,12 +22,12 @@ 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.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.io.base = git https://gitlab.idiap.ch/bob/bob.io.base bob.io.base = git git@gitlab.idiap.ch:bob/bob.io.base
[scripts] [scripts]
recipe = bob.buildout:scripts recipe = bob.buildout:scripts
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
.. _argparse: http://code.google.com/p/argparse/ .. _argparse: http://code.google.com/p/argparse/
.. _blitz++: http://www.oonumerics.org/blitz .. _blitz++: http://www.oonumerics.org/blitz
.. _bob's idiap guide: http://github.com/idiap/bob/wiki/Using-Bob-at-Idiap .. _bob's idiap guide: https://gitlab.idiap.ch/bob/bob/wikis/Using-Bob-at-Idiap
.. _bob's website: https://www.idiap.ch/software/bob .. _bob's website: https://www.idiap.ch/software/bob
.. _boost: http://www.boost.org .. _boost: http://www.boost.org
.. _buildbot: http://trac.buildbot.net .. _buildbot: http://trac.buildbot.net
...@@ -50,13 +50,13 @@ ...@@ -50,13 +50,13 @@
.. _python: http://www.python.org .. _python: http://www.python.org
.. _pypi: http://pypi.python.org .. _pypi: http://pypi.python.org
.. _qt4: http://qt.nokia.com/ .. _qt4: http://qt.nokia.com/
.. _satellite packages: https://github.com/idiap/bob/wiki/Satellite-Packages .. _satellite packages: https://gitlab.idiap.ch/bob/bob/wikis/Packages
.. _scipy: http://www.scipy.org .. _scipy: http://www.scipy.org
.. _setuptools: http://trac.edgewall.org/wiki/setuptools .. _setuptools: http://trac.edgewall.org/wiki/setuptools
.. _sphinx: http://sphinx.pocoo.org .. _sphinx: http://sphinx.pocoo.org
.. _sqlalchemy: http://www.sqlalchemy.org/ .. _sqlalchemy: http://www.sqlalchemy.org/
.. _sqlite: http://www.sqlite.org/ .. _sqlite: http://www.sqlite.org/
.. _submit a new bug report: https://github.com/idiap/bob/issues .. _submit a new bug report: https://groups.google.com/forum/?fromgroups#!forum/bob-devel
.. _torch 3 vision: http://torch3vision.idiap.ch .. _torch 3 vision: http://torch3vision.idiap.ch
.. _torch 3: http://www.torch.ch .. _torch 3: http://www.torch.ch
.. _torch 5: http://torch5.sourceforge.net .. _torch 5: http://torch5.sourceforge.net
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment