Skip to content

Commit 5343d16

Browse files
committed
deploy: 645048c
1 parent 9cb2df5 commit 5343d16

39 files changed

+1148
-199
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: d53a4734f4ef599d081bfe3bba1c18ae
3+
config: 79359126f93517a4bdf699543d5a504c
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_modules/diffpy/utils/parsers/loaddata.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>diffpy.utils.parsers.loaddata &mdash; diffpy.utils 3.3.1 documentation</title>
6+
<title>diffpy.utils.parsers.loaddata &mdash; diffpy.utils 3.4.0 documentation</title>
77
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=fa44fd50" />
88
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />
99

@@ -14,7 +14,7 @@
1414

1515
<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../../../../_static/documentation_options.js?v=6f23fdb8"></script>
17+
<script src="../../../../_static/documentation_options.js?v=237dbe43"></script>
1818
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
1919
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../../../../_static/js/theme.js"></script>
@@ -34,7 +34,7 @@
3434
diffpy.utils
3535
</a>
3636
<div class="version">
37-
3.3.1
37+
3.4.0
3838
</div>
3939
<div role="search">
4040
<form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get">
@@ -47,6 +47,7 @@
4747
<ul>
4848
<li class="toctree-l1"><a class="reference internal" href="../../../../license.html">License</a></li>
4949
<li class="toctree-l1"><a class="reference internal" href="../../../../release.html">Release Notes</a></li>
50+
<li class="toctree-l1"><a class="reference internal" href="../../../../utilities/utilities.html">Utilities</a></li>
5051
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/examples.html">Examples</a></li>
5152
<li class="toctree-l1"><a class="reference internal" href="../../../../api/diffpy.utils.html">Package API</a></li>
5253
</ul>
@@ -108,13 +109,12 @@ <h1>Source code for diffpy.utils.parsers.loaddata</h1><div class="highlight"><pr
108109
<span class="sd"> Name of the file we want to load data from.</span>
109110
<span class="sd"> minrows: int</span>
110111
<span class="sd"> Minimum number of rows in the first data block. All rows must have the same number of floating</span>
111-
<span class="sd"> point values.</span>
112+
<span class="sd"> point values.</span>
112113
<span class="sd"> headers: bool</span>
113-
<span class="sd"> when False (defualt), the function returns a numpy array of the data in the data block.</span>
114+
<span class="sd"> when False (defualt), the function returns a numpy array of the data in the data block.</span>
114115
<span class="sd"> When True, the function instead returns a dictionary of parameters and their corresponding</span>
115-
<span class="sd"> values parsed from</span>
116-
<span class="sd"> header (information prior the data block). See hdel and hignore for options to help with parsing header</span>
117-
<span class="sd"> information.</span>
116+
<span class="sd"> values parsed from header (information prior the data block). See hdel and hignore for options</span>
117+
<span class="sd"> to help with parsing header information.</span>
118118
<span class="sd"> hdel: str</span>
119119
<span class="sd"> (Only used when headers enabled.) Delimiter for parsing header information (default &#39;=&#39;). e.g. using</span>
120120
<span class="sd"> default hdel, the line &#39;parameter = p_value&#39; is put into the dictionary as {parameter: p_value}.</span>

_modules/diffpy/utils/parsers/resample.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>diffpy.utils.parsers.resample &mdash; diffpy.utils 3.3.1 documentation</title>
6+
<title>diffpy.utils.parsers.resample &mdash; diffpy.utils 3.4.0 documentation</title>
77
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=fa44fd50" />
88
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />
99

@@ -14,7 +14,7 @@
1414

1515
<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../../../../_static/documentation_options.js?v=6f23fdb8"></script>
17+
<script src="../../../../_static/documentation_options.js?v=237dbe43"></script>
1818
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
1919
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../../../../_static/js/theme.js"></script>
@@ -34,7 +34,7 @@
3434
diffpy.utils
3535
</a>
3636
<div class="version">
37-
3.3.1
37+
3.4.0
3838
</div>
3939
<div role="search">
4040
<form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get">
@@ -47,6 +47,7 @@
4747
<ul>
4848
<li class="toctree-l1"><a class="reference internal" href="../../../../license.html">License</a></li>
4949
<li class="toctree-l1"><a class="reference internal" href="../../../../release.html">Release Notes</a></li>
50+
<li class="toctree-l1"><a class="reference internal" href="../../../../utilities/utilities.html">Utilities</a></li>
5051
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/examples.html">Examples</a></li>
5152
<li class="toctree-l1"><a class="reference internal" href="../../../../api/diffpy.utils.html">Package API</a></li>
5253
</ul>
@@ -104,8 +105,7 @@ <h1>Source code for diffpy.utils.parsers.resample</h1><div class="highlight"><pr
104105
<span class="w"> </span><span class="sd">&quot;&quot;&quot;One-dimensional Whittaker-Shannon interpolation.</span>
105106

106107
<span class="sd"> This uses the Whittaker-Shannon interpolation formula to interpolate the value of fp (array),</span>
107-
<span class="sd"> which is defined over</span>
108-
<span class="sd"> xp (array), at x (array or float).</span>
108+
<span class="sd"> which is defined over xp (array), at x (array or float).</span>
109109

110110
<span class="sd"> Parameters</span>
111111
<span class="sd"> ----------</span>
@@ -117,8 +117,7 @@ <h1>Source code for diffpy.utils.parsers.resample</h1><div class="highlight"><pr
117117
<span class="sd"> Function to be interpolated.</span>
118118
<span class="sd"> left: float</span>
119119
<span class="sd"> If given, set fp for x &lt; xp[0] to left. Otherwise, if left is None (default) or not given,</span>
120-
<span class="sd"> set fp for x &lt; xp[0]</span>
121-
<span class="sd"> to fp evaluated at xp[-1].</span>
120+
<span class="sd"> set fp for x &lt; xp[0] to fp evaluated at xp[-1].</span>
122121
<span class="sd"> right: float</span>
123122
<span class="sd"> If given, set fp for x &gt; xp[-1] to right. Otherwise, if right is None (default) or not given, set fp for</span>
124123
<span class="sd"> x &gt; xp[-1] to fp evaluated at xp[-1].</span>

_modules/diffpy/utils/parsers/serialization.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>diffpy.utils.parsers.serialization &mdash; diffpy.utils 3.3.1 documentation</title>
6+
<title>diffpy.utils.parsers.serialization &mdash; diffpy.utils 3.4.0 documentation</title>
77
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=fa44fd50" />
88
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />
99

@@ -14,7 +14,7 @@
1414

1515
<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../../../../_static/documentation_options.js?v=6f23fdb8"></script>
17+
<script src="../../../../_static/documentation_options.js?v=237dbe43"></script>
1818
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
1919
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../../../../_static/js/theme.js"></script>
@@ -34,7 +34,7 @@
3434
diffpy.utils
3535
</a>
3636
<div class="version">
37-
3.3.1
37+
3.4.0
3838
</div>
3939
<div role="search">
4040
<form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get">
@@ -47,6 +47,7 @@
4747
<ul>
4848
<li class="toctree-l1"><a class="reference internal" href="../../../../license.html">License</a></li>
4949
<li class="toctree-l1"><a class="reference internal" href="../../../../release.html">Release Notes</a></li>
50+
<li class="toctree-l1"><a class="reference internal" href="../../../../utilities/utilities.html">Utilities</a></li>
5051
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/examples.html">Examples</a></li>
5152
<li class="toctree-l1"><a class="reference internal" href="../../../../api/diffpy.utils.html">Package API</a></li>
5253
</ul>

0 commit comments

Comments
 (0)