mistral/doc/source/install
junboli a2c1db4b14 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
- 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: Ibba3f0e1c3f724563deb27bbf4f13a8040799687
Closes-bug: #1709571
2017-08-09 16:50:33 +08:00
..
dashboard_guide.rst Add doc8 rule and check doc/source files 2017-08-09 16:50:33 +08:00
index.rst Applying Pike document structure 2017-07-11 09:24:17 +02:00
installation_guide.rst Add doc8 rule and check doc/source files 2017-08-09 16:50:33 +08:00
mistralclient_guide.rst Add doc8 rule and check doc/source files 2017-08-09 16:50:33 +08:00