-
Notifications
You must be signed in to change notification settings - Fork 381
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
Using sphinx-lint #2200
Comments
thanks for the heads-up, I have been using a local variation of a script we have to check inconsistencies between italics and bold formatting, because we had the bad practice of adding stars around English words. That will certainly solve the same issue and even get more things 👍 |
sphinx-lint is very Sphinx oriented, not |
I just run the tool against So it seems like it's working as intended, at least from my initial inspection. I'll leave a suggestion on the issue tracker, but otherwise so far so good. |
For reference, I left a suggestion to add the ability to sort output (sphinx-contrib/sphinx-lint#50) and some patches with an initial implementation (sphinx-contrib/sphinx-lint#51). |
#2210 now fixes all remaining errors. Most of the errors were due to double backticks not being properly separated from their surrounding words, or being imbalanced. Other common mistake was missing the final Fixing these issues also let pospell find two new problems. Most importantly, it found an error that was due to a |
Este commit contiene el resto de arreglos necesarios para que sphinx-lint no arroje errores al revisar los archivos de todo el proyecto. Relacionado a #2200 . Signed-off-by: Rodrigo Tobar <[email protected]>
Este issue lleva un tiempo sin actualizaciones. ¿Estás trabajando todavía?\nSi necesitas ayuda 🆘 no dudes en contactarnos en nuestro grupo de Telegram. |
Closing since we successfully adopted sphinx-lint some time ago, and have been keeping up with newer versions as well. |
Hi!
I'm developping https://pypi.org/project/sphinx-lint/, and it's now able to lint
.po
files. We use it on python-docs-fr, it's able to spot many typos, like:sphinx-lint
show never ever give a false positive (I know, I know, utopia...) but please, please, report any false positive to https://github.com/sphinx-contrib/sphinx-lint/issues if you find one.The text was updated successfully, but these errors were encountered: