Skip to content

Commit b5e0fb4

Browse files
committed
fix: travis-ci, codecov and rtd badges fixed
1 parent fa61e06 commit b5e0fb4

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Modular Active Learning framework for Python3
44

5-
[![travis-ci-master](https://travis-ci.org/cosmic-cortex/modAL.svg?branch=master)](https://travis-ci.org/cosmic-cortex/modAL) [![codecov-master](https://codecov.io/gh/cosmic-cortex/modAL/branch/master/graph/badge.svg)](https://codecov.io/gh/cosmic-cortex/modAL) [![readthedocs](https://readthedocs.org/projects/modal-python/badge/?version=latest)](http://modal-python.readthedocs.io/en/latest/?badge=latest)
5+
[![travis-ci-master](https://travis-ci.org/modAL-python/modAL.svg?branch=master)](https://travis-ci.org/cosmic-cortex/modAL) [![codecov-master](https://codecov.io/gh/modAL-python/modAL/branch/master/graph/badge.svg)](https://codecov.io/gh/cosmic-cortex/modAL) [![readthedocs](https://readthedocs.org/projects/modal-python/badge/?version=latest)](http://modal-python.readthedocs.io/en/latest/?badge=latest)
66

77
## Page contents
88
- [Introduction](#introduction)

docs/source/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
modAL: A modular active learning framework for Python3
22
======================================================
33

4+
.. image:: https://travis-ci.org/modAL-python/modAL.svg?branch=master
5+
:target: https://travis-ci.org/modAL-python/modAL
6+
.. image:: https://codecov.io/gh/modAL-python/modAL/branch/master/graph/badge.svg
7+
:target: https://codecov.io/gh/modAL-python/modAL
8+
.. image:: https://readthedocs.org/projects/modal-python/badge/?version=latest
9+
:target: https://modal-python.readthedocs.io/en/latest/?badge=latest
10+
411
Welcome to the documentation for modAL!
512

613
modAL is an active learning framework for Python3, designed with *modularity, flexibility* and *extensibility* in mind. Built on top of scikit-learn, it allows you to rapidly create active learning workflows with nearly complete freedom. What is more, you can easily replace parts with your custom built solutions, allowing you to design novel algorithms with ease.

0 commit comments

Comments
 (0)