Skip to content
Snippets Groups Projects
Commit 57fecd10 authored by Manuel Günther's avatar Manuel Günther
Browse files

Updated README by adding a link to the documentation.

parent 01da4f01
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@
.. image:: https://travis-ci.org/bioidiap/bob.core.svg?branch=master
:target: https://travis-ci.org/bioidiap/bob.core
.. image:: http://img.shields.io/badge/docs-latest-orange.png
:target: https://www.idiap.ch/software/bob/docs/latest/bioidiap/bob.core/master/index.html
.. image:: https://coveralls.io/repos/bioidiap/bob.core/badge.png
:target: https://coveralls.io/r/bioidiap/bob.core
.. image:: http://img.shields.io/github/tag/bioidiap/bob.core.png
......@@ -29,8 +31,9 @@ the package and run test units.
Documentation
-------------
You can generate the documentation for this package, after installation, using
Sphinx::
The latest version of the documentation can be found `here <https://www.idiap.ch/software/bob/docs/latest/bioidiap/bob.core/master/index.html>`_.
Otherwise, you can generate the documentation for this package yourself, after installation, using Sphinx::
$ sphinx-build -b html doc sphinx
......@@ -42,7 +45,7 @@ Testing
You can run a set of tests using the nose test runner::
$ nosetests -sv bob.core
$ nosetests -sv
.. warning::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment