Fix linters.rst sphinx warnings (#1167)

* Fix linters.rst sphinx warnings

* Stick with `` instead of `
This commit is contained in:
Shupeyko Nikita 2017-05-15 15:01:19 +03:00 committed by GitHub
parent 96028e3bbe
commit 27fb6e1a0a

View File

@ -14,7 +14,7 @@ To run flake8:
The config for flake8 is located in setup.cfg. It specifies: The config for flake8 is located in setup.cfg. It specifies:
* Set max line length to 120 chars * 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 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: The config for pep8 is located in setup.cfg. It specifies:
* Set max line length to 120 chars * 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``