keystonemiddleware/doc
liuxiaoyang 31be1c5ad3 Add doc8 rule and check doc/source files
doc8 is a linter for documents and used in openstack-manuals.
It is better to enforce document linters for simple checking.
This change is to add doc8 in tox file and fix line too long
in some files.

The current rules are as bellow:
- invalid rst format - D000
- lines should not be longer than 79 characters - D001
  - RST exception: line with no whitespace except in the beginning
  - RST exception: lines with http or https urls
  - RST exception: literal blocks
  - RST exception: rst target directives
- no trailing whitespace - D002
- no tabulation for indentation - D003
- no carriage returns (use unix newlines) - D004
- no newline at end of file - D005

Change-Id: I01b11619b42eebf13cb17e1b4a2e8464a8ccc797
2017-08-26 20:18:57 +00:00
..
ext Correct Doc location and update for middleware only 2014-06-19 21:37:46 -07:00
source Add doc8 rule and check doc/source files 2017-08-26 20:18:57 +00:00
.gitignore Update .gitignore files 2014-06-20 07:23:39 -07:00
Makefile Correct Doc location and update for middleware only 2014-06-19 21:37:46 -07:00