Skip to content

Commit a7fd9b9

Browse files
committed
Merge pull request #141 from ocefpaf/README
Fist step towards better docs.
2 parents 562fe8c + 65c6a3d commit a7fd9b9

File tree

3 files changed

+7
-269
lines changed

3 files changed

+7
-269
lines changed

README.md

Lines changed: 0 additions & 268 deletions
This file was deleted.

README.txt renamed to README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
.. image:: https://badge.fury.io/py/folium.png
2+
:target: http://badge.fury.io/py/folium
3+
.. image:: https://api.travis-ci.org/python-visualization/folium.png?branch=master
4+
:target: https://travis-ci.org/python-visualization/folium
5+
6+
17
Folium
28
======
39

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def walk_subpkg(name):
4646

4747
LICENSE = read('LICENSE.txt')
4848
version = find_version('folium', '__init__.py')
49-
long_description = '{}\n{}'.format(read('README.txt'), read('CHANGES.txt'))
49+
long_description = '{}\n{}'.format(read('README.rst'), read('CHANGES.txt'))
5050

5151
config = dict(name='folium',
5252
version=version,

0 commit comments

Comments
 (0)