55< head >
66 < meta charset ="utf-8 " />
77 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8- < title > diffpy.pdfmorph .log — 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 — 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 >
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 ">
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 >
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 ">
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 >
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 "> """</ 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 "> "diffpy.pdfmorph "</ 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 "> "diffpy.morph "</ 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 "> """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 "> """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 > © Copyright 2024 , The Trustees of Columbia University in the City of New York.</ p >
140+ < p > © 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