Skip to content

Commit

Permalink
fixdes
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Oct 21, 2017
1 parent 16a18f6 commit 9a66baf
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/modules/crossref.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/modules/filters.doctree
Binary file not shown.
12 changes: 10 additions & 2 deletions docs/_build/html/_modules/habanero/crossref/crossref.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h1>Source code for habanero.crossref.crossref</h1><div class="highlight"><pre>
<span class="kn">from</span> <span class="nn">..habanero_utils</span> <span class="k">import</span> <span class="n">sub_str</span><span class="p">,</span><span class="n">check_kwargs</span>
<span class="kn">from</span> <span class="nn">.filters</span> <span class="k">import</span> <span class="n">filter_details</span>

<div class="viewcode-block" id="Crossref"><a class="viewcode-back" href="../../../api.html#habanero.Crossref">[docs]</a><span class="k">class</span> <span class="nc">Crossref</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
<span class="k">class</span> <span class="nc">Crossref</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
<span class="sd">&#39;&#39;&#39;</span>
<span class="sd"> Crossref: Class for Crossref search API methods</span>

Expand Down Expand Up @@ -265,6 +265,14 @@ <h1>Source code for habanero.crossref.crossref</h1><div class="highlight"><pre>
<span class="sd"> requests_log = logging.getLogger(&quot;requests.packages.urllib3&quot;)</span>
<span class="sd"> requests_log.setLevel(logging.DEBUG)</span>
<span class="sd"> requests_log.propagate = True</span>

<span class="sd"> import requests</span>
<span class="sd"> import logging</span>
<span class="sd"> logging.getLogger().setLevel(logging.DEBUG)</span>
<span class="sd"> requests_log = logging.getLogger(&quot;requests.packages.urllib3&quot;)</span>
<span class="sd"> requests_log.setLevel(logging.DEBUG)</span>
<span class="sd"> requests_log.propagate = True</span>

<span class="sd"> from habanero import Crossref</span>
<span class="sd"> cr = Crossref()</span>
<span class="sd"> cr.works(query = &quot;ecology&quot;)</span>
Expand Down Expand Up @@ -921,7 +929,7 @@ <h1>Source code for habanero.crossref.crossref</h1><div class="highlight"><pre>
<span class="sd"> x = cr.filter_details()</span>
<span class="sd"> [ z[&#39;description&#39;] for z in x.values() ]</span>
<span class="sd"> &#39;&#39;&#39;</span>
<span class="k">return</span> <span class="n">filter_details</span></div></div>
<span class="k">return</span> <span class="n">filter_details</span></div>
</pre></div>

</div>
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.

Loading

0 comments on commit 9a66baf

Please sign in to comment.