Skip to content

Commit

Permalink
Fist step towards better docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed May 28, 2015
1 parent 562fe8c commit 65c6a3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 269 deletions.
268 changes: 0 additions & 268 deletions README.md

This file was deleted.

6 changes: 6 additions & 0 deletions README.txt → README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.. image:: https://badge.fury.io/py/folium.png
:target: http://badge.fury.io/py/folium
.. image:: https://api.travis-ci.org/python-visualization/folium.png?branch=master
:target: https://travis-ci.org/python-visualization/folium


Folium
======

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def walk_subpkg(name):

LICENSE = read('LICENSE.txt')
version = find_version('folium', '__init__.py')
long_description = '{}\n{}'.format(read('README.txt'), read('CHANGES.txt'))
long_description = '{}\n{}'.format(read('README.rst'), read('CHANGES.txt'))

config = dict(name='folium',
version=version,
Expand Down

0 comments on commit 65c6a3d

Please sign in to comment.