The Wayback Machine - https://web.archive.org/web/20201223144349/https://github.com/freeCodeCamp/devdocs/pull/1217
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

Update pandas documentation (update 0.25.0 to 0.25.3, add 1.0.3) #1217

Draft
wants to merge 3 commits into
base: master
from

Conversation

@jbfiot
Copy link

@jbfiot jbfiot commented Apr 21, 2020

If you're updating an existing documentation to it's latest version, please ensure that you have:

  • Updated the versions and releases in the scraper file
  • Ensured the license is up-to-date and that the documentation's entry in the array in about_tmpl.coffee matches it's data in self.attribution
  • Ensured the icons and the SOURCE file in public/icons/your_scraper_name/ are up-to-date if the documentation has a custom icon
  • Ensured self.links contains up-to-date urls if self.links is defined
  • Tested the changes locally to ensure:
    • The scraper still works without errors
    • The scraped documentation still looks consistent with the rest of DevDocs
    • The categorization of entries is still good
@jbfiot jbfiot changed the title Pandas 1.0 Update pandas documentaiton (update 0.25.0 to 0.25.3, add 1.0.3) Apr 21, 2020
@jbfiot jbfiot changed the title Update pandas documentaiton (update 0.25.0 to 0.25.3, add 1.0.3) Update pandas documentation (update 0.25.0 to 0.25.3, add 1.0.3) Apr 21, 2020
@jbfiot jbfiot force-pushed the jbfiot:pandas-1.0 branch from a1917a8 to 5e682f9 Apr 21, 2020
@jbfiot
Copy link
Author

@jbfiot jbfiot commented Apr 21, 2020

This seems to require a bit more work than expected.

The format of the webpage has changed between 0.25.3 and 1.0.3, so the filters and/or scraper would need to be adapted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.