Skip to content

Commit

Permalink
docs changes, change theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Nov 1, 2015
1 parent 461636d commit 6ed4e2a
Show file tree
Hide file tree
Showing 33 changed files with 2,078 additions and 517 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/occurrences.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/registry.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 30231e1789d4012cb8972823e133299a
config: 3c5b2558fbe6db9c949d4bf177e42282
tags: 645f666f9bcd5a90fca523b33c5a78b7
25 changes: 20 additions & 5 deletions docs/_build/html/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,23 @@ Low-level client for the GBIF API.

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

* Registry - Datasets, Nodes, Installations, Networks, Organizations
* Species - Taxonomic names
* Occurrences - Occurrence data, including the download API

You can import the entire library, or each module individually as needed.
* Registry - Datasets, Nodes, Installations, Networks, Organizations - `Registry API Docs`_
* Species - Taxonomic names - `Species API Docs`_
* Occurrences - Occurrence data, including the download API - `Occurrences API Docs`_

Note that GBIF maps API_ is not included in `pygbif`.

.. _API: http://www.gbif.org/developer/maps

Other GBIF clients:

* R: rgbif_

.. _rgbif: https://github.com/ropensci/rgbif
.. _Registry API Docs: http://www.gbif.org/developer/registry
.. _Species API Docs: http://www.gbif.org/developer/species
.. _Occurrences API Docs: http://www.gbif.org/developer/occurrences

Installation
-------------

Expand All @@ -26,6 +33,14 @@ Installation
Example Usage
-------------

You can import the entire library

::

import pygbif

Or each module individually as needed.

::

## Registry module
Expand Down
4 changes: 4 additions & 0 deletions docs/_build/html/_sources/occurrences.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _occurrences:

occurrences module
===========================

Expand All @@ -21,3 +23,5 @@ Example Usage
occurrences.search(taxonKey = 3329049)
occurrences.get(taxonKey = 252408386)
occurrences.count(isGeoreferenced = True)

.. py:module:: pygbif
2 changes: 2 additions & 0 deletions docs/_build/html/_static/css/badge_only.css

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

5 changes: 5 additions & 0 deletions docs/_build/html/_static/css/theme.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file added docs/_build/html/_static/fonts/Lato-Bold.ttf
Binary file not shown.
Binary file added docs/_build/html/_static/fonts/Lato-Regular.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 6ed4e2a

Please sign in to comment.