-
Notifications
You must be signed in to change notification settings - Fork 9
skpkg: migrate documentation, README, and public static files #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
d74ee6a
e1ad1fa
f1f1f8c
de23201
dbd7d53
c1b4a12
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
============= | ||
Release Notes | ||
Release notes | ||
============= | ||
|
||
.. current developments | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
:target: https://diffpy.github.io/diffpy.snmf | ||
:height: 100px | ||
|
||
|PyPi| |Forge| |PythonVersion| |PR| | ||
|PyPI| |Forge| |PythonVersion| |PR| | ||
|
||
|CI| |Codecov| |Black| |Tracking| | ||
|
||
|
@@ -26,7 +26,7 @@ | |
|
||
.. |PR| image:: https://img.shields.io/badge/PR-Welcome-29ab47ff | ||
|
||
.. |PyPi| image:: https://img.shields.io/pypi/v/diffpy.snmf | ||
.. |PyPI| image:: https://img.shields.io/pypi/v/diffpy.snmf | ||
:target: https://pypi.org/project/diffpy.snmf/ | ||
|
||
.. |PythonVersion| image:: https://img.shields.io/pypi/pyversions/diffpy.snmf | ||
|
@@ -132,4 +132,9 @@ Before contributing, please read our `Code of Conduct <https://github.com/diffpy | |
Contact | ||
------- | ||
|
||
For more information on diffpy.snmf please visit the project `web-page <https://diffpy.github.io/>`_ or email Prof. Simon Billinge at [email protected]. | ||
For more information on diffpy.snmf please visit the project `web-page <https://diffpy.github.io/>`_ or email Simon J.L. Billinge group at [email protected]. | ||
|
||
Acknowledgements | ||
---------------- | ||
|
||
``diffpy.snmf`` is built and maintained with `scikit-package <https://scikit-package.github.io/scikit-package/>`_. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
Welcome to SNMF's Documentation! | ||
==================================== | ||
|
||
``diffpy.snmf`` - Python package implementing the stretched NMF algorithm. | ||
|
||
| Software version |release| | ||
| Last updated |today|. | ||
|
||
``SNMF``: This library implements the stretched non negative matrix factorization (sNMF) and sparse stretched NMF | ||
(ssNMF) algorithms described in the paper "Stretched Non-negative Matrix Factorization" by Ran Gu et al. (2023), | ||
which is referenced under the Citation section below. | ||
|
@@ -52,8 +57,9 @@ by citing the following paper in your publication: | |
*npj Comput Mater* **10**, 193 (2024). | ||
|
||
|
||
======= | ||
Authors | ||
------- | ||
======= | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe make this change after you move over the old file |
||
|
||
``snmf`` implements the algorithms described in ...., developed by members of the Billinge Group at | ||
Columbia University, Brookhaven National Laboratory, Stony Brook University, Nankai University, and Colorado State | ||
|
@@ -68,6 +74,19 @@ For a detailed list of contributors, check `here | |
|
||
To get started, please go to :ref:`quick_start` | ||
|
||
============ | ||
Installation | ||
============ | ||
|
||
See the `README <https://github.com/diffpy/diffpy.snmf#installation>`_ | ||
file included with the distribution. | ||
|
||
================ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and add this Acknowledgements section to the new doc. |
||
Acknowledgements | ||
================ | ||
|
||
``diffpy.snmf`` is built and maintained with `scikit-package <https://scikit-package.github.io/scikit-package/>`_. | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
:hidden: | ||
|
@@ -84,8 +103,9 @@ To get started, please go to :ref:`quick_start` | |
|
||
.. include:: ../../CHANGELOG.rst | ||
|
||
======= | ||
Indices | ||
------- | ||
======= | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and this change |
||
|
||
* :ref:`genindex` | ||
* :ref:`search` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
**Added:** | ||
|
||
* <news item> | ||
|
||
**Changed:** | ||
|
||
* <news item> | ||
|
||
**Deprecated:** | ||
|
||
* <news item> | ||
|
||
**Removed:** | ||
|
||
* <news item> | ||
|
||
**Fixed:** | ||
|
||
* Support ``scikit-package`` Level 5 standard (https://scikit-package.github.io/scikit-package/). | ||
|
||
**Security:** | ||
|
||
* <news item> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
sphinx | ||
sphinx_rtd_theme | ||
sphinx-copybutton | ||
doctr | ||
m2r |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here also, just move the old file over to the new proejct so wee keep everything. I don't think there is anything we need from the new template.