Jorge Vargas wrote: > Hi, We where working on updating the TurboGears2 sphinx sources and I > found a lot of typo's that could be found by a spell checker, which > got us thinking, Why not having a sphinx plugin to do this? Which in > turn made me write this email. > > Has anyone else think about this? > if so maybe someone has a private implementation you will want to share. > If not just exactly how hard will it be to write it? > any recommendations for a spell checking library? > > keep in mind I have never coded a sphinx plugin or interacted with a > spell checking library, which makes this twice as interesting to work > on. So with the right guidance I think I could make this happen. or > should I just forget about this and use an external tool? > Isn't that more of a job for whatever editor you use?
I use UliPad (http://code.google.com/p/ulipad/ ) for the .rst files I write and it obviously could be used for .py files. Written in Python and wxPython. It uses the "enchant" spell checker, I use pyenchant-1.4.2-py2.5.egg-info as I could not get 1.5.x to work. Werner --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
