Skip to content

Commit 7ee82f8

Browse files
committed
deploy: d1c2695
1 parent 9a8232d commit 7ee82f8

Some content is hidden

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

55 files changed

+3429
-2601
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 records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 0cb3d4f093239f15363dbf422d5006d2
3+
config: 7cc7b8a0eb9b8101ae6a56fe9d8fd45e
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
-772 KB
Binary file not shown.
-4.38 KB
Binary file not shown.

_images/ex_tutorial_bar.png

73.6 KB
Loading

_images/ex_tutorial_temp.png

82 KB
Loading

_images/qs_tutorial_morphed.png

118 KB
Loading

_images/qs_tutorial_scaled.png

106 KB
Loading

_images/qs_tutorial_unmorphed.png

103 KB
Loading
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>diffpy.pdfmorph.log &mdash; diffpy.pdfmorph 0.1.3 documentation</title>
9-
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=fa44fd50" />
10-
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=7ab3649f" />
8+
<title>diffpy.morph.log &mdash; diffpy.morph 0.1.4rc1 documentation</title>
9+
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=03e43079" />
10+
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=e59714d7" />
1111

1212

1313
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
1414
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15-
<script src="../../../_static/documentation_options.js?v=1807f793"></script>
15+
<script src="../../../_static/documentation_options.js?v=27619e95"></script>
1616
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
1717
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="../../../_static/js/theme.js"></script>
@@ -29,7 +29,7 @@
2929

3030

3131
<a href="../../../index.html" class="icon icon-home">
32-
diffpy.pdfmorph
32+
diffpy.morph
3333
</a>
3434
<div role="search">
3535
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
@@ -40,10 +40,10 @@
4040
</div>
4141
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
4242
<ul>
43-
<li class="toctree-l1"><a class="reference internal" href="../../../quickstart.html">PDFmorph Tutorial</a></li>
43+
<li class="toctree-l1"><a class="reference internal" href="../../../quickstart.html">diffpy.morph Tutorial</a></li>
4444
<li class="toctree-l1"><a class="reference internal" href="../../../license.html">License</a></li>
4545
<li class="toctree-l1"><a class="reference internal" href="../../../release.html">Release Notes</a></li>
46-
<li class="toctree-l1"><a class="reference internal" href="../../../api/diffpy.pdfmorph.html">Package API</a></li>
46+
<li class="toctree-l1"><a class="reference internal" href="../../../api/diffpy.morph.html">Package API</a></li>
4747
</ul>
4848

4949
</div>
@@ -52,7 +52,7 @@
5252

5353
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
5454
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
55-
<a href="../../../index.html">diffpy.pdfmorph</a>
55+
<a href="../../../index.html">diffpy.morph</a>
5656
</nav>
5757

5858
<div class="wy-nav-content">
@@ -61,7 +61,7 @@
6161
<ul class="wy-breadcrumbs">
6262
<li><a href="../../../index.html" class="icon icon-home" aria-label="Home"></a></li>
6363
<li class="breadcrumb-item"><a href="../../index.html">Module code</a></li>
64-
<li class="breadcrumb-item active">diffpy.pdfmorph.log</li>
64+
<li class="breadcrumb-item active">diffpy.morph.log</li>
6565
<li class="wy-breadcrumbs-aside">
6666
</li>
6767
</ul>
@@ -70,11 +70,11 @@
7070
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
7171
<div itemprop="articleBody">
7272

73-
<h1>Source code for diffpy.pdfmorph.log</h1><div class="highlight"><pre>
73+
<h1>Source code for diffpy.morph.log</h1><div class="highlight"><pre>
7474
<span></span><span class="ch">#!/usr/bin/env python</span>
7575
<span class="c1">##############################################################################</span>
7676
<span class="c1">#</span>
77-
<span class="c1"># diffpy.pdfmorph by DANSE Diffraction group</span>
77+
<span class="c1"># diffpy.morph by DANSE Diffraction group</span>
7878
<span class="c1"># Simon J. L. Billinge</span>
7979
<span class="c1"># (c) 2010 Trustees of the Columbia University</span>
8080
<span class="c1"># in the City of New York. All rights reserved.</span>
@@ -93,16 +93,16 @@ <h1>Source code for diffpy.pdfmorph.log</h1><div class="highlight"><pre>
9393
<span class="sd">plog -- logger instance for normal operation</span>
9494
<span class="sd">&quot;&quot;&quot;</span>
9595

96-
<span class="kn">import</span> <span class="nn">logging</span>
96+
<span class="kn">import</span><span class="w"> </span><span class="nn">logging</span>
9797

9898
<span class="c1"># logging configuration</span>
99-
<span class="n">plog</span> <span class="o">=</span> <span class="n">logging</span><span class="o">.</span><span class="n">getLogger</span><span class="p">(</span><span class="s2">&quot;diffpy.pdfmorph&quot;</span><span class="p">)</span>
99+
<span class="n">plog</span> <span class="o">=</span> <span class="n">logging</span><span class="o">.</span><span class="n">getLogger</span><span class="p">(</span><span class="s2">&quot;diffpy.morph&quot;</span><span class="p">)</span>
100100

101101

102102
<div class="viewcode-block" id="set_verbosity">
103-
<a class="viewcode-back" href="../../../api/diffpy.pdfmorph.html#diffpy.pdfmorph.log.set_verbosity">[docs]</a>
104-
<span class="k">def</span> <span class="nf">set_verbosity</span><span class="p">(</span><span class="n">vb</span><span class="p">):</span>
105-
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Set verbosity of the pdfmorph logger.</span>
103+
<a class="viewcode-back" href="../../../api/diffpy.morph.html#diffpy.morph.log.set_verbosity">[docs]</a>
104+
<span class="k">def</span><span class="w"> </span><span class="nf">set_verbosity</span><span class="p">(</span><span class="n">vb</span><span class="p">):</span>
105+
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Set verbosity of the diffpy.morph logger.</span>
106106

107107
<span class="sd"> Parameters</span>
108108
<span class="sd"> ----------</span>
@@ -137,7 +137,7 @@ <h1>Source code for diffpy.pdfmorph.log</h1><div class="highlight"><pre>
137137
<hr/>
138138

139139
<div role="contentinfo">
140-
<p>&#169; Copyright 2024, The Trustees of Columbia University in the City of New York.</p>
140+
<p>&#169; Copyright 2025, The Trustees of Columbia University in the City of New York.</p>
141141
</div>
142142

143143
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

0 commit comments

Comments
 (0)