Skip to content

Commit

Permalink
build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Oct 18, 2024
1 parent 23d28a4 commit 99163c0
Show file tree
Hide file tree
Showing 104 changed files with 85 additions and 76 deletions.
Binary file modified docs/_build/doctrees/catalog.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/changes.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/correlation2.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/correlation3.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/field.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/gg.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/ggg.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/kg.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/kk.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/kkk.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/kq.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/kt.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/kv.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/kz.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/ng.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/nk.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/nn.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/nnn.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/nq.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/nt.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/nv.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/nz.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/qq.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/scripts.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/tt.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/vv.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/zz.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.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: f8948ce961308354b7388436a6dae24c
config: afadf2c74b17605974c678aa472a16a7
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &mdash; TreeCorr 5.0.1 documentation</title>
<title>Overview: module code &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/catalog.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.catalog &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.catalog &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.config &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.config &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
4 changes: 2 additions & 2 deletions docs/_build/html/_modules/treecorr/corr2base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.corr2base &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.corr2base &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down Expand Up @@ -559,7 +559,7 @@ <h1>Source code for treecorr.corr2base</h1><div class="highlight"><pre>
<span class="bp">self</span><span class="o">.</span><span class="n">_ro</span><span class="o">.</span><span class="n">angle_slop</span> <span class="o">=</span> <span class="n">get</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">config</span><span class="p">,</span><span class="s1">&#39;angle_slop&#39;</span><span class="p">,</span><span class="nb">float</span><span class="p">,</span><span class="bp">self</span><span class="o">.</span><span class="n">_default_angle_slop</span><span class="p">)</span>
<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">bin_slop</span> <span class="o">&lt;</span> <span class="mf">0.0</span><span class="p">:</span>
<span class="bp">self</span><span class="o">.</span><span class="n">_ro</span><span class="o">.</span><span class="n">bin_slop</span> <span class="o">=</span> <span class="nb">min</span><span class="p">(</span><span class="n">max_good_slop</span><span class="p">,</span> <span class="mf">1.0</span><span class="p">)</span>
<span class="bp">self</span><span class="o">.</span><span class="n">_ro</span><span class="o">.</span><span class="n">b</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">bin_size</span> <span class="o">*</span> <span class="bp">self</span><span class="o">.</span><span class="n">bin_slop</span>
<span class="bp">self</span><span class="o">.</span><span class="n">_ro</span><span class="o">.</span><span class="n">b</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_bin_size</span> <span class="o">*</span> <span class="bp">self</span><span class="o">.</span><span class="n">bin_slop</span>
<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">bin_slop</span> <span class="o">&gt;</span> <span class="n">max_good_slop</span> <span class="o">+</span> <span class="mf">0.0001</span> <span class="ow">and</span> <span class="bp">self</span><span class="o">.</span><span class="n">angle_slop</span> <span class="o">&gt;</span> <span class="mf">0.1</span><span class="p">:</span>
<span class="bp">self</span><span class="o">.</span><span class="n">logger</span><span class="o">.</span><span class="n">warning</span><span class="p">(</span>
<span class="s2">&quot;Using bin_slop = </span><span class="si">%g</span><span class="s2">, angle_slop = </span><span class="si">%g</span><span class="s2">, bin_size = </span><span class="si">%g</span><span class="s2"> (b = </span><span class="si">%g</span><span class="s2">).</span><span class="se">\n</span><span class="s2">&quot;</span><span class="o">%</span><span class="p">(</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/corr3base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.corr3base &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.corr3base &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/exec_corr2.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.exec_corr2 &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.exec_corr2 &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/exec_corr3.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.exec_corr3 &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.exec_corr3 &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/field.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.field &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.field &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/ggcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.ggcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.ggcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/gggcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.gggcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.gggcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/kgcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.kgcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.kgcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/kkcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.kkcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.kkcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/kkkcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.kkkcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.kkkcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/kqcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.kqcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.kqcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/ktcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.ktcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.ktcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/kvcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.kvcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.kvcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/kzcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.kzcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.kzcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/ngcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.ngcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.ngcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/nkcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.nkcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.nkcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/nncorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.nncorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.nncorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/nnncorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.nnncorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.nnncorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/nqcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.nqcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.nqcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/ntcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.ntcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.ntcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/nvcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.nvcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.nvcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/nzcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.nzcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.nzcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/qqcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.qqcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.qqcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/reader.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.reader &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.reader &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/ttcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.ttcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.ttcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/util.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.util &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.util &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/vvcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.vvcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.vvcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/writer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.writer &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.writer &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/treecorr/zzcorrelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>treecorr.zzcorrelation &mdash; TreeCorr 5.0.1 documentation</title>
<title>treecorr.zzcorrelation &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '5.0.1',
VERSION: '5.0.2',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/binning.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Binning &mdash; TreeCorr 5.0.1 documentation</title>
<title>Binning &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/catalog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Input Data &mdash; TreeCorr 5.0.1 documentation</title>
<title>Input Data &mdash; TreeCorr 5.0.2 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
Loading

0 comments on commit 99163c0

Please sign in to comment.