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.db.youtube
Commits
a8a57453
Commit
a8a57453
authored
May 23, 2017
by
akomaty@idiap.ch
Committed by
Amir MOHAMMADI
May 28, 2017
Browse files
modified README, updated conf.py [skip ci]
parent
9124151b
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a8a57453
...
...
@@ -143,24 +143,6 @@ deploy_linux_27:
-
conda-linux
# Linux + Python 3.4: Builds and tests
build_linux_34
:
<<
:
*build_job
variables
:
&linux_34_build_variables
PYTHON_VERSION
:
"
3.4"
WHEEL_TAG
:
"
py3"
tags
:
-
conda-linux
test_linux_34
:
<<
:
*test_job
variables
:
*linux_34_build_variables
dependencies
:
-
build_linux_34
tags
:
-
conda-linux
# Linux + Python 3.5: Builds, tests and uploads wheel
build_linux_35
:
<<
:
*build_job
...
...
@@ -195,6 +177,24 @@ docs_linux_35:
-
conda-linux
# Linux + Python 3.6: Builds and tests
build_linux_36
:
<<
:
*build_job
variables
:
&linux_36_build_variables
PYTHON_VERSION
:
"
3.6"
WHEEL_TAG
:
"
py3"
tags
:
-
conda-linux
test_linux_36
:
<<
:
*test_job
variables
:
*linux_36_build_variables
dependencies
:
-
build_linux_36
tags
:
-
conda-linux
# Mac OSX + Python 2.7: Builds and tests
build_macosx_27
:
<<
:
*build_job
...
...
@@ -213,37 +213,37 @@ test_macosx_27:
-
conda-macosx
# Mac OSX + Python 3.
4
: Builds and tests
build_macosx_3
4
:
# Mac OSX + Python 3.
5
: Builds and tests
build_macosx_3
5
:
<<
:
*build_job
variables
:
&macosx_3
4
_build_variables
PYTHON_VERSION
:
"
3.
4
"
variables
:
&macosx_3
5
_build_variables
PYTHON_VERSION
:
"
3.
5
"
WHEEL_TAG
:
"
py3"
tags
:
-
conda-macosx
test_macosx_3
4
:
test_macosx_3
5
:
<<
:
*test_job
variables
:
*macosx_3
4
_build_variables
variables
:
*macosx_3
5
_build_variables
dependencies
:
-
build_macosx_3
4
-
build_macosx_3
5
tags
:
-
conda-macosx
# Mac OSX + Python 3.
5
: Builds and tests
build_macosx_3
5
:
# Mac OSX + Python 3.
6
: Builds and tests
build_macosx_3
6
:
<<
:
*build_job
variables
:
&macosx_3
5
_build_variables
PYTHON_VERSION
:
"
3.
5
"
variables
:
&macosx_3
6
_build_variables
PYTHON_VERSION
:
"
3.
6
"
WHEEL_TAG
:
"
py3"
tags
:
-
conda-macosx
test_macosx_3
5
:
test_macosx_3
6
:
<<
:
*test_job
variables
:
*macosx_3
5
_build_variables
variables
:
*macosx_3
6
_build_variables
dependencies
:
-
build_macosx_3
5
-
build_macosx_3
6
tags
:
-
conda-macosx
README.rst
View file @
a8a57453
...
...
@@ -7,6 +7,8 @@
:target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.db.youtube/master/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.db.youtube/badges/master/build.svg
:target: https://gitlab.idiap.ch/bob/bob.db.youtube/commits/master
.. image:: https://gitlab.idiap.ch/bob/bob.db.youtube/badges/master/coverage.svg
:target: https://gitlab.idiap.ch/bob/bob.db.youtube/commits/master
.. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
:target: https://gitlab.idiap.ch/bob/bob.db.youtube
.. image:: http://img.shields.io/pypi/v/bob.db.youtube.svg
...
...
@@ -30,11 +32,10 @@ This package does not contain the original `YouTube Faces`_ data files, which ne
Installation
------------
Follow our
`installation`_ instructions. Then,
using the Python interpreter
provided by the distribution, bootstrap and buildout this package
::
Complete Bob's
`installation`_ instructions. Then,
to install this pacakge,
run
::
$ python bootstrap-buildout.py
$ ./bin/buildout
$ conda install bob.db.youtube
Contact
...
...
doc/conf.py
View file @
a8a57453
...
...
@@ -232,7 +232,6 @@ autodoc_member_order = 'bysource'
autodoc_default_flags
=
[
'members'
,
'undoc-members'
,
'inherited-members'
,
'show-inheritance'
,
]
...
...
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