-
Notifications
You must be signed in to change notification settings - Fork 1
Minor updates post OSS #131
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
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.
Pull Request Overview
Adds citation metadata (DOI) and a Zenodo badge, introduces an automated documentation build/deploy GitHub Actions workflow, and removes a stale commented line in code.
- Add Zenodo DOI badge to README and DOI metadata to CITATION.cff
- Introduce docs build & deploy workflow (GitHub Pages) on pushes/releases
- Minor cleanup: remove obsolete commented line in dry_costs_creator.py
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| revrt/costs/dry_costs_creator.py | Removes an unused commented-out assignment (minor cleanup). |
| README.rst | Adds Zenodo badge; documentation metadata update only. |
| CITATION.cff | Adds active DOI identifier block. |
| .github/workflows/docs.yml | New workflow to build and publish documentation to gh-pages. |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
castelao
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.
LGTM. In the CITATION we can add references to some of the other software that we use, but I can add later in another PR.
That'd be great! Do we need to open an issue to track this? |
Add DOI badge and docs GHA