|
1 | 1 | Dropbox for Python |
2 | 2 | ================== |
3 | 3 |
|
| 4 | +.. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=master |
| 5 | + :target: https://travis-ci.org/dropbox/dropbox-sdk-python |
| 6 | + |
| 7 | +.. image:: https://readthedocs.org/projects/dropbox-sdk-python/badge/?version=latest |
| 8 | + :target: https://dropbox-sdk-python.readthedocs.org/en/latest/ |
| 9 | + :alt: [Latest Documentation] |
| 10 | + |
| 11 | +.. image:: https://img.shields.io/pypi/v/dropbox.svg |
| 12 | + :target: https://pypi.python.org/pypi/dropbox |
| 13 | + :alt: [Latest Release Version] |
| 14 | + |
| 15 | +.. image:: https://img.shields.io/pypi/l/dropbox.svg |
| 16 | + :target: http://opensource.org/licenses/MIT |
| 17 | + :alt: [Latest Release License] |
| 18 | + |
| 19 | +.. image:: https://img.shields.io/pypi/pyversions/dropbox.svg |
| 20 | + :target: https://pypi.python.org/pypi/dropbox |
| 21 | + :alt: [Latest Release Supported Python Versions] |
| 22 | + |
| 23 | +.. image:: https://img.shields.io/pypi/implementation/dropbox.svg |
| 24 | + :target: https://pypi.python.org/pypi/dropbox |
| 25 | + :alt: [Latest Release Supported Python Implementations] |
| 26 | + |
| 27 | +.. image:: https://img.shields.io/pypi/status/dropbox.svg |
| 28 | + :target: https://pypi.python.org/pypi/dropbox |
| 29 | + :alt: [Latest Release Development Stage] |
| 30 | + |
| 31 | + |
4 | 32 | A Python SDK for integrating with the Dropbox API v2. Compatible with Python |
5 | 33 | 2.7 and 3.4+. Documentation is available on `Read the Docs |
6 | 34 | <http://dropbox-sdk-python.readthedocs.org/>`_. |
@@ -56,8 +84,7 @@ Documentation |
56 | 84 |
|
57 | 85 | Documentation can be compiled by running ``make html`` from the ``docs`` |
58 | 86 | folder. After compilation, open ``docs/_build/html/index.html``. Alternatively, |
59 | | -you can read a hosted version from `Read the Docs |
60 | | -<http://dropbox-sdk-python.readthedocs.org/>`_. |
| 87 | +you can read a hosted version from `Read the Docs`_. |
61 | 88 |
|
62 | 89 | Updating API specification |
63 | 90 | -------------------------- |
|
0 commit comments