-
Notifications
You must be signed in to change notification settings - Fork 139
Apply spell check to tutorials #64
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
Apply spell check to tutorials #64
Conversation
Looks good :) I noted in another PR that there is a spell checker extension that can be installed to your jupyter env. so that it does spell checking when you are editing. I installed it some time back as I found it useful. Of course it does not get rid of checking in the build - just means that hopefully notebooks arrive with no spelling mistakes to start with :) |
Yes, spell check while editing is important. Which extension do you recommend? As for the build time spell check, if other spell check tools of notebooks are available, I would like to discuss which to use. |
Summary
Apply spell check to tutorials by sphinxcontrib-spelling. The output is as follows. The typos are fixed in #63.
https://sphinxcontrib-spelling.readthedocs.io/en/latest/
If CI fails in this PR, you can add words to
docs/spelling_wordlist.txt
.Details and comments