You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2018/12/23 16:31:19 UTC

[12/51] [partial] arrow-site git commit: Upload nightly docs

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/python/generated/pyarrow.BooleanArray.html
----------------------------------------------------------------------
diff --git a/docs/latest/python/generated/pyarrow.BooleanArray.html b/docs/latest/python/generated/pyarrow.BooleanArray.html
new file mode 100644
index 0000000..15c56f7
--- /dev/null
+++ b/docs/latest/python/generated/pyarrow.BooleanArray.html
@@ -0,0 +1,647 @@
+
+
+
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  
+  <title>pyarrow.BooleanArray &mdash; Apache Arrow v0.11.1.dev473+g6ed02454</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  <link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
+  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
+    <link rel="index" title="Index" href="../../genindex.html" />
+    <link rel="search" title="Search" href="../../search.html" />
+    <link rel="next" title="pyarrow.DictionaryArray" href="pyarrow.DictionaryArray.html" />
+    <link rel="prev" title="pyarrow.Array" href="pyarrow.Array.html" /> 
+
+  
+  <script src="../../_static/js/modernizr.min.js"></script>
+
+</head>
+
+<body class="wy-body-for-nav">
+
+   
+  <div class="wy-grid-for-nav">
+
+    
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="../../index.html" class="icon icon-home"> Apache Arrow
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                0.11.1.dev473+g6ed02454
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Memory Format</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../../format/README.html">Arrow specification documents</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../format/Guidelines.html">Implementation guidelines</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../format/Layout.html">Physical memory layout</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../format/Metadata.html">Metadata: Logical types, schemas, data headers</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../format/IPC.html">Interprocess messaging / communication (IPC)</a></li>
+</ul>
+<p class="caption"><span class="caption-text">Languages</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../../cpp/index.html">C++ Implementation</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Python bindings</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="../install.html">Installing PyArrow</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../memory.html">Memory and IO Interfaces</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../data.html">Data Types and In-Memory Data Model</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../ipc.html">Streaming, Serialization, and IPC</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../filesystems.html">File System Interfaces</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../plasma.html">The Plasma In-Memory Object Store</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../numpy.html">NumPy Integration</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../pandas.html">Pandas Integration</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../csv.html">Reading CSV files</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../parquet.html">Reading and Writing the Apache Parquet Format</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../extending.html">Using pyarrow from C++ and Cython Code</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="../api.html">API Reference</a><ul class="current">
+<li class="toctree-l3"><a class="reference internal" href="../api.html#type-and-schema-factory-functions">Type and Schema Factory Functions</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#type-checking-functions">Type checking functions</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#scalar-value-types">Scalar Value Types</a></li>
+<li class="toctree-l3 current"><a class="reference internal" href="../api.html#array-types">Array Types</a><ul class="current">
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Array.html">pyarrow.Array</a></li>
+<li class="toctree-l4 current"><a class="current reference internal" href="#">pyarrow.BooleanArray</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.DictionaryArray.html">pyarrow.DictionaryArray</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.FloatingPointArray.html">pyarrow.FloatingPointArray</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.IntegerArray.html">pyarrow.IntegerArray</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Int8Array.html">pyarrow.Int8Array</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Int16Array.html">pyarrow.Int16Array</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Int32Array.html">pyarrow.Int32Array</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Int64Array.html">pyarrow.Int64Array</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.NullArray.html">pyarrow.NullArray</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.NumericArray.html">pyarrow.NumericArray</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.UInt8Array.html">pyarrow.UInt8Array</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.UInt16Array.html">pyarrow.UInt16Array</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.UInt32Array.html">pyarrow.UInt32Array</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.UInt64Array.html">pyarrow.UInt64Array</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.BinaryArray.html">pyarrow.BinaryArray</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.FixedSizeBinaryArray.html">pyarrow.FixedSizeBinaryArray</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.StringArray.html">pyarrow.StringArray</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Time32Array.html">pyarrow.Time32Array</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Time64Array.html">pyarrow.Time64Array</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Date32Array.html">pyarrow.Date32Array</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Date64Array.html">pyarrow.Date64Array</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.TimestampArray.html">pyarrow.TimestampArray</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Decimal128Array.html">pyarrow.Decimal128Array</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.ListArray.html">pyarrow.ListArray</a></li>
+</ul>
+</li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#tables-and-record-batches">Tables and Record Batches</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#tensor-type-and-functions">Tensor type and Functions</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#in-memory-buffers">In-Memory Buffers</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#input-output-and-shared-memory">Input / Output and Shared Memory</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#file-systems">File Systems</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#serialization-and-ipc">Serialization and IPC</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#memory-pools">Memory Pools</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#type-classes">Type Classes</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#plasma-in-memory-object-store">Plasma In-Memory Object Store</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#csv-files">CSV Files</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#feather-files">Feather Files</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#parquet-files">Parquet Files</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#multi-threading">Multi-Threading</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#using-with-c-extensions">Using with C extensions</a></li>
+</ul>
+</li>
+<li class="toctree-l2"><a class="reference internal" href="../development.html">Development</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../getting_involved.html">Getting Involved</a></li>
+</ul>
+</li>
+</ul>
+
+            
+          
+        </div>
+      </div>
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="../../index.html">Apache Arrow</a>
+        
+      </nav>
+
+
+      <div class="wy-nav-content">
+        
+        <div class="rst-content">
+        
+          
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div role="navigation" aria-label="breadcrumbs navigation">
+
+  <ul class="wy-breadcrumbs">
+    
+      <li><a href="../../index.html">Docs</a> &raquo;</li>
+        
+          <li><a href="../index.html">Python bindings</a> &raquo;</li>
+        
+          <li><a href="../api.html">API Reference</a> &raquo;</li>
+        
+      <li>pyarrow.BooleanArray</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="../../_sources/python/generated/pyarrow.BooleanArray.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="section" id="pyarrow-booleanarray">
+<h1>pyarrow.BooleanArray<a class="headerlink" href="#pyarrow-booleanarray" title="Permalink to this headline">¶</a></h1>
+<dl class="class">
+<dt id="pyarrow.BooleanArray">
+<em class="property">class </em><code class="descclassname">pyarrow.</code><code class="descname">BooleanArray</code><a class="headerlink" href="#pyarrow.BooleanArray" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">pyarrow.lib.Array</span></code></p>
+<dl class="method">
+<dt id="pyarrow.BooleanArray.__init__">
+<code class="descname">__init__</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanArray.__init__" title="Permalink to this definition">¶</a></dt>
+<dd><p>Initialize self.  See help(type(self)) for accurate signature.</p>
+</dd></dl>
+
+<p class="rubric">Methods</p>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><a class="reference internal" href="#pyarrow.BooleanArray.buffers" title="pyarrow.BooleanArray.buffers"><code class="xref py py-obj docutils literal notranslate"><span class="pre">buffers</span></code></a>(self)</td>
+<td>Return a list of Buffer objects pointing to this array’s physical storage.</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="#pyarrow.BooleanArray.cast" title="pyarrow.BooleanArray.cast"><code class="xref py py-obj docutils literal notranslate"><span class="pre">cast</span></code></a>(self,&nbsp;target_type,&nbsp;bool&nbsp;safe=True)</td>
+<td>Cast array values to another data type.</td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="#pyarrow.BooleanArray.dictionary_encode" title="pyarrow.BooleanArray.dictionary_encode"><code class="xref py py-obj docutils literal notranslate"><span class="pre">dictionary_encode</span></code></a>(self)</td>
+<td>Compute dictionary-encoded representation of array</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="#pyarrow.BooleanArray.equals" title="pyarrow.BooleanArray.equals"><code class="xref py py-obj docutils literal notranslate"><span class="pre">equals</span></code></a>(self,&nbsp;Array&nbsp;other)</td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="#pyarrow.BooleanArray.format" title="pyarrow.BooleanArray.format"><code class="xref py py-obj docutils literal notranslate"><span class="pre">format</span></code></a>(self,&nbsp;int&nbsp;indent=0,&nbsp;int&nbsp;window=10)</td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="#pyarrow.BooleanArray.from_buffers" title="pyarrow.BooleanArray.from_buffers"><code class="xref py py-obj docutils literal notranslate"><span class="pre">from_buffers</span></code></a>(DataType&nbsp;type,&nbsp;length,&nbsp;buffers)</td>
+<td>Construct an Array from a sequence of buffers.</td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="#pyarrow.BooleanArray.from_pandas" title="pyarrow.BooleanArray.from_pandas"><code class="xref py py-obj docutils literal notranslate"><span class="pre">from_pandas</span></code></a>(obj[,&nbsp;mask,&nbsp;type])</td>
+<td>Convert pandas.Series to an Arrow Array, using pandas’s semantics about what values indicate nulls.</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="#pyarrow.BooleanArray.isnull" title="pyarrow.BooleanArray.isnull"><code class="xref py py-obj docutils literal notranslate"><span class="pre">isnull</span></code></a>(self)</td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="#pyarrow.BooleanArray.slice" title="pyarrow.BooleanArray.slice"><code class="xref py py-obj docutils literal notranslate"><span class="pre">slice</span></code></a>(self[,&nbsp;offset,&nbsp;length])</td>
+<td>Compute zero-copy slice of this array</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="#pyarrow.BooleanArray.to_numpy" title="pyarrow.BooleanArray.to_numpy"><code class="xref py py-obj docutils literal notranslate"><span class="pre">to_numpy</span></code></a>(self)</td>
+<td>Experimental: return a NumPy view of this array.</td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="#pyarrow.BooleanArray.to_pandas" title="pyarrow.BooleanArray.to_pandas"><code class="xref py py-obj docutils literal notranslate"><span class="pre">to_pandas</span></code></a>(self,&nbsp;…)</td>
+<td>Convert to a NumPy array object suitable for use in pandas.</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="#pyarrow.BooleanArray.to_pylist" title="pyarrow.BooleanArray.to_pylist"><code class="xref py py-obj docutils literal notranslate"><span class="pre">to_pylist</span></code></a>(self)</td>
+<td>Convert to a list of native Python objects.</td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="#pyarrow.BooleanArray.unique" title="pyarrow.BooleanArray.unique"><code class="xref py py-obj docutils literal notranslate"><span class="pre">unique</span></code></a>(self)</td>
+<td>Compute distinct elements in array</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="#pyarrow.BooleanArray.validate" title="pyarrow.BooleanArray.validate"><code class="xref py py-obj docutils literal notranslate"><span class="pre">validate</span></code></a>(self)</td>
+<td>Perform any validation checks implemented by arrow::ValidateArray.</td>
+</tr>
+</tbody>
+</table>
+<p class="rubric">Attributes</p>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><a class="reference internal" href="#pyarrow.BooleanArray.null_count" title="pyarrow.BooleanArray.null_count"><code class="xref py py-obj docutils literal notranslate"><span class="pre">null_count</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="#pyarrow.BooleanArray.offset" title="pyarrow.BooleanArray.offset"><code class="xref py py-obj docutils literal notranslate"><span class="pre">offset</span></code></a></td>
+<td>A relative position into another array’s data, to enable zero-copy slicing.</td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="#pyarrow.BooleanArray.type" title="pyarrow.BooleanArray.type"><code class="xref py py-obj docutils literal notranslate"><span class="pre">type</span></code></a></td>
+<td></td>
+</tr>
+</tbody>
+</table>
+<dl class="method">
+<dt id="pyarrow.BooleanArray.buffers">
+<code class="descname">buffers</code><span class="sig-paren">(</span><em>self</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanArray.buffers" title="Permalink to this definition">¶</a></dt>
+<dd><p>Return a list of Buffer objects pointing to this array’s physical
+storage.</p>
+<p>To correctly interpret these buffers, you need to also apply the offset
+multiplied with the size of the stored data type.</p>
+</dd></dl>
+
+<dl class="method">
+<dt id="pyarrow.BooleanArray.cast">
+<code class="descname">cast</code><span class="sig-paren">(</span><em>self</em>, <em>target_type</em>, <em>bool safe=True</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanArray.cast" title="Permalink to this definition">¶</a></dt>
+<dd><p>Cast array values to another data type.</p>
+<p class="rubric">Example</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">datetime</span> <span class="k">import</span> <span class="n">datetime</span>
+<span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">pyarrow</span> <span class="k">as</span> <span class="nn">pa</span>
+<span class="gp">&gt;&gt;&gt; </span><span class="n">arr</span> <span class="o">=</span> <span class="n">pa</span><span class="o">.</span><span class="n">array</span><span class="p">([</span><span class="n">datetime</span><span class="p">(</span><span class="mi">2010</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">1</span><span class="p">),</span> <span class="n">datetime</span><span class="p">(</span><span class="mi">2015</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">1</span><span class="p">)])</span>
+<span class="gp">&gt;&gt;&gt; </span><span class="n">arr</span><span class="o">.</span><span class="n">type</span>
+<span class="go">TimestampType(timestamp[us])</span>
+</pre></div>
+</div>
+<p>You can use <code class="docutils literal notranslate"><span class="pre">pyarrow.DataType</span></code> objects to specify the target type:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">arr</span><span class="o">.</span><span class="n">cast</span><span class="p">(</span><span class="n">pa</span><span class="o">.</span><span class="n">timestamp</span><span class="p">(</span><span class="s1">&#39;ms&#39;</span><span class="p">))</span>
+<span class="go">&lt;pyarrow.lib.TimestampArray object at 0x10420eb88&gt;</span>
+<span class="go">[</span>
+<span class="go">  1262304000000,</span>
+<span class="go">  1420070400000</span>
+<span class="go">]</span>
+<span class="gp">&gt;&gt;&gt; </span><span class="n">arr</span><span class="o">.</span><span class="n">cast</span><span class="p">(</span><span class="n">pa</span><span class="o">.</span><span class="n">timestamp</span><span class="p">(</span><span class="s1">&#39;ms&#39;</span><span class="p">))</span><span class="o">.</span><span class="n">type</span>
+<span class="go">TimestampType(timestamp[ms])</span>
+</pre></div>
+</div>
+<p>Alternatively, it is also supported to use the string aliases for these
+types:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">arr</span><span class="o">.</span><span class="n">cast</span><span class="p">(</span><span class="s1">&#39;timestamp[ms]&#39;</span><span class="p">)</span>
+<span class="go">&lt;pyarrow.lib.TimestampArray object at 0x10420eb88&gt;</span>
+<span class="go">[</span>
+<span class="go">  1262304000000,</span>
+<span class="go">  1420070400000</span>
+<span class="go">]</span>
+<span class="gp">&gt;&gt;&gt; </span><span class="n">arr</span><span class="o">.</span><span class="n">cast</span><span class="p">(</span><span class="s1">&#39;timestamp[ms]&#39;</span><span class="p">)</span><span class="o">.</span><span class="n">type</span>
+<span class="go">TimestampType(timestamp[ms])</span>
+</pre></div>
+</div>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
+<li><strong>target_type</strong> (<a class="reference internal" href="pyarrow.DataType.html#pyarrow.DataType" title="pyarrow.DataType"><em>DataType</em></a>) – Type to cast to</li>
+<li><strong>safe</strong> (<em>boolean</em><em>, </em><em>default True</em>) – Check for overflows or other unsafe conversions</li>
+</ul>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last"><strong>casted</strong> (<em>Array</em>)</p>
+</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="method">
+<dt id="pyarrow.BooleanArray.dictionary_encode">
+<code class="descname">dictionary_encode</code><span class="sig-paren">(</span><em>self</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanArray.dictionary_encode" title="Permalink to this definition">¶</a></dt>
+<dd><p>Compute dictionary-encoded representation of array</p>
+</dd></dl>
+
+<dl class="method">
+<dt id="pyarrow.BooleanArray.equals">
+<code class="descname">equals</code><span class="sig-paren">(</span><em>self</em>, <em>Array other</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanArray.equals" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyarrow.BooleanArray.format">
+<code class="descname">format</code><span class="sig-paren">(</span><em>self</em>, <em>int indent=0</em>, <em>int window=10</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanArray.format" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="staticmethod">
+<dt id="pyarrow.BooleanArray.from_buffers">
+<em class="property">static </em><code class="descname">from_buffers</code><span class="sig-paren">(</span><em>DataType type</em>, <em>length</em>, <em>buffers</em>, <em>null_count=-1</em>, <em>offset=0</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanArray.from_buffers" title="Permalink to this definition">¶</a></dt>
+<dd><p>Construct an Array from a sequence of buffers.  The concrete type
+returned depends on the datatype.</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
+<li><strong>type</strong> (<a class="reference internal" href="pyarrow.DataType.html#pyarrow.DataType" title="pyarrow.DataType"><em>DataType</em></a>) – The value type of the array</li>
+<li><strong>length</strong> (<em>int</em>) – The number of values in the array</li>
+<li><strong>buffers</strong> (<em>List</em><em>[</em><a class="reference internal" href="pyarrow.Buffer.html#pyarrow.Buffer" title="pyarrow.Buffer"><em>Buffer</em></a><em>]</em>) – The buffers backing this array</li>
+<li><strong>null_count</strong> (<em>int</em><em>, </em><em>default -1</em>) – </li>
+<li><strong>offset</strong> (<em>int</em><em>, </em><em>default 0</em>) – The array’s logical offset (in values, not in bytes) from the
+start of each buffer</li>
+</ul>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last"><strong>array</strong> (<em>Array</em>)</p>
+</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="staticmethod">
+<dt id="pyarrow.BooleanArray.from_pandas">
+<em class="property">static </em><code class="descname">from_pandas</code><span class="sig-paren">(</span><em>obj</em>, <em>mask=None</em>, <em>type=None</em>, <em>bool safe=True</em>, <em>MemoryPool memory_pool=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanArray.from_pandas" title="Permalink to this definition">¶</a></dt>
+<dd><p>Convert pandas.Series to an Arrow Array, using pandas’s semantics about
+what values indicate nulls. See pyarrow.array for more general
+conversion from arrays or sequences to Arrow arrays.</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
+<li><strong>sequence</strong> (<em>ndarray</em><em>, </em><em>Inded Series</em>) – </li>
+<li><strong>mask</strong> (<em>array</em><em> (</em><em>boolean</em><em>)</em><em>, </em><em>optional</em>) – Indicate which values are null (True) or not null (False)</li>
+<li><strong>type</strong> (<a class="reference internal" href="pyarrow.DataType.html#pyarrow.DataType" title="pyarrow.DataType"><em>pyarrow.DataType</em></a>) – Explicit type to attempt to coerce to, otherwise will be inferred
+from the data</li>
+<li><strong>safe</strong> (<em>boolean</em><em>, </em><em>default True</em>) – Check for overflows or other unsafe conversions</li>
+<li><strong>memory_pool</strong> (<a class="reference internal" href="pyarrow.MemoryPool.html#pyarrow.MemoryPool" title="pyarrow.MemoryPool"><em>pyarrow.MemoryPool</em></a><em>, </em><em>optional</em>) – If not passed, will allocate memory from the currently-set default
+memory pool</li>
+</ul>
+</td>
+</tr>
+</tbody>
+</table>
+<p class="rubric">Notes</p>
+<p>Localized timestamps will currently be returned as UTC (pandas’s native
+representation).  Timezone-naive data will be implicitly interpreted as
+UTC.</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><ul class="simple">
+<li><strong>array</strong> (<em>pyarrow.Array or pyarrow.ChunkedArray (if object data</em>)</li>
+<li><em>overflows binary buffer)</em></li>
+</ul>
+</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="method">
+<dt id="pyarrow.BooleanArray.isnull">
+<code class="descname">isnull</code><span class="sig-paren">(</span><em>self</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanArray.isnull" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyarrow.BooleanArray.null_count">
+<code class="descname">null_count</code><a class="headerlink" href="#pyarrow.BooleanArray.null_count" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyarrow.BooleanArray.offset">
+<code class="descname">offset</code><a class="headerlink" href="#pyarrow.BooleanArray.offset" title="Permalink to this definition">¶</a></dt>
+<dd><p>A relative position into another array’s data, to enable zero-copy
+slicing. This value defaults to zero but must be applied on all
+operations with the physical storage buffers.</p>
+</dd></dl>
+
+<dl class="method">
+<dt id="pyarrow.BooleanArray.slice">
+<code class="descname">slice</code><span class="sig-paren">(</span><em>self</em>, <em>offset=0</em>, <em>length=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanArray.slice" title="Permalink to this definition">¶</a></dt>
+<dd><p>Compute zero-copy slice of this array</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
+<li><strong>offset</strong> (<em>int</em><em>, </em><em>default 0</em>) – Offset from start of array to slice</li>
+<li><strong>length</strong> (<em>int</em><em>, </em><em>default None</em>) – Length of slice (default is until end of Array starting from
+offset)</li>
+</ul>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last"><strong>sliced</strong> (<em>RecordBatch</em>)</p>
+</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="method">
+<dt id="pyarrow.BooleanArray.to_numpy">
+<code class="descname">to_numpy</code><span class="sig-paren">(</span><em>self</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanArray.to_numpy" title="Permalink to this definition">¶</a></dt>
+<dd><p>Experimental: return a NumPy view of this array. Only primitive
+arrays with the same memory layout as NumPy (i.e. integers,
+floating point), without any nulls, are supported.</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><strong>array</strong> (<em>numpy.ndarray</em>)</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="method">
+<dt id="pyarrow.BooleanArray.to_pandas">
+<code class="descname">to_pandas</code><span class="sig-paren">(</span><em>self</em>, <em>bool strings_to_categorical=False</em>, <em>bool zero_copy_only=False</em>, <em>bool integer_object_nulls=False</em>, <em>bool date_as_object=False</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanArray.to_pandas" title="Permalink to this definition">¶</a></dt>
+<dd><p>Convert to a NumPy array object suitable for use in pandas.</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
+<li><strong>strings_to_categorical</strong> (<em>boolean</em><em>, </em><em>default False</em>) – Encode string (UTF8) and binary types to pandas.Categorical</li>
+<li><strong>zero_copy_only</strong> (<em>boolean</em><em>, </em><em>default False</em>) – Raise an ArrowException if this function call would require copying
+the underlying data</li>
+<li><strong>integer_object_nulls</strong> (<em>boolean</em><em>, </em><em>default False</em>) – Cast integers with nulls to objects</li>
+<li><strong>date_as_object</strong> (<em>boolean</em><em>, </em><em>default False</em>) – Cast dates to objects</li>
+</ul>
+</td>
+</tr>
+</tbody>
+</table>
+<div class="admonition seealso">
+<p class="first admonition-title">See also</p>
+<p class="last"><a class="reference internal" href="pyarrow.Column.html#pyarrow.Column.to_pandas" title="pyarrow.Column.to_pandas"><code class="xref py py-meth docutils literal notranslate"><span class="pre">Column.to_pandas()</span></code></a>, <a class="reference internal" href="pyarrow.Table.html#pyarrow.Table.to_pandas" title="pyarrow.Table.to_pandas"><code class="xref py py-meth docutils literal notranslate"><span class="pre">Table.to_pandas()</span></code></a>, <a class="reference internal" href="pyarrow.RecordBatch.html#pyarrow.RecordBatch.to_pandas" title="pyarrow.RecordBatch.to_pandas"><code class="xref py py-meth docutils literal notranslate"><span class="pre">RecordBatch.to_pandas()</span></code></a></p>
+</div>
+</dd></dl>
+
+<dl class="method">
+<dt id="pyarrow.BooleanArray.to_pylist">
+<code class="descname">to_pylist</code><span class="sig-paren">(</span><em>self</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanArray.to_pylist" title="Permalink to this definition">¶</a></dt>
+<dd><p>Convert to a list of native Python objects.</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><strong>lst</strong> (<em>list</em>)</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="attribute">
+<dt id="pyarrow.BooleanArray.type">
+<code class="descname">type</code><a class="headerlink" href="#pyarrow.BooleanArray.type" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyarrow.BooleanArray.unique">
+<code class="descname">unique</code><span class="sig-paren">(</span><em>self</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanArray.unique" title="Permalink to this definition">¶</a></dt>
+<dd><p>Compute distinct elements in array</p>
+</dd></dl>
+
+<dl class="method">
+<dt id="pyarrow.BooleanArray.validate">
+<code class="descname">validate</code><span class="sig-paren">(</span><em>self</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanArray.validate" title="Permalink to this definition">¶</a></dt>
+<dd><p>Perform any validation checks implemented by
+arrow::ValidateArray. Raises exception with error message if array does
+not validate</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Raises:</th><td class="field-body"><code class="xref py py-exc docutils literal notranslate"><span class="pre">ArrowInvalid</span></code></td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+</dd></dl>
+
+</div>
+
+
+           </div>
+           
+          </div>
+          <footer>
+  
+    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
+      
+        <a href="pyarrow.DictionaryArray.html" class="btn btn-neutral float-right" title="pyarrow.DictionaryArray" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
+      
+      
+        <a href="pyarrow.Array.html" class="btn btn-neutral" title="pyarrow.Array" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+      
+    </div>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2016-2018 Apache Software Foundation
+
+    </p>
+  </div>
+  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    
+    
+      <script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
+        <script type="text/javascript" src="../../_static/jquery.js"></script>
+        <script type="text/javascript" src="../../_static/underscore.js"></script>
+        <script type="text/javascript" src="../../_static/doctools.js"></script>
+    
+
+  
+
+  <script type="text/javascript" src="../../_static/js/theme.js"></script>
+
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.Navigation.enable(true);
+      });
+  </script>
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107500873-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-107500873-1');
+</script>
+
+
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/python/generated/pyarrow.BooleanValue.html
----------------------------------------------------------------------
diff --git a/docs/latest/python/generated/pyarrow.BooleanValue.html b/docs/latest/python/generated/pyarrow.BooleanValue.html
new file mode 100644
index 0000000..d301ed7
--- /dev/null
+++ b/docs/latest/python/generated/pyarrow.BooleanValue.html
@@ -0,0 +1,327 @@
+
+
+
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  
+  <title>pyarrow.BooleanValue &mdash; Apache Arrow v0.11.1.dev473+g6ed02454</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  <link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
+  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
+    <link rel="index" title="Index" href="../../genindex.html" />
+    <link rel="search" title="Search" href="../../search.html" />
+    <link rel="next" title="pyarrow.Int8Value" href="pyarrow.Int8Value.html" />
+    <link rel="prev" title="pyarrow.ArrayValue" href="pyarrow.ArrayValue.html" /> 
+
+  
+  <script src="../../_static/js/modernizr.min.js"></script>
+
+</head>
+
+<body class="wy-body-for-nav">
+
+   
+  <div class="wy-grid-for-nav">
+
+    
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="../../index.html" class="icon icon-home"> Apache Arrow
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                0.11.1.dev473+g6ed02454
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Memory Format</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../../format/README.html">Arrow specification documents</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../format/Guidelines.html">Implementation guidelines</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../format/Layout.html">Physical memory layout</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../format/Metadata.html">Metadata: Logical types, schemas, data headers</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../format/IPC.html">Interprocess messaging / communication (IPC)</a></li>
+</ul>
+<p class="caption"><span class="caption-text">Languages</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../../cpp/index.html">C++ Implementation</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Python bindings</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="../install.html">Installing PyArrow</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../memory.html">Memory and IO Interfaces</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../data.html">Data Types and In-Memory Data Model</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../ipc.html">Streaming, Serialization, and IPC</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../filesystems.html">File System Interfaces</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../plasma.html">The Plasma In-Memory Object Store</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../numpy.html">NumPy Integration</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../pandas.html">Pandas Integration</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../csv.html">Reading CSV files</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../parquet.html">Reading and Writing the Apache Parquet Format</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../extending.html">Using pyarrow from C++ and Cython Code</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="../api.html">API Reference</a><ul class="current">
+<li class="toctree-l3"><a class="reference internal" href="../api.html#type-and-schema-factory-functions">Type and Schema Factory Functions</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#type-checking-functions">Type checking functions</a></li>
+<li class="toctree-l3 current"><a class="reference internal" href="../api.html#scalar-value-types">Scalar Value Types</a><ul class="current">
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.NA.html">pyarrow.NA</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Scalar.html">pyarrow.Scalar</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.ArrayValue.html">pyarrow.ArrayValue</a></li>
+<li class="toctree-l4 current"><a class="current reference internal" href="#">pyarrow.BooleanValue</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Int8Value.html">pyarrow.Int8Value</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Int16Value.html">pyarrow.Int16Value</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Int32Value.html">pyarrow.Int32Value</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Int64Value.html">pyarrow.Int64Value</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.UInt8Value.html">pyarrow.UInt8Value</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.UInt16Value.html">pyarrow.UInt16Value</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.UInt32Value.html">pyarrow.UInt32Value</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.UInt64Value.html">pyarrow.UInt64Value</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.FloatValue.html">pyarrow.FloatValue</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.DoubleValue.html">pyarrow.DoubleValue</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.ListValue.html">pyarrow.ListValue</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.BinaryValue.html">pyarrow.BinaryValue</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.StringValue.html">pyarrow.StringValue</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.FixedSizeBinaryValue.html">pyarrow.FixedSizeBinaryValue</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Date32Value.html">pyarrow.Date32Value</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.Date64Value.html">pyarrow.Date64Value</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.TimestampValue.html">pyarrow.TimestampValue</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.DecimalValue.html">pyarrow.DecimalValue</a></li>
+</ul>
+</li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#array-types">Array Types</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#tables-and-record-batches">Tables and Record Batches</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#tensor-type-and-functions">Tensor type and Functions</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#in-memory-buffers">In-Memory Buffers</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#input-output-and-shared-memory">Input / Output and Shared Memory</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#file-systems">File Systems</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#serialization-and-ipc">Serialization and IPC</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#memory-pools">Memory Pools</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#type-classes">Type Classes</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#plasma-in-memory-object-store">Plasma In-Memory Object Store</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#csv-files">CSV Files</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#feather-files">Feather Files</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#parquet-files">Parquet Files</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#multi-threading">Multi-Threading</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#using-with-c-extensions">Using with C extensions</a></li>
+</ul>
+</li>
+<li class="toctree-l2"><a class="reference internal" href="../development.html">Development</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../getting_involved.html">Getting Involved</a></li>
+</ul>
+</li>
+</ul>
+
+            
+          
+        </div>
+      </div>
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="../../index.html">Apache Arrow</a>
+        
+      </nav>
+
+
+      <div class="wy-nav-content">
+        
+        <div class="rst-content">
+        
+          
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div role="navigation" aria-label="breadcrumbs navigation">
+
+  <ul class="wy-breadcrumbs">
+    
+      <li><a href="../../index.html">Docs</a> &raquo;</li>
+        
+          <li><a href="../index.html">Python bindings</a> &raquo;</li>
+        
+          <li><a href="../api.html">API Reference</a> &raquo;</li>
+        
+      <li>pyarrow.BooleanValue</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="../../_sources/python/generated/pyarrow.BooleanValue.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="section" id="pyarrow-booleanvalue">
+<h1>pyarrow.BooleanValue<a class="headerlink" href="#pyarrow-booleanvalue" title="Permalink to this headline">¶</a></h1>
+<dl class="class">
+<dt id="pyarrow.BooleanValue">
+<em class="property">class </em><code class="descclassname">pyarrow.</code><code class="descname">BooleanValue</code><a class="headerlink" href="#pyarrow.BooleanValue" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">pyarrow.lib.ArrayValue</span></code></p>
+<dl class="method">
+<dt id="pyarrow.BooleanValue.__init__">
+<code class="descname">__init__</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanValue.__init__" title="Permalink to this definition">¶</a></dt>
+<dd><p>Initialize self.  See help(type(self)) for accurate signature.</p>
+</dd></dl>
+
+<p class="rubric">Methods</p>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><a class="reference internal" href="#pyarrow.BooleanValue.as_py" title="pyarrow.BooleanValue.as_py"><code class="xref py py-obj docutils literal notranslate"><span class="pre">as_py</span></code></a>(self)</td>
+<td>Return this value as a Python bool.</td>
+</tr>
+</tbody>
+</table>
+<dl class="method">
+<dt id="pyarrow.BooleanValue.as_py">
+<code class="descname">as_py</code><span class="sig-paren">(</span><em>self</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.BooleanValue.as_py" title="Permalink to this definition">¶</a></dt>
+<dd><p>Return this value as a Python bool.</p>
+</dd></dl>
+
+</dd></dl>
+
+</div>
+
+
+           </div>
+           
+          </div>
+          <footer>
+  
+    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
+      
+        <a href="pyarrow.Int8Value.html" class="btn btn-neutral float-right" title="pyarrow.Int8Value" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
+      
+      
+        <a href="pyarrow.ArrayValue.html" class="btn btn-neutral" title="pyarrow.ArrayValue" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+      
+    </div>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2016-2018 Apache Software Foundation
+
+    </p>
+  </div>
+  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    
+    
+      <script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
+        <script type="text/javascript" src="../../_static/jquery.js"></script>
+        <script type="text/javascript" src="../../_static/underscore.js"></script>
+        <script type="text/javascript" src="../../_static/doctools.js"></script>
+    
+
+  
+
+  <script type="text/javascript" src="../../_static/js/theme.js"></script>
+
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.Navigation.enable(true);
+      });
+  </script>
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107500873-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-107500873-1');
+</script>
+
+
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/python/generated/pyarrow.Buffer.html
----------------------------------------------------------------------
diff --git a/docs/latest/python/generated/pyarrow.Buffer.html b/docs/latest/python/generated/pyarrow.Buffer.html
new file mode 100644
index 0000000..9457352
--- /dev/null
+++ b/docs/latest/python/generated/pyarrow.Buffer.html
@@ -0,0 +1,396 @@
+
+
+
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  
+  <title>pyarrow.Buffer &mdash; Apache Arrow v0.11.1.dev473+g6ed02454</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  <link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
+  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
+    <link rel="index" title="Index" href="../../genindex.html" />
+    <link rel="search" title="Search" href="../../search.html" />
+    <link rel="next" title="pyarrow.ResizableBuffer" href="pyarrow.ResizableBuffer.html" />
+    <link rel="prev" title="pyarrow.foreign_buffer" href="pyarrow.foreign_buffer.html" /> 
+
+  
+  <script src="../../_static/js/modernizr.min.js"></script>
+
+</head>
+
+<body class="wy-body-for-nav">
+
+   
+  <div class="wy-grid-for-nav">
+
+    
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="../../index.html" class="icon icon-home"> Apache Arrow
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                0.11.1.dev473+g6ed02454
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Memory Format</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../../format/README.html">Arrow specification documents</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../format/Guidelines.html">Implementation guidelines</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../format/Layout.html">Physical memory layout</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../format/Metadata.html">Metadata: Logical types, schemas, data headers</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../format/IPC.html">Interprocess messaging / communication (IPC)</a></li>
+</ul>
+<p class="caption"><span class="caption-text">Languages</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../../cpp/index.html">C++ Implementation</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Python bindings</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="../install.html">Installing PyArrow</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../memory.html">Memory and IO Interfaces</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../data.html">Data Types and In-Memory Data Model</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../ipc.html">Streaming, Serialization, and IPC</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../filesystems.html">File System Interfaces</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../plasma.html">The Plasma In-Memory Object Store</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../numpy.html">NumPy Integration</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../pandas.html">Pandas Integration</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../csv.html">Reading CSV files</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../parquet.html">Reading and Writing the Apache Parquet Format</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../extending.html">Using pyarrow from C++ and Cython Code</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="../api.html">API Reference</a><ul class="current">
+<li class="toctree-l3"><a class="reference internal" href="../api.html#type-and-schema-factory-functions">Type and Schema Factory Functions</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#type-checking-functions">Type checking functions</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#scalar-value-types">Scalar Value Types</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#array-types">Array Types</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#tables-and-record-batches">Tables and Record Batches</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#tensor-type-and-functions">Tensor type and Functions</a></li>
+<li class="toctree-l3 current"><a class="reference internal" href="../api.html#in-memory-buffers">In-Memory Buffers</a><ul class="current">
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.allocate_buffer.html">pyarrow.allocate_buffer</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.compress.html">pyarrow.compress</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.decompress.html">pyarrow.decompress</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.py_buffer.html">pyarrow.py_buffer</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.foreign_buffer.html">pyarrow.foreign_buffer</a></li>
+<li class="toctree-l4 current"><a class="current reference internal" href="#">pyarrow.Buffer</a></li>
+<li class="toctree-l4"><a class="reference internal" href="pyarrow.ResizableBuffer.html">pyarrow.ResizableBuffer</a></li>
+</ul>
+</li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#input-output-and-shared-memory">Input / Output and Shared Memory</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#file-systems">File Systems</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#serialization-and-ipc">Serialization and IPC</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#memory-pools">Memory Pools</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#type-classes">Type Classes</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#plasma-in-memory-object-store">Plasma In-Memory Object Store</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#csv-files">CSV Files</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#feather-files">Feather Files</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#parquet-files">Parquet Files</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#multi-threading">Multi-Threading</a></li>
+<li class="toctree-l3"><a class="reference internal" href="../api.html#using-with-c-extensions">Using with C extensions</a></li>
+</ul>
+</li>
+<li class="toctree-l2"><a class="reference internal" href="../development.html">Development</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../getting_involved.html">Getting Involved</a></li>
+</ul>
+</li>
+</ul>
+
+            
+          
+        </div>
+      </div>
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="../../index.html">Apache Arrow</a>
+        
+      </nav>
+
+
+      <div class="wy-nav-content">
+        
+        <div class="rst-content">
+        
+          
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div role="navigation" aria-label="breadcrumbs navigation">
+
+  <ul class="wy-breadcrumbs">
+    
+      <li><a href="../../index.html">Docs</a> &raquo;</li>
+        
+          <li><a href="../index.html">Python bindings</a> &raquo;</li>
+        
+          <li><a href="../api.html">API Reference</a> &raquo;</li>
+        
+      <li>pyarrow.Buffer</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="../../_sources/python/generated/pyarrow.Buffer.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="section" id="pyarrow-buffer">
+<h1>pyarrow.Buffer<a class="headerlink" href="#pyarrow-buffer" title="Permalink to this headline">¶</a></h1>
+<dl class="class">
+<dt id="pyarrow.Buffer">
+<em class="property">class </em><code class="descclassname">pyarrow.</code><code class="descname">Buffer</code><a class="headerlink" href="#pyarrow.Buffer" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
+<dl class="method">
+<dt id="pyarrow.Buffer.__init__">
+<code class="descname">__init__</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.Buffer.__init__" title="Permalink to this definition">¶</a></dt>
+<dd><p>Initialize self.  See help(type(self)) for accurate signature.</p>
+</dd></dl>
+
+<p class="rubric">Methods</p>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><a class="reference internal" href="#pyarrow.Buffer.equals" title="pyarrow.Buffer.equals"><code class="xref py py-obj docutils literal notranslate"><span class="pre">equals</span></code></a>(self,&nbsp;Buffer&nbsp;other)</td>
+<td>Determine if two buffers contain exactly the same data</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="#pyarrow.Buffer.slice" title="pyarrow.Buffer.slice"><code class="xref py py-obj docutils literal notranslate"><span class="pre">slice</span></code></a>(self[,&nbsp;offset,&nbsp;length])</td>
+<td>Compute slice of this buffer</td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="#pyarrow.Buffer.to_pybytes" title="pyarrow.Buffer.to_pybytes"><code class="xref py py-obj docutils literal notranslate"><span class="pre">to_pybytes</span></code></a>(self)</td>
+<td></td>
+</tr>
+</tbody>
+</table>
+<p class="rubric">Attributes</p>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><a class="reference internal" href="#pyarrow.Buffer.address" title="pyarrow.Buffer.address"><code class="xref py py-obj docutils literal notranslate"><span class="pre">address</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="#pyarrow.Buffer.is_mutable" title="pyarrow.Buffer.is_mutable"><code class="xref py py-obj docutils literal notranslate"><span class="pre">is_mutable</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="#pyarrow.Buffer.parent" title="pyarrow.Buffer.parent"><code class="xref py py-obj docutils literal notranslate"><span class="pre">parent</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="#pyarrow.Buffer.size" title="pyarrow.Buffer.size"><code class="xref py py-obj docutils literal notranslate"><span class="pre">size</span></code></a></td>
+<td></td>
+</tr>
+</tbody>
+</table>
+<dl class="attribute">
+<dt id="pyarrow.Buffer.address">
+<code class="descname">address</code><a class="headerlink" href="#pyarrow.Buffer.address" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyarrow.Buffer.equals">
+<code class="descname">equals</code><span class="sig-paren">(</span><em>self</em>, <em>Buffer other</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.Buffer.equals" title="Permalink to this definition">¶</a></dt>
+<dd><p>Determine if two buffers contain exactly the same data</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>other</strong> (<a class="reference internal" href="#pyarrow.Buffer" title="pyarrow.Buffer"><em>Buffer</em></a>) – </td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><strong>are_equal</strong> (<em>True if buffer contents and size are equal</em>)</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="attribute">
+<dt id="pyarrow.Buffer.is_mutable">
+<code class="descname">is_mutable</code><a class="headerlink" href="#pyarrow.Buffer.is_mutable" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyarrow.Buffer.parent">
+<code class="descname">parent</code><a class="headerlink" href="#pyarrow.Buffer.parent" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyarrow.Buffer.size">
+<code class="descname">size</code><a class="headerlink" href="#pyarrow.Buffer.size" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyarrow.Buffer.slice">
+<code class="descname">slice</code><span class="sig-paren">(</span><em>self</em>, <em>offset=0</em>, <em>length=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.Buffer.slice" title="Permalink to this definition">¶</a></dt>
+<dd><p>Compute slice of this buffer</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
+<li><strong>offset</strong> (<em>int</em><em>, </em><em>default 0</em>) – Offset from start of buffer to slice</li>
+<li><strong>length</strong> (<em>int</em><em>, </em><em>default None</em>) – Length of slice (default is until end of Buffer starting from
+offset)</li>
+</ul>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last"><strong>sliced</strong> (<em>Buffer</em>)</p>
+</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="method">
+<dt id="pyarrow.Buffer.to_pybytes">
+<code class="descname">to_pybytes</code><span class="sig-paren">(</span><em>self</em><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.Buffer.to_pybytes" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+</div>
+
+
+           </div>
+           
+          </div>
+          <footer>
+  
+    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
+      
+        <a href="pyarrow.ResizableBuffer.html" class="btn btn-neutral float-right" title="pyarrow.ResizableBuffer" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
+      
+      
+        <a href="pyarrow.foreign_buffer.html" class="btn btn-neutral" title="pyarrow.foreign_buffer" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+      
+    </div>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2016-2018 Apache Software Foundation
+
+    </p>
+  </div>
+  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    
+    
+      <script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
+        <script type="text/javascript" src="../../_static/jquery.js"></script>
+        <script type="text/javascript" src="../../_static/underscore.js"></script>
+        <script type="text/javascript" src="../../_static/doctools.js"></script>
+    
+
+  
+
+  <script type="text/javascript" src="../../_static/js/theme.js"></script>
+
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.Navigation.enable(true);
+      });
+  </script>
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107500873-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-107500873-1');
+</script>
+
+
+</body>
+</html>
\ No newline at end of file