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
f23ff062
Commit
f23ff062
authored
7 years ago
by
akomaty@idiap.ch
Committed by
Amir MOHAMMADI
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
modified README, updated conf.py [skip ci]
parent
b9402ce7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+32
-32
32 additions, 32 deletions
.gitlab-ci.yml
README.rst
+5
-4
5 additions, 4 deletions
README.rst
doc/conf.py
+0
-1
0 additions, 1 deletion
doc/conf.py
with
37 additions
and
37 deletions
.gitlab-ci.yml
+
32
−
32
View file @
f23ff062
...
...
@@ -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
This diff is collapsed.
Click to expand it.
README.rst
+
5
−
4
View file @
f23ff062
...
...
@@ -7,6 +7,8 @@
:target: https://www.idiap.ch/software/bob/docs/latest/bioidiap/bob.bio.base/master/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.bio.base/badges/master/build.svg
:target: https://gitlab.idiap.ch/bob/bob.bio.base/commits/master
.. image:: https://gitlab.idiap.ch/bob/bob.bio.base/badges/master/coverage.svg
:target: https://gitlab.idiap.ch/bob/bob.bio.base/commits/master
.. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
:target: https://gitlab.idiap.ch/bob/bob.bio.base
.. image:: http://img.shields.io/pypi/v/bob.bio.base.svg
...
...
@@ -29,11 +31,10 @@ The `User Guide`_ provides installation and usage instructions.
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.bio.base
Contact
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
0
−
1
View file @
f23ff062
...
...
@@ -229,7 +229,6 @@ autodoc_member_order = 'bysource'
autodoc_default_flags
=
[
'
members
'
,
'
undoc-members
'
,
'
inherited-members
'
,
'
show-inheritance
'
,
]
...
...
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