8000 Improve Ultralytics website download by glenn-jocher · Pull Request #96 · ultralytics/docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Improve Ultralytics website download #96

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

Merged
merged 5 commits into from
Aug 26, 2024
Merged

Conversation

glenn-jocher
Copy link
Member
@glenn-jocher glenn-jocher commented Aug 26, 2024

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Enhanced the website download and broken link checking process for the Ultralytics documentation.

📊 Key Changes

  • Added steps to download and parse sitemap.xml for generating a list of URLs.
  • Implemented parallel downloading of URLs with retry mechanisms.
  • Included logging of total and successfully downloaded files.
  • Minor cleanup in the README file.

🎯 Purpose & Impact

  • 📈 Efficiency: Speeds up the process of downloading website pages for link checks by using parallel downloads.
  • 🔍 Reliability: Ensures all URLs from the sitemap are checked, increasing the thoroughness of link validation.
  • 💡 Transparency: Provides clear logs on the number of URLs processed and successfully downloaded, aiding in diagnostics and quality control.

@UltralyticsAssistant UltralyticsAssistant added the enhancement New feature or request label Aug 26, 2024
@glenn-jocher glenn-jocher merged commit 7759e9d into main Aug 26, 2024
2 of 3 checks passed
@glenn-jocher glenn-jocher deleted the improve-website-download branch August 26, 2024 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
0