Hi all

This <https://github.com/harlowja/doc8> is a nice tool to check following
styles for docs:

- lines should not be longer than 79 characters - D001
  - exception: line with no whitespace except maybe in the beginning
  - exception: line that starts with '..' -- longer directives are allowed,
    including footnotes
- no trailing whitespace - D002
- no tabulation for indentation - D003
- no carriage returns (use unix newlines) - D004


Although we already have tool to strip whitespaces, we can use it for other
three things.


Regards
Sudhanshu Mishra

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAFW_KCSyfJq%3DM0MkvqCBRCuVTwF%2BRKU07KE6FP8diAQBS91chw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to