
This patch adds a doc8 check of .rst files to the current pep8 check. It includes fixes to the .rst files that didn't pass the check. Change-Id: I866ee72cfdd6067ae219a751aa7c2a0c391886f7
9 lines
341 B
ReStructuredText
9 lines
341 B
ReStructuredText
Trove Library Specific Commandments
|
|
-------------------------------------
|
|
|
|
- [T101] Validate that LOG messages, except debug ones, are translated
|
|
- [T102] Validate that debug level logs are not translated
|
|
- [T103] Exception messages should be translated
|
|
- [T104] Python 3 is not support basestring,replace basestring with
|
|
six.string_types
|