Skip to content
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

Remove --jobinfo, standalone config.yml file #90

Merged
merged 2 commits into from
Apr 25, 2024
Merged

Conversation

abhidg
Copy link
Contributor

@abhidg abhidg commented Apr 22, 2024

abhidg added 2 commits April 22, 2024 14:31
This avoids the need to update two places for documentation
Create standalone config.yml that is shipped with the cats installation,
and is referred to by the main script and the Sphinx documentation.
@abhidg abhidg changed the title i87 remove jobinfo Remove --jobinfo, standalone config.yml file Apr 22, 2024
Copy link

codecov bot commented Apr 22, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@abhidg abhidg linked an issue Apr 22, 2024 that may be closed by this pull request
2 tasks
@@ -4,6 +4,7 @@

[tool.setuptools]
packages = ["cats"]
package-data.cats = ["config.yml"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think config.yml would end up in lib/python3.X/site-packages/cats ? Might not be straightforward to use it from there?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can use relative file paths from __filename__

@abhidg abhidg merged commit f7ad774 into main Apr 25, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: remove --jobinfo and document config.yml
2 participants