Skip to content

Commit 71e6fbb

Browse files
authored
Merge pull request #204 from zmx27/doc
skpkg: migrate documentation, README, and public static files
2 parents 40c9f88 + b397292 commit 71e6fbb

File tree

14 files changed

+107
-67990
lines changed

14 files changed

+107
-67990
lines changed

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Authors
2-
========
2+
=======
33

44
Billinge Group and community contributors.
55

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=============
2-
Release Notes
2+
Release notes
33
=============
44

55
.. current developments

CODE_OF_CONDUCT.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Our Pledge
88
We as members, contributors, and leaders pledge to make participation in our
99
community a harassment-free experience for everyone, regardless of age, body
1010
size, visible or invisible disability, ethnicity, sex characteristics, gender
11-
identity and expression, level of experience, education, socio-economic status,
11+
identity and expression, level of experience, education, socioeconomic status,
1212
nationality, personal appearance, race, caste, color, religion, or sexual
1313
identity and orientation.
1414

LICENSE.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2024, The Trustees of Columbia University
4-
in the City of New York.
3+
Copyright (c) 2024-2025, The Trustees of Columbia University in the City of New York.
54
All rights reserved.
65

76
Redistribution and use in source and binary forms, with or without

README.rst

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
|Icon| `diffpy.morph <https://diffpy.github.io/diffpy.morph>`_
2-
==============================================================
1+
|Icon| |title|_
2+
===============
3+
4+
.. |title| replace:: diffpy.morph
5+
.. _title: https://diffpy.github.io/diffpy.morph
36

47
.. |Icon| image:: https://avatars.githubusercontent.com/diffpy
58
:target: https://diffpy.github.io/diffpy.morph
69
:height: 100px
710

8-
|PyPi| |Forge| |PythonVersion| |PR|
11+
|PyPI| |Forge| |PythonVersion| |PR|
912

1013
|CI| |Codecov| |Black| |Tracking|
1114

@@ -23,7 +26,7 @@
2326

2427
.. |PR| image:: https://img.shields.io/badge/PR-Welcome-29ab47ff
2528

26-
.. |PyPi| image:: https://img.shields.io/pypi/v/diffpy.morph
29+
.. |PyPI| image:: https://img.shields.io/pypi/v/diffpy.morph
2730
:target: https://pypi.org/project/diffpy.morph/
2831

2932
.. |PythonVersion| image:: https://img.shields.io/pypi/pyversions/diffpy.morph
@@ -32,7 +35,7 @@
3235
.. |Tracking| image:: https://img.shields.io/badge/issue_tracking-github-blue
3336
:target: https://github.com/diffpy/diffpy.morph/issues
3437

35-
Tools for manipulating and comparing PDF profiles
38+
Python package for manipulating and comparing PDF profiles
3639

3740
``diffpy.morph`` is a Python software package designed to increase the insight
3841
researchers can obtain from measured atomic pair distribution functions
@@ -107,11 +110,11 @@ The following creates and activates a new environment named ``diffpy.morph_env``
107110
conda create -n diffpy.morph_env diffpy.morph
108111
conda activate diffpy.morph_env
109112

110-
To confirm that the installation was successful, type::
113+
To confirm that the installation was successful, type ::
111114

112115
python -c "import diffpy.morph; print(diffpy.morph.__version__)"
113116

114-
The output should print the latest version displayed on the badges above.
117+
The output should print the latest version displayed on the badges above.
115118

116119
If the above does not work, you can use ``pip`` to download and install the latest release from
117120
`Python Package Index <https://pypi.python.org>`_.
@@ -174,7 +177,7 @@ in a development mode, with its sources being directly used by Python
174177
rather than copied to a package directory, use the following in the root
175178
directory ::
176179

177-
pip install -e .
180+
pip install -e .
178181

179182
To ensure code quality and to prevent accidental commits into the default branch, please set up the use of our pre-commit
180183
hooks.
@@ -195,4 +198,9 @@ Before contributing, please read our `Code of Conduct <https://github.com/diffpy
195198
Contact
196199
-------
197200

198-
For more information on diffpy.morph please visit the project `web-page <https://diffpy.github.io/>`_ or email Prof. Simon Billinge at sb2896@columbia.edu.
201+
For more information on diffpy.morph please visit the project `web-page <https://diffpy.github.io/>`_ or email Simon J.L. Billinge group at sb2896@columbia.edu.
202+
203+
Acknowledgements
204+
----------------
205+
206+
``diffpy.morph`` is built and maintained with `scikit-package <https://scikit-package.github.io/scikit-package/>`_.

doc/manual/images/morph_ex1.png

-740 KB
Binary file not shown.

0 commit comments

Comments
 (0)