I'm writing and correcting API documentation in Sphinx using reStructuredText. Does anyone know of a good spellchecker that will handle this format, or a bunch of Unix/Linux tools that will allow me to use Aspell with it?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
There's a Sphinx extension for spell checking. It uses https://bitbucket.org/dhellmann/sphinxcontrib-spelling there's a blog article about it here: http://doughellmann.com/2011/05/creating-a-spelling-checker-for-restructuredtext-documents-2.html which explains how the extension was created, so if you're set on/stuck with using aspell specifically, maybe you can adapt it to aspell. |
|||
|
|
|
Since |
|||