Updated readme with updated file structure#102
Merged
extinctsion merged 6 commits intoextinctsion:masterfrom Jan 9, 2026
Merged
Updated readme with updated file structure#102extinctsion merged 6 commits intoextinctsion:masterfrom
extinctsion merged 6 commits intoextinctsion:masterfrom
Conversation
Updated the image link for the Library File Structure.
Updated image link for Library File Structure in README.
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the README’s library file structure illustration to use a new, embedded image reference that reflects the latest project layout. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've found 1 issue, and left some high level feedback:
- The updated README image link mixes Markdown and HTML (
![... ]<img ... />); choose a single format (Markdown or<img>alone) so the image renders correctly. - If you stick with the
<img>tag, consider keeping the previous descriptive alt text (e.g.,alt="Library File Structure") for accessibility and consistency with the prior README.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The updated README image link mixes Markdown and HTML (`![... ]<img ... />`); choose a single format (Markdown or `<img>` alone) so the image renders correctly.
- If you stick with the `<img>` tag, consider keeping the previous descriptive alt text (e.g., `alt="Library File Structure"`) for accessibility and consistency with the prior README.
## Individual Comments
### Comment 1
<location> `README.md:103` </location>
<code_context>
<br>
-
+![Library File Structure]<img width="1800" height="1400" alt="easyPythonpi_package_layout_final" src="https://github.com/user-attachments/assets/f5a42d57-0385-4ffe-b9e5-0fd1e80a168a" />
<br>
</code_context>
<issue_to_address>
**issue:** The combined Markdown and HTML image syntax here is likely malformed and may not render as intended.
This combines Markdown (`![Library File Structure]`) with an HTML `<img>` tag in a way most renderers won’t treat as a valid image, so the alt text may show up literally. Please use either a proper Markdown image with URL, or a standalone HTML `<img>` tag, but not both together on the same line.
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Contributor
Author
|
hi @extinctsion , please review! |
|
Contributor
Author
|
hi @extinctsion , please review! |
Owner
|
Sure. Please give me some time as I'm a bit busy with other work. I'll surely review the PR. |
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.



Updated README.md to reflect the latest project structure.
Summary by Sourcery
Documentation: