Skip to content

Commit

Permalink
Merge pull request #318 from sbillinge/readme
Browse files Browse the repository at this point in the history
chore: synchronize readme and index of docs
  • Loading branch information
sbillinge authored Jan 1, 2025
2 parents 7568d4d + f0350aa commit 9d7b804
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 9 deletions.
18 changes: 10 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@
diffpy.utils Package
========================================================================

General purpose shared utilities for the diffpy libraries.

The diffpy.utils package provides functions for extracting array data from
variously formatted text files, an interpolation function based on the
Whittaker-Shannon formula that can be used to resample a PDF or other profile
function over a new grid, `DiffractionObject` for conveniently manipulating
diffraction data, and some wx GUI utilities used by the PDFgui
program.
General utilities for analyzing diffraction data

The diffpy.utils package provides a number of functions and classes designed to help
researchers analyze their diffraction data. It also includes some functionality for
carrying out PDF analysis. Examples are parsers for reading common format diffraction
data files, ``DiffractionObjects`` that allow you to do algebra on diffraction patterns,
tools for better capture and propagation of metadata,
diffraction-friendly interpolation routines, as well as some other tools used across
diffpy libraries.


Citation
--------
Expand Down
23 changes: 23 additions & 0 deletions news/readme.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* no news needed: just a chore of no import

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
maintainers = [
{ name="Simon J.L. Billinge group", email="[email protected]" },
]
description = "Shared utilities for diffpy packages"
description = "General utilities for analyzing diffraction data"
keywords = ["text data parsers", "wx grid", "diffraction objects"]
readme = "README.rst"
requires-python = ">=3.11, <3.14"
Expand Down

0 comments on commit 9d7b804

Please sign in to comment.