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?

link|improve this question
feedback

1 Answer

Since aspell has options for checking HTML and TeX files, you can spell-check some HTML or Tex produced by Sphinx. I imagine you could also use aspell on text output from Sphinx - assuming that removes any mark-up (e.g. asterisks) that might confuse aspell .

link|improve this answer
What would the command line be for checking a single file interactively? – larsmans May 22 '11 at 17:18
aspell check [options] filename according to the manual – RedGrittyBrick May 22 '11 at 17:19
I meant the Sphinx command. I can only find the command for building an entire directory full of files, rather than turning a single file into flat text. – larsmans May 22 '11 at 18:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.