Skip to content

Commit

Permalink
bumped library version, updated readme and docs with contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jun 7, 2016
1 parent 3f8b3cd commit ec2a7af
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,23 @@ Occurrences module
occ.search(taxonKey = 3329049)
occ.get(key = 252408386)
occ.count(isGeoreferenced = True)
occ.download('basisOfRecord = LITERATURE')
occ.download('taxonKey = 3119195')
occ.download('decimalLatitude > 50')
occ.download_list(user = "sckott", limit = 5)
occ.download_meta(key = "0000099-140929101555934")
occ.download_get("0000066-140928181241064")
Contributors
============

* `Scott Chamberlain <https://github.com/sckott>`__
* `Robert Forkel <https://github.com/xrotwang>`__
* `Jan Legind <https://github.com/jlegind>`__
* `Stijn Van Hoey <https://github.com/stijnvanhoey>`__
* `Peter Desmet <https://github.com/peterdesmet>`__

Meta
====

Expand Down
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
11 changes: 11 additions & 0 deletions docs/_build/html/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@ Occurrences module
occ.download_meta(key = "0000099-140929101555934")
occ.download_get("0000066-140928181241064")


Contributors
============

* `Scott Chamberlain <https://github.com/sckott>`__
* `Robert Forkel <https://github.com/xrotwang>`__
* `Jan Legind <https://github.com/jlegind>`__
* `Stijn Van Hoey <https://github.com/stijnvanhoey>`__
* `Peter Desmet <https://github.com/peterdesmet>`__


Meta
====

Expand Down
10 changes: 10 additions & 0 deletions docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,16 @@ <h1>Occurrences module<a class="headerlink" href="#occurrences-module" title="Pe
</pre></div>
</div>
</div>
<div class="section" id="contributors">
<h1>Contributors<a class="headerlink" href="#contributors" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><a class="reference external" href="https://github.com/sckott">Scott Chamberlain</a></li>
<li><a class="reference external" href="https://github.com/xrotwang">Robert Forkel</a></li>
<li><a class="reference external" href="https://github.com/jlegind">Jan Legind</a></li>
<li><a class="reference external" href="https://github.com/stijnvanhoey">Stijn Van Hoey</a></li>
<li><a class="reference external" href="https://github.com/peterdesmet">Peter Desmet</a></li>
</ul>
</div>
<div class="section" id="meta">
<h1>Meta<a class="headerlink" href="#meta" title="Permalink to this headline"></a></h1>
<ul class="simple">
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@ Occurrences module
occ.download_meta(key = "0000099-140929101555934")
occ.download_get("0000066-140928181241064")
Contributors
============

* `Scott Chamberlain <https://github.com/sckott>`__
* `Robert Forkel <https://github.com/xrotwang>`__
* `Jan Legind <https://github.com/jlegind>`__
* `Stijn Van Hoey <https://github.com/stijnvanhoey>`__
* `Peter Desmet <https://github.com/peterdesmet>`__


Meta
====

Expand Down
2 changes: 1 addition & 1 deletion pygbif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
occurrences.search(geometry='POLYGON((30.1 10.1, 10 20, 20 40, 40 40, 30.1 10.1))', limit=20)
'''

__version__ = '0.1.4'
__version__ = '0.1.5.1'
__title__ = 'pygbif'
__author__ = 'Scott Chamberlain'
__license__ = 'MIT'
Expand Down

0 comments on commit ec2a7af

Please sign in to comment.