Skip to content

Commit f3b0d90

Browse files
committed
Add documentation badge to README
1 parent a426c6d commit f3b0d90

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RiveScript-Python
22

3-
[![Build Status](https://travis-ci.org/aichaos/rivescript-python.svg?branch=master)](https://travis-ci.org/aichaos/rivescript-python)
3+
[![Build Status][1]][2] [![Read the docs][3]][4]
44

55
## Introduction
66

@@ -10,6 +10,10 @@ trigger/response pairs for building up a bot's intelligence.
1010

1111
This library is compatible with both Python 2 and Python 3.
1212

13+
## Documentation
14+
15+
Documentation is available at <http://rivescript.readthedocs.org/>
16+
1317
## Installation
1418

1519
This module is available on [PyPI](https://pypi.python.org/) and can be
@@ -160,3 +164,8 @@ SEE ALSO
160164
--------
161165

162166
The official RiveScript website, http://www.rivescript.com/
167+
168+
[1]: https://travis-ci.org/aichaos/rivescript-python.svg?branch=master
169+
[2]: https://travis-ci.org/aichaos/rivescript-python
170+
[3]: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
171+
[4]: http://rivescript.rtfd.io/

0 commit comments

Comments
 (0)