Skip to content

Commit

Permalink
fixed bug in api_ref/data_retieval_pycmap_retrieve_dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Nov 17, 2020
1 parent 7860316 commit fd4b217
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 11 deletions.
Binary file modified _build/doctrees/environment.pickle
Binary file not shown.
Binary file not shown.
Expand Up @@ -43,4 +43,4 @@ Retrieve Dataset
import pycmap
api = pycmap.API(token='<YOUR_API_KEY>')
api.get_dataset('tblKM1906_Gradients3_uway_optics')
api.get_dataset('tblMGL1704_Gradients2_IFCB_Abundance')
2 changes: 1 addition & 1 deletion _build/html/genindex.html
Expand Up @@ -374,7 +374,7 @@ <h2 id="T">T</h2>

&copy; Copyright
<span class="lastupdated">
Last updated on Oct 15, 2020.
Last updated on Nov 16, 2020.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/index.html
Expand Up @@ -246,7 +246,7 @@

&copy; Copyright
<span class="lastupdated">
Last updated on Oct 15, 2020.
Last updated on Nov 16, 2020.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/search.html
Expand Up @@ -213,7 +213,7 @@

&copy; Copyright
<span class="lastupdated">
Last updated on Oct 15, 2020.
Last updated on Nov 16, 2020.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/searchindex.js

Large diffs are not rendered by default.

Expand Up @@ -94,7 +94,6 @@

<p class="caption"><span class="caption-text">User Guide</span></p>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../../../catalog/catalog.html">Data Catalog</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../../api_ref.html">Software Packages</a><ul class="current">
<li class="toctree-l2 current"><a class="reference internal" href="../pycmap_api_ref.html">pycmap API</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="../pycmap_install.html">Installation</a></li>
Expand Down Expand Up @@ -297,7 +296,7 @@
<span class="kn">import</span> <span class="nn">pycmap</span>

<span class="n">api</span> <span class="o">=</span> <span class="n">pycmap</span><span class="o">.</span><span class="n">API</span><span class="p">(</span><span class="n">token</span><span class="o">=</span><span class="s1">&#39;&lt;YOUR_API_KEY&gt;&#39;</span><span class="p">)</span>
<span class="n">api</span><span class="o">.</span><span class="n">get_dataset</span><span class="p">(</span><span class="s1">&#39;tblKM1906_Gradients3_uway_optics&#39;</span><span class="p">)</span>
<span class="n">api</span><span class="o">.</span><span class="n">get_dataset</span><span class="p">(</span><span class="s1">&#39;tblMGL1704_Gradients2_IFCB_Abundance&#39;</span><span class="p">)</span>
</pre></div>
</div>
</div>
Expand All @@ -316,7 +315,7 @@

&copy; Copyright
<span class="lastupdated">
Last updated on Jul 06, 2020.
Last updated on Nov 16, 2020.
</span>

</p>
Expand Down
Expand Up @@ -94,7 +94,6 @@

<p class="caption"><span class="caption-text">User Guide</span></p>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../../catalog/catalog.html">Data Catalog</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../api_ref.html">Software Packages</a><ul class="current">
<li class="toctree-l2 current"><a class="reference internal" href="pycmap_api_ref.html">pycmap API</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="pycmap_install.html">Installation</a></li>
Expand Down Expand Up @@ -372,7 +371,7 @@

&copy; Copyright
<span class="lastupdated">
Last updated on Jul 06, 2020.
Last updated on Nov 16, 2020.
</span>

</p>
Expand Down
Expand Up @@ -43,4 +43,4 @@ Retrieve Dataset
import pycmap
api = pycmap.API(token='<YOUR_API_KEY>')
api.get_dataset('tblKM1906_Gradients3_uway_optics')
api.get_dataset('tblMGL1704_Gradients2_IFCB_Abundance')

0 comments on commit fd4b217

Please sign in to comment.