Skip to content

Commit 78d0677

Browse files
authored
Merge pull request diffpy#180 from yucongalicechen/folder-readme
feat: doi in readme, new group standard format
2 parents 53ee55d + 50f76a1 commit 78d0677

10 files changed

+35
-14
lines changed

README.rst

+6-8
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,15 @@ which is the most common geometry for lab PDF measurements.
4848

4949
The theory is described in the following paper:
5050

51-
An Absorption Correction for Reliable
52-
Pair-Distribution Functions from Low Energy x-ray Sources,
53-
Yucong Chen, Till Schertenleib, Andrew Yang, Pascal Schouwink,
54-
Wendy L. Queen and Simon J. L. Billinge, in preparation.
51+
Chen, Y., Schertenleib, T., Yang, A., Schouwink, P., Queen, W.L. and Billinge, S.J.L.,
52+
An Absorption Correction for Reliable Pair-Distribution Functions from Low Energy x-ray Sources.
53+
Arxiv.org. https://doi.org/10.48550/arXiv.2504.12499
5554

5655
The related experimental data acquisition protocols are described in the following paper:
5756

58-
Testing Protocols for Obtaining Reliable PDFs from Laboratory
59-
x-ray Sources Using PDFgetX3,
60-
Till Schertenleib, Daniel Schmuckler, Yucong Chen, Geng Bang Jin,
61-
Wendy L. Queen and Simon J. L. Billinge, in preparation.
57+
Schertenleib, T., Schmuckler, D., Chen, Y., Jin, G.B., Queen, W.L. and Billinge, S.J.L. (2025),
58+
Testing Protocols for Obtaining Reliable Pair Distribution Functions from Laboratory X-Ray Sources Using PDFgetX3.
59+
Chem. Methods 2500001. https://doi.org/10.1002/cmtd.202500001
6260

6361
For more information about the diffpy.labpdfproc library, please consult our `online documentation <https://diffpy.github.io/diffpy.labpdfproc>`_.
6462

doc/source/examples/examples.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Examples
77
Landing page for diffpy.labpdfproc examples.
88

99
.. toctree::
10-
labpdfprocapp_example
11-
functions_example
12-
tools_example
10+
labpdfprocapp-example
11+
functions-example
12+
tools-example

doc/source/utilities/utilities.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Check the :ref:`examples<Examples>` provided for how to use these.
1010
.. contents::
1111
:depth: 2
1212

13-
.. include:: labpdfprocapp_utility.rst
14-
.. include:: functions_utility.rst
15-
.. include:: tools_utility.rst
13+
.. include:: labpdfprocapp-utility.rst
14+
.. include:: functions-utility.rst
15+
.. include:: tools-utility.rst

news/folder-rst-readme.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* doi in Readme for papers.
4+
5+
**Changed:**
6+
7+
* hyphens / underscores format according to new scikit-package group standard.
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)