Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.io.matlab
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.io.matlab
Merge requests
!5
fixed docs badge urls, see bob/admin#2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
fixed docs badge urls, see bob/admin#2
docs-url-fix
into
master
Overview
1
Commits
3
Pipelines
3
Changes
1
Merged
fixed docs badge urls, see bob/admin#2
Jaden DIEFENBAUGH
requested to merge
docs-url-fix
into
master
Jul 3, 2017
Overview
1
Commits
3
Pipelines
3
Changes
1
0
0
Merge request reports
Compare
master
version 2
c880e4b0
Jul 4, 2017
version 1
6faff14f
Jul 3, 2017
master (base)
and
latest version
latest version
aa208972
3 commits,
Jul 5, 2017
version 2
c880e4b0
2 commits,
Jul 4, 2017
version 1
6faff14f
1 commit,
Jul 3, 2017
1 file
+
3
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.rst
+
3
−
5
View file @ aa208972
Edit in single-file editor
Open in Web IDE
Show full file
@@ -2,9 +2,9 @@
.. Sun 14 Aug 2016 18:02:45 CEST
.. image:: http://img.shields.io/badge/docs-stable-yellow.svg
:target: http://
pythonhosted.org
/bob.io.matlab/index.html
:target: http
s
://
www.idiap.ch/software/bob/docs/bob
/bob.io.matlab/
stable/
index.html
.. image:: http://img.shields.io/badge/docs-latest-orange.svg
:target: https://www.idiap.ch/software/bob/docs/
latest/
bob/bob.io.matlab/master/index.html
:target: https://www.idiap.ch/software/bob/docs/bob/bob.io.matlab/master/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.io.matlab/badges/master/build.svg
:target: https://gitlab.idiap.ch/bob/bob.io.matlab/commits/master
.. image:: https://gitlab.idiap.ch/bob/bob.io.matlab/badges/master/coverage.svg
@@ -13,8 +13,6 @@
:target: https://gitlab.idiap.ch/bob/bob.io.matlab
.. image:: http://img.shields.io/pypi/v/bob.io.matlab.svg
:target: https://pypi.python.org/pypi/bob.io.matlab
.. image:: http://img.shields.io/pypi/dm/bob.io.matlab.svg
:target: https://pypi.python.org/pypi/bob.io.matlab
===============================
@@ -29,7 +27,7 @@ possible to read and write to Matlab(R) files using ``bob.io.base`` functions.
Installation
------------
Complete Bob's `installation`_ instructions. Then, to install this pac
a
kge,
Complete Bob's `installation`_ instructions. Then, to install this pack
a
ge,
run::
$ conda install bob.io.matlab
Loading