Skip to content

Commit

Permalink
updates docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-esch committed Nov 2, 2017
1 parent b01ff35 commit 4685cc3
Show file tree
Hide file tree
Showing 21 changed files with 69 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/_sources/index.rst.txt
Expand Up @@ -9,6 +9,8 @@
:maxdepth: 2
:caption: Contents:

modules

CARTOFrames Functionality
=========================

Expand Down
10 changes: 9 additions & 1 deletion docs/cartoframes.context.html
Expand Up @@ -23,6 +23,8 @@
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="cartoframes.credentials module" href="cartoframes.credentials.html" />
<link rel="prev" title="cartoframes package" href="cartoframes.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />

Expand Down Expand Up @@ -443,7 +445,7 @@

<dl class="method">
<dt id="cartoframes.context.CartoContext.write">
<code class="descname">write</code><span class="sig-paren">(</span><em>df</em>, <em>table_name</em>, <em>temp_dir='/Users/corinnegibbon/Library/Caches/cartoframes'</em>, <em>overwrite=False</em>, <em>lnglat=None</em>, <em>encode_geom=False</em>, <em>geom_col=None</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#cartoframes.context.CartoContext.write" title="Permalink to this definition"></a></dt>
<code class="descname">write</code><span class="sig-paren">(</span><em>df</em>, <em>table_name</em>, <em>temp_dir='/Users/peschbacher/Library/Caches/cartoframes'</em>, <em>overwrite=False</em>, <em>lnglat=None</em>, <em>encode_geom=False</em>, <em>geom_col=None</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#cartoframes.context.CartoContext.write" title="Permalink to this definition"></a></dt>
<dd><p>Write a DataFrame to a CARTO table.</p>
<p class="rubric">Example</p>
<p>Write a pandas DataFrame to CARTO.</p>
Expand Down Expand Up @@ -527,6 +529,12 @@
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li><a href="modules.html">cartoframes</a><ul>
<li><a href="cartoframes.html">cartoframes package</a><ul>
<li>Previous: <a href="cartoframes.html" title="previous chapter">cartoframes package</a></li>
<li>Next: <a href="cartoframes.credentials.html" title="next chapter">cartoframes.credentials module</a></li>
</ul></li>
</ul></li>
</ul></li>
</ul>
</div>
Expand Down
8 changes: 8 additions & 0 deletions docs/cartoframes.credentials.html
Expand Up @@ -23,6 +23,8 @@
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="cartoframes.layer module" href="cartoframes.layer.html" />
<link rel="prev" title="cartoframes.context module" href="cartoframes.context.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />

Expand Down Expand Up @@ -276,6 +278,12 @@
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li><a href="modules.html">cartoframes</a><ul>
<li><a href="cartoframes.html">cartoframes package</a><ul>
<li>Previous: <a href="cartoframes.context.html" title="previous chapter">cartoframes.context module</a></li>
<li>Next: <a href="cartoframes.layer.html" title="next chapter">cartoframes.layer module</a></li>
</ul></li>
</ul></li>
</ul></li>
</ul>
</div>
Expand Down
6 changes: 6 additions & 0 deletions docs/cartoframes.html
Expand Up @@ -23,6 +23,8 @@
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="cartoframes.context module" href="cartoframes.context.html" />
<link rel="prev" title="cartoframes" href="modules.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />

Expand Down Expand Up @@ -76,6 +78,10 @@ <h3><a href="index.html">Table Of Contents</a></h3>
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li><a href="modules.html">cartoframes</a><ul>
<li>Previous: <a href="modules.html" title="previous chapter">cartoframes</a></li>
<li>Next: <a href="cartoframes.context.html" title="next chapter">cartoframes.context module</a></li>
</ul></li>
</ul></li>
</ul>
</div>
Expand Down
8 changes: 8 additions & 0 deletions docs/cartoframes.layer.html
Expand Up @@ -23,6 +23,8 @@
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="cartoframes.maps module" href="cartoframes.maps.html" />
<link rel="prev" title="cartoframes.credentials module" href="cartoframes.credentials.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />

Expand Down Expand Up @@ -295,6 +297,12 @@
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li><a href="modules.html">cartoframes</a><ul>
<li><a href="cartoframes.html">cartoframes package</a><ul>
<li>Previous: <a href="cartoframes.credentials.html" title="previous chapter">cartoframes.credentials module</a></li>
<li>Next: <a href="cartoframes.maps.html" title="next chapter">cartoframes.maps module</a></li>
</ul></li>
</ul></li>
</ul></li>
</ul>
</div>
Expand Down
8 changes: 8 additions & 0 deletions docs/cartoframes.maps.html
Expand Up @@ -23,6 +23,8 @@
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="cartoframes.styling module" href="cartoframes.styling.html" />
<link rel="prev" title="cartoframes.layer module" href="cartoframes.layer.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />

Expand Down Expand Up @@ -77,6 +79,12 @@
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li><a href="modules.html">cartoframes</a><ul>
<li><a href="cartoframes.html">cartoframes package</a><ul>
<li>Previous: <a href="cartoframes.layer.html" title="previous chapter">cartoframes.layer module</a></li>
<li>Next: <a href="cartoframes.styling.html" title="next chapter">cartoframes.styling module</a></li>
</ul></li>
</ul></li>
</ul></li>
</ul>
</div>
Expand Down
8 changes: 8 additions & 0 deletions docs/cartoframes.styling.html
Expand Up @@ -23,6 +23,8 @@
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="cartoframes.utils module" href="cartoframes.utils.html" />
<link rel="prev" title="cartoframes.maps module" href="cartoframes.maps.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />

Expand Down Expand Up @@ -362,6 +364,12 @@
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li><a href="modules.html">cartoframes</a><ul>
<li><a href="cartoframes.html">cartoframes package</a><ul>
<li>Previous: <a href="cartoframes.maps.html" title="previous chapter">cartoframes.maps module</a></li>
<li>Next: <a href="cartoframes.utils.html" title="next chapter">cartoframes.utils module</a></li>
</ul></li>
</ul></li>
</ul></li>
</ul>
</div>
Expand Down
6 changes: 6 additions & 0 deletions docs/cartoframes.utils.html
Expand Up @@ -23,6 +23,7 @@
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="prev" title="cartoframes.styling module" href="cartoframes.styling.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />

Expand Down Expand Up @@ -119,6 +120,11 @@
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li><a href="modules.html">cartoframes</a><ul>
<li><a href="cartoframes.html">cartoframes package</a><ul>
<li>Previous: <a href="cartoframes.styling.html" title="previous chapter">cartoframes.styling module</a></li>
</ul></li>
</ul></li>
</ul></li>
</ul>
</div>
Expand Down
Binary file modified docs/doctrees/cartoframes.context.doctree
Binary file not shown.
Binary file modified docs/doctrees/cartoframes.credentials.doctree
Binary file not shown.
Binary file modified docs/doctrees/cartoframes.doctree
Binary file not shown.
Binary file modified docs/doctrees/cartoframes.layer.doctree
Binary file not shown.
Binary file modified docs/doctrees/cartoframes.maps.doctree
Binary file not shown.
Binary file modified docs/doctrees/cartoframes.styling.doctree
Binary file not shown.
Binary file modified docs/doctrees/cartoframes.utils.doctree
Binary file not shown.
Binary file modified docs/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/doctrees/modules.doctree
Binary file not shown.
9 changes: 9 additions & 0 deletions docs/index.html
Expand Up @@ -23,6 +23,7 @@
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="cartoframes" href="modules.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />

Expand Down Expand Up @@ -164,6 +165,13 @@ <h3>CARTO Credential Management<a class="headerlink" href="#carto-credential-man
</pre></div>
</div>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="modules.html">cartoframes</a><ul>
<li class="toctree-l2"><a class="reference internal" href="cartoframes.html">cartoframes package</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
Expand Down Expand Up @@ -1420,6 +1428,7 @@ <h3><a href="#">Table Of Contents</a></h3>
<h3>Related Topics</h3>
<ul>
<li><a href="#">Documentation overview</a><ul>
<li>Next: <a href="modules.html" title="next chapter">cartoframes</a></li>
</ul></li>
</ul>
</div>
Expand Down
4 changes: 4 additions & 0 deletions docs/modules.html
Expand Up @@ -23,6 +23,8 @@
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="cartoframes package" href="cartoframes.html" />
<link rel="prev" title="CARTOFrames" href="index.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />

Expand Down Expand Up @@ -68,6 +70,8 @@ <h1>cartoframes<a class="headerlink" href="#cartoframes" title="Permalink to thi
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="index.html" title="previous chapter">CARTOFrames</a></li>
<li>Next: <a href="cartoframes.html" title="next chapter">cartoframes package</a></li>
</ul></li>
</ul>
</div>
Expand Down

0 comments on commit 4685cc3

Please sign in to comment.