Skip to content

Commit

Permalink
Clean whitespace and add empty requirements.txt
Browse files Browse the repository at this point in the history
Empty requirements to fix broken Read the Docks build.
  • Loading branch information
flibbertigibbet committed Mar 19, 2018
1 parent af8cc89 commit cd1e68e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ v1.3.4, 2012-05-11
* Add test for SnapPoints postprocessor.
* Change __unicode__() method for places.Candidate to display info
indicating null or empty values, instead of just displaying "None".

v1.3.5, 2012-05-21
------------------
* Geocoder().geocode() method can take one-line string OR PlaceQuery instance.
Expand All @@ -60,11 +60,11 @@ v1.3.6, 2012-05-22
------------------
* Add SSH support for MapQuest
* Add CancelIfRegexInAttr preprocessor to avoid geocoding attempts if
a PlaceQuery instance attribute matches the given regex (such as a
a PlaceQuery instance attribute matches the given regex (such as a
PO Box)
* Add timeout option that can be included in the GeocodeService settings
parameter. There is now a default timeout of 10 seconds.

v1.3.7, 2012-05-23
------------------
* Add CancelIfPOBox preprocessor and tests
Expand Down Expand Up @@ -145,7 +145,7 @@ v1.6.0, 2013-10-31
* Add subregion and neighborhood parameters to queries
* Allow HTTP request headers to be specified in geocoder settings
* Documentation updates

v1.7.0, 2014-05-12
------------------
* Add Census geocoder
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ supported geocoders:

**Documentation**

Docs are available in `HTML <http://python-omgeo.readthedocs.org/en/latest/>`_
Docs are available in `HTML <http://python-omgeo.readthedocs.org/en/latest/>`_
or `PDF <http://media.readthedocs.org/pdf/python-omgeo/latest/python-omgeo.pdf>`_ format.

**Usage Example**

Make a new geocoder and geocode and address::

>>> from omgeo import Geocoder
>>> g = Geocoder()
>>> from omgeo import Geocoder
>>> g = Geocoder()
>>> result = g.geocode('340 12th St, Philadelphia PA')

Take a look at the result::
Expand Down
Empty file added requirements.txt
Empty file.

0 comments on commit cd1e68e

Please sign in to comment.