Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe committed Sep 19, 2012
1 parent a6d0e68 commit aa3f3dc
Show file tree
Hide file tree
Showing 43 changed files with 14 additions and 8,691 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@
*.swp
*.py~
build
sphinx/_build
dist
python_omgeo.egg-info
docs
Expand Down
25 changes: 13 additions & 12 deletions README.rst
Expand Up @@ -22,15 +22,16 @@ or `PDF <http://media.readthedocs.org/pdf/python-omgeo/latest/python-omgeo.pdf>`

**Usage Example**

See the source for more info. Here's a quick example.

>>> from omgeo import Geocoder
>>> g = Geocoder()
>>> result = g.geocode('340 12th St, Philadelphia PA')
>>> candidates = result['candidates']
>>> for c in candidates:
... print c.x, c.y, c.match_addr
...
-75.15843 39.95872 340 N 12th St, Philadelphia, PA, 19107
-75.16136 39.94531 340 S 12th St, Philadelphia, PA, 19107

.. code-block:: python
>>> from omgeo import Geocoder
>>> g = Geocoder()
>>> result = g.geocode('340 12th St, Philadelphia PA')
>>> candidates = result['candidates']
>>> for c in candidates:
... print c.x, c.y, c.match_addr
...
-75.15843 39.95872 340 N 12th St, Philadelphia, PA, 19107
-75.16136 39.94531 340 S 12th St, Philadelphia, PA, 19107
.. include:: ../CHANGES.txt
Binary file removed sphinx/_build/doctrees/environment.pickle
Binary file not shown.
Binary file removed sphinx/_build/doctrees/index.doctree
Binary file not shown.
Binary file removed sphinx/_build/doctrees/tests.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions sphinx/_build/html/.buildinfo

This file was deleted.

98 changes: 0 additions & 98 deletions sphinx/_build/html/_modules/index.html

This file was deleted.

0 comments on commit aa3f3dc

Please sign in to comment.