Conversation
Update docs/source/index.rst warning text: wrap `ccdtools` in inline code styling and adjust the link markup to make 'issue on our GitHub repository' the linked phrase, improving clarity and consistency in the warning message.
Delete the top-level warning block in docs/source/overview.rst that indicated the release and documentation were experimental/incomplete. Cleans up the overview page copy and removes the cautionary note from the documentation front matter.
Remove experimental-release warning blocks from contributing.rst and installation.rst, and apply minor wording/formatting edits across docs: adjust issue-link phrasing in contributing.rst, rephrase the index description to reference the CCD Python interface in index.rst, and standardize spelling to "centralised" in overview.rst. These are documentation copy changes to improve clarity and consistency.
Replace resources.files(__package__) with resources.files("ccdtools") when locating config/datasets.yaml in DataCatalog. This makes the default YAML lookup deterministic by explicitly referencing the ccdtools package instead of relying on __package__ resolution, preventing incorrect paths in some import contexts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
catalog.pyby replacingresources.files(__package__)withresources.files("ccdtools")to ensure the correct resource path is used.