-
Notifications
You must be signed in to change notification settings - Fork 355
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 instructions on spelling check using sphinxcontrib-spelling #487
add instructions on spelling check using sphinxcontrib-spelling #487
Conversation
@zycalice has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@@ -95,6 +95,32 @@ Run following command from `website` folder. It will build the docs and serve th | |||
./scripts/build_website.sh | |||
``` | |||
|
|||
You can also perform spell checks on documentation automatically (besides IDEs) using [```sphinxcontrib-spelling```](https://sphinxcontrib-spelling.readthedocs.io/en/latest/install.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to add spell check as an automated linter Eg: https://github.com/marketplace/actions/github-spellcheck-action ?
^ This uses PySpelling and I am not sure if it is compatible with all the files we have.
Co-authored-by: Karthik Prasad <prasadkr@uci.edu>
@zycalice has updated the pull request. You must reimport the pull request before landing. |
@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@zycalice has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@zycalice has updated the pull request. You must reimport the pull request before landing. |
@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Types of changes
Motivation and Context / Related issue
Add instruction on how to run spell checks using
sphinxcontrib.spelling
for files build with sphinx.Related to #380
How Has This Been Tested (if it applies)
Checklist