Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 2, 2016
1 parent 0653766 commit 9789aa3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Development version

.. code-block:: console
[sudo] pip install git+git://github.com/sckott/pygbif.git#egg=pygbif
[sudo] pip install git+git://github.com/sckott/pygbif.git#egg=pygbif
`pygbif` is split up into modules for each of the major groups of API methods.

Expand All @@ -42,27 +42,27 @@ Registry module

.. code-block:: python
from pygbif import registry
registry.dataset_metrics(uuid='3f8a1297-3259-4700-91fc-acc4170b27ce')
from pygbif import registry
registry.dataset_metrics(uuid='3f8a1297-3259-4700-91fc-acc4170b27ce')
Species module
===============

.. code-block:: python
from pygbif import species
species.name_suggest(q='Puma concolor')
from pygbif import species
species.name_suggest(q='Puma concolor')
Occurrences module
==================

.. code-block:: python
from pygbif import occurrences as occ
occ.search(taxonKey = 3329049)
occ.get(taxonKey = 252408386)
occ.count(isGeoreferenced = True)
occ.download_list(user = "sckott", limit = 5)
from pygbif import occurrences as occ
occ.search(taxonKey = 3329049)
occ.get(taxonKey = 252408386)
occ.count(isGeoreferenced = True)
occ.download_list(user = "sckott", limit = 5)
occ.download_meta(key = "0000099-140929101555934")
occ.download_get("0000099-140929101555934")
Expand Down

0 comments on commit 9789aa3

Please sign in to comment.