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

Add Markdown Python code reformatting #94

Merged
merged 2 commits into from
Jun 9, 2024
Merged

Add Markdown Python code reformatting #94

merged 2 commits into from
Jun 9, 2024

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Jun 9, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Automated Python code formatting in markdown files using a custom script.

πŸ“Š Key Changes

  • Added a script (update_markdown_code_blocks.py) to format Python code blocks in markdown files.
  • Integrated the new script into the GitHub action workflow.

🎯 Purpose & Impact

  • Improved Code Readability: Ensures consistent formatting in markdown code blocks, making documentation more readable πŸ“–.
  • Automated Workflow: Reduces manual formatting effort by integrating the formatting process into the existing workflow βš™οΈ.
  • Error Minimization: Decreases chances of formatting errors or inconsistencies in code examples within documentation πŸ“‰.

@glenn-jocher glenn-jocher merged commit 31bf7e2 into main Jun 9, 2024
1 check passed
@glenn-jocher glenn-jocher deleted the markdown branch June 9, 2024 16:35
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.

None yet

1 participant