-
Notifications
You must be signed in to change notification settings - Fork 21
skpkg: add CHAGELOG.rst, README.rst, license, update pyproject.toml #150
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## migration #150 +/- ##
==========================================
Coverage 98.97% 98.97%
==========================================
Files 6 6
Lines 1267 1267
==========================================
Hits 1254 1254
Misses 13 13 🚀 New features to boost your workflow:
|
sbillinge
left a comment
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.
ok, good progress. Please see my comments. We need to change things up a little bit.
| ============= | ||
|
|
||
| .. current developments | ||
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.
we need to keep all of this. The changelog is updated at each release, by inserting new things at the top. So we need all of this legacy stuff.
| To install using ``pip`` into your ``diffpy.pdffit2_env`` environment, type :: | ||
|
|
||
| conda create -n diffpy.pdffit2_env python=3.13 | ||
| pip install diffpy.pdffit2 |
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.
instructions here need to be changed to be the same as the instructions in INSTRUCTIONS.txt I think
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.
Should it be maintained as the original form of installation guide as before? I don't think we have a INSTRUCTIONS.txt in this package.
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.
ah, you are right. I was getting confused. Yes, in that case keep it as it was before. I don't think anything changed.
README.rst
Outdated
| pip install . | ||
|
|
||
| Install pdffit2 using ``pip`` to download and install the latest version from `Python Package Index <https://pypi.python.org>`_: :: | ||
| This package also provides command-line utilities. To check the software has been installed correctly, type :: |
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.
this also needs to be updated as I don't think we have a cli for this program. If we do it just returns version to make sure the installation was correct, but it is never used this way.
@sbillinge Ready to review, note that not sure whether we need to maintain the CHANGELOG.rst as it is deleted automatically by
package update