Skip to content

Commit 9d7b804

Browse files
authored
Merge pull request #318 from sbillinge/readme
chore: synchronize readme and index of docs
2 parents 7568d4d + f0350aa commit 9d7b804

File tree

3 files changed

+34
-9
lines changed

3 files changed

+34
-9
lines changed

Diff for: README.rst

+10-8
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,16 @@
3838
diffpy.utils Package
3939
========================================================================
4040

41-
General purpose shared utilities for the diffpy libraries.
42-
43-
The diffpy.utils package provides functions for extracting array data from
44-
variously formatted text files, an interpolation function based on the
45-
Whittaker-Shannon formula that can be used to resample a PDF or other profile
46-
function over a new grid, `DiffractionObject` for conveniently manipulating
47-
diffraction data, and some wx GUI utilities used by the PDFgui
48-
program.
41+
General utilities for analyzing diffraction data
42+
43+
The diffpy.utils package provides a number of functions and classes designed to help
44+
researchers analyze their diffraction data. It also includes some functionality for
45+
carrying out PDF analysis. Examples are parsers for reading common format diffraction
46+
data files, ``DiffractionObjects`` that allow you to do algebra on diffraction patterns,
47+
tools for better capture and propagation of metadata,
48+
diffraction-friendly interpolation routines, as well as some other tools used across
49+
diffpy libraries.
50+
4951

5052
Citation
5153
--------

Diff for: news/readme.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* no news needed: just a chore of no import
4+
5+
**Changed:**
6+
7+
* <news item>
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>

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
maintainers = [
1212
{ name="Simon J.L. Billinge group", email="[email protected]" },
1313
]
14-
description = "Shared utilities for diffpy packages"
14+
description = "General utilities for analyzing diffraction data"
1515
keywords = ["text data parsers", "wx grid", "diffraction objects"]
1616
readme = "README.rst"
1717
requires-python = ">=3.11, <3.14"

0 commit comments

Comments
 (0)