Skip to content

Commit bf6ddf4

Browse files
committed
deploy: c60c04a
1 parent 9278b70 commit bf6ddf4

File tree

86 files changed

+730
-879
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+730
-879
lines changed

Diff for: .buildinfo

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: ea114f4c2fc2154e72d9963f7c699e8e
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: e3106a41330630d1be7dea8d9864172f
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

Diff for: _images/extract_single_peak1.png

54.8 KB
Loading

Diff for: _modules/diffpy/srmise/applications/extract.html

+48-49
Large diffs are not rendered by default.

Diff for: _modules/diffpy/srmise/applications/plot.html

+10-15
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1+
2+
13
<!DOCTYPE html>
24
<html class="writer-html5" lang="en" data-content_root="../../../../">
35
<head>
46
<meta charset="utf-8" />
57
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>diffpy.srmise.applications.plot &mdash; diffpy.srmise 0.6.0 documentation</title>
8+
<title>diffpy.srmise.applications.plot &mdash; diffpy.srmise 0.7.0rc0 documentation</title>
79
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=fa44fd50" />
8-
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />
10+
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=7ab3649f" />
911

1012

11-
<!--[if lt IE 9]>
12-
<script src="../../../../_static/js/html5shiv.min.js"></script>
13-
<![endif]-->
14-
15-
<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
16-
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../../../../_static/documentation_options.js?v=dda85ae5"></script>
18-
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
19-
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
13+
<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
14+
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15+
<script src="../../../../_static/documentation_options.js?v=f0b64c81"></script>
16+
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
17+
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
2018
<script src="../../../../_static/js/theme.js"></script>
2119
<link rel="index" title="Index" href="../../../../genindex.html" />
2220
<link rel="search" title="Search" href="../../../../search.html" />
@@ -33,9 +31,6 @@
3331
<a href="../../../../index.html" class="icon icon-home">
3432
diffpy.srmise
3533
</a>
36-
<div class="version">
37-
0.6.0
38-
</div>
3934
<div role="search">
4035
<form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get">
4136
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
@@ -603,7 +598,7 @@ <h1>Source code for diffpy.srmise.applications.plot</h1><div class="highlight"><
603598
<span class="n">invisiblelabel</span><span class="o">.</span><span class="n">set_visible</span><span class="p">(</span><span class="kc">True</span><span class="p">)</span>
604599
<span class="n">visiblelabel</span> <span class="o">=</span> <span class="n">labeldict</span><span class="p">[</span><span class="n">fig</span><span class="p">]</span>
605600
<span class="n">bbox</span> <span class="o">=</span> <span class="n">invisiblelabel</span><span class="o">.</span><span class="n">get_window_extent</span><span class="p">(</span><span class="n">invisiblelabel</span><span class="o">.</span><span class="n">_renderer</span><span class="p">)</span>
606-
<span class="n">bbox</span> <span class="o">=</span> <span class="n">bbox</span><span class="o">.</span><span class="n">inverse_transformed</span><span class="p">(</span><span class="n">ax_main</span><span class="o">.</span><span class="n">transAxes</span><span class="p">)</span>
601+
<span class="n">bbox</span> <span class="o">=</span> <span class="n">bbox</span><span class="o">.</span><span class="n">transformed</span><span class="p">(</span><span class="n">ax_main</span><span class="o">.</span><span class="n">transAxes</span><span class="o">.</span><span class="n">inverted</span><span class="p">())</span>
607602
<span class="n">bbox</span> <span class="o">=</span> <span class="n">bbox</span><span class="o">.</span><span class="n">get_points</span><span class="p">()</span>
608603
<span class="n">xpos</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">mean</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">transpose</span><span class="p">(</span><span class="n">bbox</span><span class="p">)[</span><span class="mi">0</span><span class="p">])</span>
609604

Diff for: _modules/diffpy/srmise/basefunction.html

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1+
2+
13
<!DOCTYPE html>
24
<html class="writer-html5" lang="en" data-content_root="../../../">
35
<head>
46
<meta charset="utf-8" />
57
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>diffpy.srmise.basefunction &mdash; diffpy.srmise 0.6.0 documentation</title>
8+
<title>diffpy.srmise.basefunction &mdash; diffpy.srmise 0.7.0rc0 documentation</title>
79
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=fa44fd50" />
8-
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=19f00094" />
10+
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=7ab3649f" />
911

1012

11-
<!--[if lt IE 9]>
12-
<script src="../../../_static/js/html5shiv.min.js"></script>
13-
<![endif]-->
14-
15-
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
16-
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../../../_static/documentation_options.js?v=dda85ae5"></script>
18-
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
19-
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
13+
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
14+
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15+
<script src="../../../_static/documentation_options.js?v=f0b64c81"></script>
16+
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
17+
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
2018
<script src="../../../_static/js/theme.js"></script>
2119
<link rel="index" title="Index" href="../../../genindex.html" />
2220
<link rel="search" title="Search" href="../../../search.html" />
@@ -33,9 +31,6 @@
3331
<a href="../../../index.html" class="icon icon-home">
3432
diffpy.srmise
3533
</a>
36-
<div class="version">
37-
0.6.0
38-
</div>
3934
<div role="search">
4035
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
4136
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
@@ -181,6 +176,7 @@ <h1>Source code for diffpy.srmise.basefunction</h1><div class="highlight"><pre>
181176
<span class="sd"> The class (not instance) which implements caching of BaseFunction</span>
182177
<span class="sd"> evaluations.</span>
183178
<span class="sd"> &quot;&quot;&quot;</span>
179+
184180
<span class="bp">self</span><span class="o">.</span><span class="n">parameterdict</span> <span class="o">=</span> <span class="n">parameterdict</span>
185181
<span class="bp">self</span><span class="o">.</span><span class="n">npars</span> <span class="o">=</span> <span class="nb">len</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">parameterdict</span><span class="p">)</span>
186182

@@ -195,9 +191,13 @@ <h1>Source code for diffpy.srmise.basefunction</h1><div class="highlight"><pre>
195191
<span class="k">if</span> <span class="ow">not</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">p</span><span class="p">,</span> <span class="nb">str</span><span class="p">):</span>
196192
<span class="n">emsg</span> <span class="o">=</span> <span class="s2">&quot;Argument parameterdict&#39;s keys must be strings.&quot;</span>
197193
<span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span><span class="n">emsg</span><span class="p">)</span>
198-
<span class="n">vals</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">parameterdict</span><span class="o">.</span><span class="n">values</span><span class="p">()</span>
194+
195+
<span class="c1"># Convert values to list and sort</span>
196+
<span class="n">vals</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">parameterdict</span><span class="o">.</span><span class="n">values</span><span class="p">())</span>
199197
<span class="n">vals</span><span class="o">.</span><span class="n">sort</span><span class="p">()</span>
200-
<span class="k">if</span> <span class="n">vals</span> <span class="o">!=</span> <span class="nb">range</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">npars</span><span class="p">):</span>
198+
199+
<span class="c1"># Check if the sorted values match the sequence from 0 to npars-1</span>
200+
<span class="k">if</span> <span class="n">vals</span> <span class="o">!=</span> <span class="nb">list</span><span class="p">(</span><span class="nb">range</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">npars</span><span class="p">)):</span>
201201
<span class="n">emsg</span> <span class="o">=</span> <span class="p">(</span>
202202
<span class="s2">&quot;Argument parameterdict&#39;s values must uniquely specify &quot;</span>
203203
<span class="o">+</span> <span class="s2">&quot;the index of each parameter defined by its keys.&quot;</span>

Diff for: _modules/diffpy/srmise/baselines/arbitrary.html

+9-14
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1+
2+
13
<!DOCTYPE html>
24
<html class="writer-html5" lang="en" data-content_root="../../../../">
35
<head>
46
<meta charset="utf-8" />
57
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>diffpy.srmise.baselines.arbitrary &mdash; diffpy.srmise 0.6.0 documentation</title>
8+
<title>diffpy.srmise.baselines.arbitrary &mdash; diffpy.srmise 0.7.0rc0 documentation</title>
79
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=fa44fd50" />
8-
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />
10+
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=7ab3649f" />
911

1012

11-
<!--[if lt IE 9]>
12-
<script src="../../../../_static/js/html5shiv.min.js"></script>
13-
<![endif]-->
14-
15-
<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
16-
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../../../../_static/documentation_options.js?v=dda85ae5"></script>
18-
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
19-
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
13+
<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
14+
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15+
<script src="../../../../_static/documentation_options.js?v=f0b64c81"></script>
16+
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
17+
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
2018
<script src="../../../../_static/js/theme.js"></script>
2119
<link rel="index" title="Index" href="../../../../genindex.html" />
2220
<link rel="search" title="Search" href="../../../../search.html" />
@@ -33,9 +31,6 @@
3331
<a href="../../../../index.html" class="icon icon-home">
3432
diffpy.srmise
3533
</a>
36-
<div class="version">
37-
0.6.0
38-
</div>
3934
<div role="search">
4035
<form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get">
4136
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />

Diff for: _modules/diffpy/srmise/baselines/base.html

+9-14
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1+
2+
13
<!DOCTYPE html>
24
<html class="writer-html5" lang="en" data-content_root="../../../../">
35
<head>
46
<meta charset="utf-8" />
57
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>diffpy.srmise.baselines.base &mdash; diffpy.srmise 0.6.0 documentation</title>
8+
<title>diffpy.srmise.baselines.base &mdash; diffpy.srmise 0.7.0rc0 documentation</title>
79
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=fa44fd50" />
8-
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />
10+
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=7ab3649f" />
911

1012

11-
<!--[if lt IE 9]>
12-
<script src="../../../../_static/js/html5shiv.min.js"></script>
13-
<![endif]-->
14-
15-
<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
16-
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../../../../_static/documentation_options.js?v=dda85ae5"></script>
18-
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
19-
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
13+
<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
14+
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15+
<script src="../../../../_static/documentation_options.js?v=f0b64c81"></script>
16+
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
17+
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
2018
<script src="../../../../_static/js/theme.js"></script>
2119
<link rel="index" title="Index" href="../../../../genindex.html" />
2220
<link rel="search" title="Search" href="../../../../search.html" />
@@ -33,9 +31,6 @@
3331
<a href="../../../../index.html" class="icon icon-home">
3432
diffpy.srmise
3533
</a>
36-
<div class="version">
37-
0.6.0
38-
</div>
3934
<div role="search">
4035
<form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get">
4136
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />

Diff for: _modules/diffpy/srmise/baselines/fromsequence.html

+9-14
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1+
2+
13
<!DOCTYPE html>
24
<html class="writer-html5" lang="en" data-content_root="../../../../">
35
<head>
46
<meta charset="utf-8" />
57
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>diffpy.srmise.baselines.fromsequence &mdash; diffpy.srmise 0.6.0 documentation</title>
8+
<title>diffpy.srmise.baselines.fromsequence &mdash; diffpy.srmise 0.7.0rc0 documentation</title>
79
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=fa44fd50" />
8-
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />
10+
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=7ab3649f" />
911

1012

11-
<!--[if lt IE 9]>
12-
<script src="../../../../_static/js/html5shiv.min.js"></script>
13-
<![endif]-->
14-
15-
<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
16-
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../../../../_static/documentation_options.js?v=dda85ae5"></script>
18-
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
19-
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
13+
<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
14+
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15+
<script src="../../../../_static/documentation_options.js?v=f0b64c81"></script>
16+
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
17+
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
2018
<script src="../../../../_static/js/theme.js"></script>
2119
<link rel="index" title="Index" href="../../../../genindex.html" />
2220
<link rel="search" title="Search" href="../../../../search.html" />
@@ -33,9 +31,6 @@
3331
<a href="../../../../index.html" class="icon icon-home">
3432
diffpy.srmise
3533
</a>
36-
<div class="version">
37-
0.6.0
38-
</div>
3934
<div role="search">
4035
<form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get">
4136
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />

Diff for: _modules/diffpy/srmise/baselines/nanospherical.html

+9-14
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1+
2+
13
<!DOCTYPE html>
24
<html class="writer-html5" lang="en" data-content_root="../../../../">
35
<head>
46
<meta charset="utf-8" />
57
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>diffpy.srmise.baselines.nanospherical &mdash; diffpy.srmise 0.6.0 documentation</title>
8+
<title>diffpy.srmise.baselines.nanospherical &mdash; diffpy.srmise 0.7.0rc0 documentation</title>
79
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=fa44fd50" />
8-
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />
10+
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=7ab3649f" />
911

1012

11-
<!--[if lt IE 9]>
12-
<script src="../../../../_static/js/html5shiv.min.js"></script>
13-
<![endif]-->
14-
15-
<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
16-
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../../../../_static/documentation_options.js?v=dda85ae5"></script>
18-
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
19-
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
13+
<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
14+
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15+
<script src="../../../../_static/documentation_options.js?v=f0b64c81"></script>
16+
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
17+
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
2018
<script src="../../../../_static/js/theme.js"></script>
2119
<link rel="index" title="Index" href="../../../../genindex.html" />
2220
<link rel="search" title="Search" href="../../../../search.html" />
@@ -33,9 +31,6 @@
3331
<a href="../../../../index.html" class="icon icon-home">
3432
diffpy.srmise
3533
</a>
36-
<div class="version">
37-
0.6.0
38-
</div>
3934
<div role="search">
4035
<form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get">
4136
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />

0 commit comments

Comments
 (0)