Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 13, 2016
1 parent 32f0448 commit b29d8ad
Show file tree
Hide file tree
Showing 23 changed files with 73 additions and 70 deletions.
Binary file modified docs/_build/doctrees/changelog_link.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
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: b91e425e323de284ba7045aba1a55e12
config: dd3333153a43f48e4134dd05b3f56ccc
tags: 645f666f9bcd5a90fca523b33c5a78b7
8 changes: 4 additions & 4 deletions docs/_build/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Overview: module code &mdash; pygbif 0.1.2 documentation</title>
<title>Overview: module code &mdash; pygbif 0.1.3.9000 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="pygbif 0.1.2 documentation" href="../index.html"/>
<link rel="top" title="pygbif 0.1.3.9000 documentation" href="../index.html"/>


<script src="../_static/js/modernizr.min.js"></script>
Expand Down Expand Up @@ -58,7 +58,7 @@


<div class="version">
0.1.2
0.1.3.9000
</div>


Expand Down Expand Up @@ -168,7 +168,7 @@ <h1>All modules for which code is available</h1>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'0.1.2',
VERSION:'0.1.3.9000',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions docs/_build/html/_modules/pygbif/occurrences/count.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>pygbif.occurrences.count &mdash; pygbif 0.1.2 documentation</title>
<title>pygbif.occurrences.count &mdash; pygbif 0.1.3.9000 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="pygbif 0.1.2 documentation" href="../../../index.html"/>
<link rel="top" title="pygbif 0.1.3.9000 documentation" href="../../../index.html"/>
<link rel="up" title="Module code" href="../../index.html"/>


Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
0.1.2
0.1.3.9000
</div>


Expand Down Expand Up @@ -296,7 +296,7 @@ <h1>Source code for pygbif.occurrences.count</h1><div class="highlight"><pre>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../../',
VERSION:'0.1.2',
VERSION:'0.1.3.9000',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
11 changes: 7 additions & 4 deletions docs/_build/html/_modules/pygbif/occurrences/get.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>pygbif.occurrences.get &mdash; pygbif 0.1.2 documentation</title>
<title>pygbif.occurrences.get &mdash; pygbif 0.1.3.9000 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="pygbif 0.1.2 documentation" href="../../../index.html"/>
<link rel="top" title="pygbif 0.1.3.9000 documentation" href="../../../index.html"/>
<link rel="up" title="Module code" href="../../index.html"/>


Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
0.1.2
0.1.3.9000
</div>


Expand Down Expand Up @@ -182,6 +182,9 @@ <h1>Source code for pygbif.occurrences.get</h1><div class="highlight"><pre>
<span class="n">url</span> <span class="o">=</span> <span class="n">gbif_baseurl</span> <span class="o">+</span> <span class="s">&#39;occurrence/&#39;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="n">key</span><span class="p">)</span> <span class="o">+</span> <span class="s">&#39;/fragment&#39;</span>
<span class="n">out</span> <span class="o">=</span> <span class="n">gbif_GET</span><span class="p">(</span><span class="n">url</span><span class="p">,</span> <span class="p">{},</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">)</span>
<span class="k">return</span> <span class="n">out</span>

<span class="k">def</span> <span class="nf">get_url</span><span class="p">():</span>
<span class="s">&#39;http://www.gbif.org/occurrence/&#39;</span> <span class="o">+</span> <span class="n">x</span>
</pre></div>

</div>
Expand Down Expand Up @@ -215,7 +218,7 @@ <h1>Source code for pygbif.occurrences.get</h1><div class="highlight"><pre>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../../',
VERSION:'0.1.2',
VERSION:'0.1.3.9000',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions docs/_build/html/_modules/pygbif/occurrences/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>pygbif.occurrences.search &mdash; pygbif 0.1.2 documentation</title>
<title>pygbif.occurrences.search &mdash; pygbif 0.1.3.9000 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="pygbif 0.1.2 documentation" href="../../../index.html"/>
<link rel="top" title="pygbif 0.1.3.9000 documentation" href="../../../index.html"/>
<link rel="up" title="Module code" href="../../index.html"/>


Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
0.1.2
0.1.3.9000
</div>


Expand Down Expand Up @@ -417,7 +417,7 @@ <h1>Source code for pygbif.occurrences.search</h1><div class="highlight"><pre>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../../',
VERSION:'0.1.2',
VERSION:'0.1.3.9000',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions docs/_build/html/_modules/pygbif/registry/datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>pygbif.registry.datasets &mdash; pygbif 0.1.2 documentation</title>
<title>pygbif.registry.datasets &mdash; pygbif 0.1.3.9000 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="pygbif 0.1.2 documentation" href="../../../index.html"/>
<link rel="top" title="pygbif 0.1.3.9000 documentation" href="../../../index.html"/>
<link rel="up" title="Module code" href="../../index.html"/>


Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
0.1.2
0.1.3.9000
</div>


Expand Down Expand Up @@ -249,7 +249,7 @@ <h1>Source code for pygbif.registry.datasets</h1><div class="highlight"><pre>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../../',
VERSION:'0.1.2',
VERSION:'0.1.3.9000',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions docs/_build/html/_modules/pygbif/registry/installations.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>pygbif.registry.installations &mdash; pygbif 0.1.2 documentation</title>
<title>pygbif.registry.installations &mdash; pygbif 0.1.3.9000 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="pygbif 0.1.2 documentation" href="../../../index.html"/>
<link rel="top" title="pygbif 0.1.3.9000 documentation" href="../../../index.html"/>
<link rel="up" title="Module code" href="../../index.html"/>


Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
0.1.2
0.1.3.9000
</div>


Expand Down Expand Up @@ -222,7 +222,7 @@ <h1>Source code for pygbif.registry.installations</h1><div class="highlight"><pr
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../../',
VERSION:'0.1.2',
VERSION:'0.1.3.9000',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions docs/_build/html/_modules/pygbif/registry/networks.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>pygbif.registry.networks &mdash; pygbif 0.1.2 documentation</title>
<title>pygbif.registry.networks &mdash; pygbif 0.1.3.9000 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="pygbif 0.1.2 documentation" href="../../../index.html"/>
<link rel="top" title="pygbif 0.1.3.9000 documentation" href="../../../index.html"/>
<link rel="up" title="Module code" href="../../index.html"/>


Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
0.1.2
0.1.3.9000
</div>


Expand Down Expand Up @@ -211,7 +211,7 @@ <h1>Source code for pygbif.registry.networks</h1><div class="highlight"><pre>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../../',
VERSION:'0.1.2',
VERSION:'0.1.3.9000',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions docs/_build/html/_modules/pygbif/registry/nodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>pygbif.registry.nodes &mdash; pygbif 0.1.2 documentation</title>
<title>pygbif.registry.nodes &mdash; pygbif 0.1.3.9000 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="pygbif 0.1.2 documentation" href="../../../index.html"/>
<link rel="top" title="pygbif 0.1.3.9000 documentation" href="../../../index.html"/>
<link rel="up" title="Module code" href="../../index.html"/>


Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
0.1.2
0.1.3.9000
</div>


Expand Down Expand Up @@ -232,7 +232,7 @@ <h1>Source code for pygbif.registry.nodes</h1><div class="highlight"><pre>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../../',
VERSION:'0.1.2',
VERSION:'0.1.3.9000',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions docs/_build/html/_modules/pygbif/species/names.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>pygbif.species.names &mdash; pygbif 0.1.2 documentation</title>
<title>pygbif.species.names &mdash; pygbif 0.1.3.9000 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="pygbif 0.1.2 documentation" href="../../../index.html"/>
<link rel="top" title="pygbif 0.1.3.9000 documentation" href="../../../index.html"/>
<link rel="up" title="Module code" href="../../index.html"/>


Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
0.1.2
0.1.3.9000
</div>


Expand Down Expand Up @@ -281,7 +281,7 @@ <h1>Source code for pygbif.species.names</h1><div class="highlight"><pre>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../../',
VERSION:'0.1.2',
VERSION:'0.1.3.9000',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions docs/_build/html/changelog_link.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Changelog &mdash; pygbif 0.1.2 documentation</title>
<title>Changelog &mdash; pygbif 0.1.3.9000 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="pygbif 0.1.2 documentation" href="index.html"/>
<link rel="top" title="pygbif 0.1.3.9000 documentation" href="index.html"/>
<link rel="prev" title="species module" href="species.html"/>


Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
0.1.2
0.1.3.9000
</div>


Expand Down Expand Up @@ -197,7 +197,7 @@ <h2>0.1.0 (2015-11-02)<a class="headerlink" href="#id3" title="Permalink to this
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.1.2',
VERSION:'0.1.3.9000',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down

0 comments on commit b29d8ad

Please sign in to comment.