Showing with 25 additions and 20 deletions.
  1. +5 −5 genindex.html
  2. +13 −8 index.html
  3. +1 −1 objects.inv
  4. +5 −5 search.html
  5. +1 −1 searchindex.js
10 changes: 5 additions & 5 deletions genindex.html
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Index &mdash; pyFFTW v0.8.0 documentation</title>
<title>Index &mdash; pyFFTW v0.8.1 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.8.0',
VERSION: '0.8.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -22,7 +22,7 @@
<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>
<link rel="top" title="pyFFTW v0.8.0 documentation" href="index.html" />
<link rel="top" title="pyFFTW v0.8.1 documentation" href="index.html" />
</head>
<body>
<div class="related">
Expand All @@ -31,7 +31,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="#" title="General Index"
accesskey="I">index</a></li>
<li><a href="index.html">pyFFTW v0.8.0 documentation</a> &raquo;</li>
<li><a href="index.html">pyFFTW v0.8.1 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -123,7 +123,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="#" title="General Index"
>index</a></li>
<li><a href="index.html">pyFFTW v0.8.0 documentation</a> &raquo;</li>
<li><a href="index.html">pyFFTW v0.8.1 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
21 changes: 13 additions & 8 deletions index.html
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Welcome to pyFFTW’s documentation! &mdash; pyFFTW v0.8.0 documentation</title>
<title>Welcome to pyFFTW’s documentation! &mdash; pyFFTW v0.8.1 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.8.0',
VERSION: '0.8.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -22,7 +22,7 @@
<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>
<link rel="top" title="pyFFTW v0.8.0 documentation" href="#" />
<link rel="top" title="pyFFTW v0.8.1 documentation" href="#" />
</head>
<body>
<div class="related">
Expand All @@ -31,7 +31,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li><a href="#">pyFFTW v0.8.0 documentation</a> &raquo;</li>
<li><a href="#">pyFFTW v0.8.1 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -113,7 +113,12 @@ <h1>Welcome to pyFFTW&#8217;s documentation!<a class="headerlink" href="#welcome
This should be a valid list of axes. Repeated axes are
only transformed once. Invalid axes will raise an
exception. This argument is equivalent to the same
argument in <tt class="docutils literal"><span class="pre">numpy.fft.fftn</span></tt>.</p>
argument in <tt class="docutils literal"><span class="pre">numpy.fft.fftn</span></tt>, except for the fact that
the behaviour of repeated axes is different (<cite>numpy.fft</cite>
will happily take the fft of the same axis if it is repeated
in the <cite>axes</cite> argument). Rudimentary testing has suggested
this is down to FFTW and so unlikely to be fixed in these
wrappers.</p>
<p><tt class="docutils literal"><span class="pre">direction</span></tt> should be a string and one of FFTW_FORWARD
or FFTW_BACKWARD, which dictate whether to take the
DFT (forwards) or the inverse DFT (backwards) respectively
Expand Down Expand Up @@ -293,7 +298,7 @@ <h1>Welcome to pyFFTW&#8217;s documentation!<a class="headerlink" href="#welcome
<p>The first string in the tuple is the string for the double
precision wisdom. The second string in the tuple is the string
for the single precision wisdom. The third string in the tuple
is the string for the long douple precision wisdom.</p>
is the string for the long double precision wisdom.</p>
<p>The tuple that is returned from this function can be used as the
argument to <a class="reference internal" href="#import-wisdom"><em>import_wisdom()</em></a>.</p>
</dd></dl>
Expand All @@ -306,7 +311,7 @@ <h1>Welcome to pyFFTW&#8217;s documentation!<a class="headerlink" href="#welcome
<p>The first string in the tuple is the string for the double
precision wisdom. The second string in the tuple is the string
for the single precision wisdom. The third string in the tuple
is the string for the long douple precision wisdom.</p>
is the string for the long double precision wisdom.</p>
<p>The tuple that is returned from <a class="reference internal" href="#export-wisdom"><em>export_wisdom()</em></a>
can be used as the argument to this function.</p>
<p>This function returns a tuple of boolean values indicating
Expand Down Expand Up @@ -391,7 +396,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li><a href="#">pyFFTW v0.8.0 documentation</a> &raquo;</li>
<li><a href="#">pyFFTW v0.8.1 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
2 changes: 1 addition & 1 deletion objects.inv
@@ -1,6 +1,6 @@
# Sphinx inventory version 2
# Project: pyFFTW
# Version: 0.8.0
# Version: 0.8.1
# The remainder of this file is compressed using zlib.
xڕ��j�0E��
A����l �,
Expand Down
10 changes: 5 additions & 5 deletions search.html
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Search &mdash; pyFFTW v0.8.0 documentation</title>
<title>Search &mdash; pyFFTW v0.8.1 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.8.0',
VERSION: '0.8.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -23,7 +23,7 @@
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/searchtools.js"></script>
<link rel="top" title="pyFFTW v0.8.0 documentation" href="index.html" />
<link rel="top" title="pyFFTW v0.8.1 documentation" href="index.html" />
<script type="text/javascript">
jQuery(function() { Search.loadIndex("searchindex.js"); });
</script>
Expand All @@ -37,7 +37,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li><a href="index.html">pyFFTW v0.8.0 documentation</a> &raquo;</li>
<li><a href="index.html">pyFFTW v0.8.1 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -85,7 +85,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li><a href="index.html">pyFFTW v0.8.0 documentation</a> &raquo;</li>
<li><a href="index.html">pyFFTW v0.8.1 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.