Skip to content

Commit 0563da2

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 65b2704 commit 0563da2

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Support and Contribute
9898

9999
`Diffpy user group <https://groups.google.com/g/diffpy-users>`_ is the discussion forum for general questions and discussions about the use of diffpy.snmf. Please join the diffpy.snmf users community by joining the Google group. The diffpy.snmf project welcomes your expertise and enthusiasm!
100100

101-
If you see a bug or want to request a feature, please `report it as an issue <https://github.com/diffpy/diffpy.snmf/issues>`_ and/or `submit a fix as a PR <https://github.com/diffpy/diffpy.snmf/pulls>`_. You can also post it to the `Diffpy user group <https://groups.google.com/g/diffpy-users>`_.
101+
If you see a bug or want to request a feature, please `report it as an issue <https://github.com/diffpy/diffpy.snmf/issues>`_ and/or `submit a fix as a PR <https://github.com/diffpy/diffpy.snmf/pulls>`_. You can also post it to the `Diffpy user group <https://groups.google.com/g/diffpy-users>`_.
102102

103103
Feel free to fork the project and contribute. To install diffpy.snmf
104104
in a development mode, with its sources being directly used by Python

doc/source/api/diffpy.snmf.rst

-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,3 @@ diffpy.snmf.stretchednmfapp module
6666
:members:
6767
:undoc-members:
6868
:show-inheritance:
69-

doc/source/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Welcome to SNMF's Documentation!
22
====================================
33

44
``SNMF``: This library implements the stretched non negative matrix factorization (sNMF) and sparse stretched NMF
5-
(ssNMF) algorithms described in the paper "Stretched Non-negative Matrix Factorization" by Ran Gu et al. (2023),
5+
(ssNMF) algorithms described in the paper "Stretched Non-negative Matrix Factorization" by Ran Gu et al. (2023),
66
which is referenced under the Citation section below.
77

88
This algorithm is designed to do an NMF factorization on a set of signals ignoring any uniform stretching of the signal
@@ -63,7 +63,7 @@ Jame R. Neilson, Karena W. Chapman, Qiang Du, and Simon J. L. Billinge.
6363
This software implementation was developed by members of the Billinge Group at Columbia University and Brookhaven
6464
National Laboratory including Ran Gu, Adeolu Ajayi, Qiang Du, and Simon J. L. Billinge.
6565

66-
For a detailed list of contributors, check `here
66+
For a detailed list of contributors, check `here
6767
<https://github.com/diffpy/diffpy.snmf/graphs/contributors>`_.
6868

6969
To get started, please go to :ref:`quick_start`

doc/source/license.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ OPEN SOURCE LICENSE AGREEMENT
99
=============================
1010
BSD 3-Clause License
1111

12-
Copyright (c) 2023-2024, The Trustees of Columbia University in
12+
Copyright (c) 2023-2024, The Trustees of Columbia University in
1313
the City of New York.
14-
All Rights Reserved.
14+
All Rights Reserved.
1515

1616
Redistribution and use in source and binary forms, with or without
1717
modification, are permitted provided that the following conditions are met:

src/diffpy/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@
2121
__path__ = extend_path(__path__, __name__)
2222

2323
# End of file
24-

0 commit comments

Comments
 (0)