Fix linters.rst sphinx warnings

This commit is contained in:
Nikita P. Shupeyko 2017-05-14 17:19:56 +03:00
parent 89bc1212b3
commit 9b2f27d15a

View File

@ -14,7 +14,7 @@ To run flake8:
The config for flake8 is located in setup.cfg. It specifies:
* Set max line length to 120 chars
* Exclude .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
* Exclude `.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules`
pylint
------
@ -40,4 +40,4 @@ This is included in flake8's checks, but you can also run it separately to see a
The config for pep8 is located in setup.cfg. It specifies:
* Set max line length to 120 chars
* Exclude .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
* Exclude `.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules`