Skip to content

Commit 77a0b07

Browse files
authored
Merge pull request #9 from maicos-devel/update-readme
Add new modules to README and add Usage Python Doc
1 parent 19fb0b3 commit 77a0b07

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ CHANGELOG file
1010
use tabs but use spaces for formatting
1111
1212

13-
Unreleased v0.0.1 (2025/08/05)
14-
------------------------------
13+
Unreleased
14+
----------
1515
Kira Fischer, Philip Loche, Henrik Stooß
1616

17-
- Migrated ``RDFDiporder`` and ``DiporderStructureFactor`` from MAICoS
17+
- Migrate ``RDFDiporder`` and ``DiporderStructureFactor`` from MAICoS
1818
- Update the documentation (#8)
1919
- Update to Python 3.14 support
2020
- Updated the docs with Whatis section

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ Currently, Scatterkit supports the following analysis modules (alphabetically):
6262

6363
* - Module
6464
- Description
65+
* - DiporderStructureFactor
66+
- Structure factor for dipoles
67+
* - RDFDiporder
68+
- Radial distribution function between dipoles
6569
* - SAXS
6670
- Small angle X-ray scattering
6771

docs/src/get-started/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This sections describes Scatterkit, how to install it, and its most basic comman
1010

1111
scatterkit
1212
installation
13+
usage-python
1314
../examples/usage-bash
1415
units
1516
changelog
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Usage - Python Interpreter
2+
==========================
3+
4+
To use Scatterkit using the Python interpreter see
5+
6+
- the How-To: :ref:`howto-saxs`,
7+
- or the `MAICoS tutorial`_, for a more basic introduction.
8+
Scatterkit follows the same principles as MAICoS,
9+
the Molecular Analysis for Interfacial and Confined Systems toolkit.
10+
11+
.. _MAICOS tutorial:
12+
https://maicos-analysis.org/stable/examples/usage-python.html

0 commit comments

Comments
 (0)