Skip to content

Commit

Permalink
Deploying to gh-pages from @ b1dc886 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
fdosani committed Oct 16, 2024
1 parent 1776d9e commit 92e8657
Show file tree
Hide file tree
Showing 22 changed files with 65 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .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: c62431fe503d761093114ee9d4ed161e
config: 8eb14ef0987ca17d9dfbb8af61480095
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/api/datacompy.doctree
Binary file not shown.
Binary file modified .doctrees/api/datacompy.spark.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.13.3',
VERSION: '0.14.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
14 changes: 10 additions & 4 deletions api/datacompy.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="datacompy.spark package" href="datacompy.spark.html" /><link rel="prev" title="datacompy" href="modules.html" />

<!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 -->
<title>datacompy package - datacompy 0.13.3 documentation</title>
<title>datacompy package - datacompy 0.14.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=302659d7" />
Expand Down Expand Up @@ -166,7 +166,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">datacompy 0.13.3 documentation</div></a>
<a href="../index.html"><div class="brand">datacompy 0.14.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -190,7 +190,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">


<span class="sidebar-brand-text">datacompy 0.13.3 documentation</span>
<span class="sidebar-brand-text">datacompy 0.14.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -719,6 +719,9 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
<li><p>Non-numeric values (i.e. where np.isclose can’t be used) will just
trigger True on two nulls or exact matches.</p></li>
</ul>
<p class="rubric">Notes</p>
<p>As of version <code class="docutils literal notranslate"><span class="pre">0.14.0</span></code> If a column is of a mixed data type the compare will
default to returning <code class="docutils literal notranslate"><span class="pre">False</span></code>.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
Expand Down Expand Up @@ -2421,6 +2424,9 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
<li><p>Non-numeric values (i.e. where np.isclose can’t be used) will just
trigger True on two nulls or exact matches.</p></li>
</ul>
<p class="rubric">Notes</p>
<p>As of version <code class="docutils literal notranslate"><span class="pre">0.14.0</span></code> If a column is of a mixed data type the compare will
default to returning <code class="docutils literal notranslate"><span class="pre">False</span></code>.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
Expand Down Expand Up @@ -2956,7 +2962,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=27e171c2"></script>
</div><script src="../_static/documentation_options.js?v=9e420a66"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
8 changes: 4 additions & 4 deletions api/datacompy.spark.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="prev" title="datacompy package" href="datacompy.html" />

<!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 -->
<title>datacompy.spark package - datacompy 0.13.3 documentation</title>
<title>datacompy.spark package - datacompy 0.14.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=302659d7" />
Expand Down Expand Up @@ -166,7 +166,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">datacompy 0.13.3 documentation</div></a>
<a href="../index.html"><div class="brand">datacompy 0.14.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -190,7 +190,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">


<span class="sidebar-brand-text">datacompy 0.13.3 documentation</span>
<span class="sidebar-brand-text">datacompy 0.14.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -1354,7 +1354,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=27e171c2"></script>
</div><script src="../_static/documentation_options.js?v=9e420a66"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
8 changes: 4 additions & 4 deletions api/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="datacompy package" href="datacompy.html" /><link rel="prev" title="Developer Instructions" href="../developer_instructions.html" />

<!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 -->
<title>datacompy - datacompy 0.13.3 documentation</title>
<title>datacompy - datacompy 0.14.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=302659d7" />
Expand Down Expand Up @@ -166,7 +166,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">datacompy 0.13.3 documentation</div></a>
<a href="../index.html"><div class="brand">datacompy 0.14.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -190,7 +190,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">


<span class="sidebar-brand-text">datacompy 0.13.3 documentation</span>
<span class="sidebar-brand-text">datacompy 0.14.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -514,7 +514,7 @@ <h1>datacompy<a class="headerlink" href="#datacompy" title="Link to this heading

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=27e171c2"></script>
</div><script src="../_static/documentation_options.js?v=9e420a66"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
8 changes: 4 additions & 4 deletions benchmark.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Developer Instructions" href="developer_instructions.html" /><link rel="prev" title="Fugue Detail" href="fugue_usage.html" />

<!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 -->
<title>Benchmarks - datacompy 0.13.3 documentation</title>
<title>Benchmarks - datacompy 0.14.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=302659d7" />
Expand Down Expand Up @@ -166,7 +166,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">datacompy 0.13.3 documentation</div></a>
<a href="index.html"><div class="brand">datacompy 0.14.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -190,7 +190,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">


<span class="sidebar-brand-text">datacompy 0.13.3 documentation</span>
<span class="sidebar-brand-text">datacompy 0.14.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -465,7 +465,7 @@ <h2>TLDR<a class="headerlink" href="#tldr" title="Link to this heading">¶</a></

</aside>
</div>
</div><script src="_static/documentation_options.js?v=27e171c2"></script>
</div><script src="_static/documentation_options.js?v=9e420a66"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
8 changes: 4 additions & 4 deletions developer_instructions.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="datacompy" href="api/modules.html" /><link rel="prev" title="Benchmarks" href="benchmark.html" />

<!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 -->
<title>Developer Instructions - datacompy 0.13.3 documentation</title>
<title>Developer Instructions - datacompy 0.14.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=302659d7" />
Expand Down Expand Up @@ -166,7 +166,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">datacompy 0.13.3 documentation</div></a>
<a href="index.html"><div class="brand">datacompy 0.14.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -190,7 +190,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">


<span class="sidebar-brand-text">datacompy 0.13.3 documentation</span>
<span class="sidebar-brand-text">datacompy 0.14.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -438,7 +438,7 @@ <h2>Generating distribution archives (PyPI)<a class="headerlink" href="#generati

</aside>
</div>
</div><script src="_static/documentation_options.js?v=27e171c2"></script>
</div><script src="_static/documentation_options.js?v=9e420a66"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
8 changes: 4 additions & 4 deletions fugue_usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Benchmarks" href="benchmark.html" /><link rel="prev" title="Polars Usage" href="polars_usage.html" />

<!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 -->
<title>Fugue Detail - datacompy 0.13.3 documentation</title>
<title>Fugue Detail - datacompy 0.14.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=302659d7" />
Expand Down Expand Up @@ -166,7 +166,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">datacompy 0.13.3 documentation</div></a>
<a href="index.html"><div class="brand">datacompy 0.14.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -190,7 +190,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">


<span class="sidebar-brand-text">datacompy 0.13.3 documentation</span>
<span class="sidebar-brand-text">datacompy 0.14.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -433,7 +433,7 @@ <h2>Future releases<a class="headerlink" href="#future-releases" title="Link to

</aside>
</div>
</div><script src="_static/documentation_options.js?v=27e171c2"></script>
</div><script src="_static/documentation_options.js?v=9e420a66"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
8 changes: 4 additions & 4 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />

<!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 --><title>Index - datacompy 0.13.3 documentation</title>
<!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 --><title>Index - datacompy 0.14.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=302659d7" />
Expand Down Expand Up @@ -164,7 +164,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">datacompy 0.13.3 documentation</div></a>
<a href="index.html"><div class="brand">datacompy 0.14.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -188,7 +188,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">


<span class="sidebar-brand-text">datacompy 0.13.3 documentation</span>
<span class="sidebar-brand-text">datacompy 0.14.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -988,7 +988,7 @@ <h2>U</h2>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=27e171c2"></script>
</div><script src="_static/documentation_options.js?v=9e420a66"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Installation" href="install.html" />

<!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 -->
<title>datacompy 0.13.3 documentation</title>
<title>datacompy 0.14.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=302659d7" />
Expand Down Expand Up @@ -166,7 +166,7 @@
</label>
</div>
<div class="header-center">
<a href="#"><div class="brand">datacompy 0.13.3 documentation</div></a>
<a href="#"><div class="brand">datacompy 0.14.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -190,7 +190,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="#">


<span class="sidebar-brand-text">datacompy 0.13.3 documentation</span>
<span class="sidebar-brand-text">datacompy 0.14.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -624,7 +624,7 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Li

</aside>
</div>
</div><script src="_static/documentation_options.js?v=27e171c2"></script>
</div><script src="_static/documentation_options.js?v=9e420a66"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
8 changes: 4 additions & 4 deletions install.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Pandas Usage" href="pandas_usage.html" /><link rel="prev" title="DataComPy" href="index.html" />

<!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 -->
<title>Installation - datacompy 0.13.3 documentation</title>
<title>Installation - datacompy 0.14.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=302659d7" />
Expand Down Expand Up @@ -166,7 +166,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">datacompy 0.13.3 documentation</div></a>
<a href="index.html"><div class="brand">datacompy 0.14.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -190,7 +190,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">


<span class="sidebar-brand-text">datacompy 0.13.3 documentation</span>
<span class="sidebar-brand-text">datacompy 0.14.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -361,7 +361,7 @@ <h2>virtualenv (install dependencies from PyPI)<a class="headerlink" href="#virt

</aside>
</div>
</div><script src="_static/documentation_options.js?v=27e171c2"></script>
</div><script src="_static/documentation_options.js?v=9e420a66"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
Binary file modified objects.inv
Binary file not shown.
Loading

0 comments on commit 92e8657

Please sign in to comment.