Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 11
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
d74ee6ae1ad1faf1f1f8cde23201dbd7d53c1b4a12File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
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 |
|---|---|---|
| @@ -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 | ||
| ------- | ||
| ======= | ||
Contributor 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. | ||
| ================ | ||
Contributor 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 | ||
| ------- | ||
| ======= | ||
Contributor 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.