Skip to content

Commit

Permalink
link to github repo to readme, fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Dec 5, 2015
1 parent e4fc5e6 commit 77f97bb
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ pygbif
Python client for the `GBIF API
<http://www.gbif.org/developer/summary>`__.

`Source on GitHub at sckott/pygbif <https://github.com/sckott/pygbif>`__

Other GBIF clients:

* R: `rgbif`, `ropensci/rgbif <https://github.com/ropensci/rgbif>`__
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.
5 changes: 4 additions & 1 deletion docs/_build/html/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ Python GBIF Client

|pypi| |docs| |travis| |coverage|

Low-level client for the GBIF API.
Python client for the `GBIF API
<http://www.gbif.org/developer/summary>`__.

`Source on GitHub at sckott/pygbif <https://github.com/sckott/pygbif>`__

`pygbif` is split up into modules for each of the major groups of API methods.

Expand Down
3 changes: 2 additions & 1 deletion docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
<div class="section" id="python-gbif-client">
<h1>Python GBIF Client<a class="headerlink" href="#python-gbif-client" title="Permalink to this headline"></a></h1>
<p><a class="reference external" href="https://pypi.python.org/pypi/habanero"><img alt="pypi" src="https://img.shields.io/pypi/v/habanero.svg" /></a> <a class="reference external" href="http://pygbif.rtfd.org/"><img alt="docs" src="https://readthedocs.org/projects/pygbif/badge/?version=latest" /></a> <a class="reference external" href="https://travis-ci.org/sckott/pygbif"><img alt="travis" src="https://travis-ci.org/sckott/pygbif.svg" /></a> <a class="reference external" href="https://coveralls.io/github/sckott/pygbif?branch=master"><img alt="coverage" src="https://coveralls.io/repos/sckott/pygbif/badge.svg?branch=master&amp;service=github" /></a></p>
<p>Low-level client for the GBIF API.</p>
<p>Python client for the <a class="reference external" href="http://www.gbif.org/developer/summary">GBIF API</a>.</p>
<p><a class="reference external" href="https://github.com/sckott/pygbif">Source on GitHub at sckott/pygbif</a></p>
<p><cite>pygbif</cite> is split up into modules for each of the major groups of API methods.</p>
<ul class="simple">
<li>Registry - Datasets, Nodes, Installations, Networks, Organizations - <a class="reference external" href="http://www.gbif.org/developer/registry">Registry API Docs</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ Python GBIF Client

|pypi| |docs| |travis| |coverage|

Low-level client for the GBIF API.
Python client for the `GBIF API
<http://www.gbif.org/developer/summary>`__.

`Source on GitHub at sckott/pygbif <https://github.com/sckott/pygbif>`__

`pygbif` is split up into modules for each of the major groups of API methods.

Expand Down

0 comments on commit 77f97bb

Please sign in to comment.