spyder-ide / spyder-docs

Documentation for Spyder, the Scientific Python Development Environment
https://docs.spyder-ide.org
MIT License
33 stars 283 forks source link

PR: Fix pre-commit and linkcheck failures on master due to workshops #286

Closed CAM-Gerlach closed 2 years ago

CAM-Gerlach commented 2 years ago

Pull Request

Pull Request Checklist

Description of Changes

Presently, both the docs linkcheck and the pre-commit checks are failing on master. This PR fixes them. Specifically, it:

I plan to reach out to @Linus-Albertus to go through the many spelling and Python errors on those files to determine which are intentional, and resolve the rest.

After we merge this PR, I'll follow it up with another against 4.x that addresses some additional, less critical issues/updates/simplifications in both branches pre-commit and linkcheck workflows.

CAM-Gerlach commented 2 years ago

Thanks @ccordoba12 !