diff --git a/README.md b/README.md index 1d04a043d4..1b99fcb337 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Adversarial Robustness Toolbox (ART v0.1) [![Build Status](https://travis-ci.org/IBM/adversarial-robustness-toolbox.svg?branch=master)](https://travis-ci.org/IBM/adversarial-robustness-toolbox) +[![Documentation Status](https://readthedocs.org/projects/adversarial-robustness-toolbox/badge/?version=latest)](http://adversarial-robustness-toolbox.readthedocs.io/en/latest/?badge=latest) This is a library dedicated to **adversarial machine learning**. Its purpose is to allow rapid crafting and analysis of attacks and defense methods for machine learning models. The Adversarial Robustnes Toolbox provides an implementation for many state-of-the-art methods for attacking and defending classifiers.