Use equal signs for language documentation sections

This commit is contained in:
w0rp
2017-07-08 14:17:26 +01:00
parent f9aa7d3b9a
commit fdc7166c3c
40 changed files with 116 additions and 116 deletions

View File

@@ -2,7 +2,7 @@
ALE Python Integration *ale-python-options*
-------------------------------------------------------------------------------
===============================================================================
Global Options
g:ale_virtualenv_dir_names *g:ale_virtualenv_dir_names*
@@ -17,7 +17,7 @@ g:ale_virtualenv_dir_names *g:ale_virtualenv_dir_names*
the directory containing the Python file to find virtualenv paths.
-------------------------------------------------------------------------------
===============================================================================
autopep8 *ale-python-autopep8*
g:ale_python_autopep8_executable *g:ale_python_autopep8_executable*
@@ -44,7 +44,7 @@ g:ale_python_autopep8_use_global *g:ale_python_autopep8_use_global*
See |ale-integrations-local-executables|
-------------------------------------------------------------------------------
===============================================================================
flake8 *ale-python-flake8*
g:ale_python_flake8_executable *g:ale_python_flake8_executable*
@@ -85,7 +85,7 @@ g:ale_python_flake8_use_global *g:ale_python_flake8_use_global*
Both variables can be set with `b:` buffer variables instead.
-------------------------------------------------------------------------------
===============================================================================
isort *ale-python-isort*
g:ale_python_isort_executable *g:ale_python_isort_executable*
@@ -104,7 +104,7 @@ g:ale_python_isort_use_global *g:ale_python_isort_use_global*
See |ale-integrations-local-executables|
-------------------------------------------------------------------------------
===============================================================================
mypy *ale-python-mypy*
The minimum supported version of mypy that ALE supports is v0.4.4. This is
@@ -137,7 +137,7 @@ g:ale_python_mypy_use_global *g:ale_python_mypy_use_global*
See |ale-integrations-local-executables|
-------------------------------------------------------------------------------
===============================================================================
pylint *ale-python-pylint*
g:ale_python_pylint_executable *g:ale_python_pylint_executable*
@@ -176,7 +176,7 @@ g:ale_python_pylint_use_global *g:ale_python_pylint_use_global*
See |ale-integrations-local-executables|
-------------------------------------------------------------------------------
===============================================================================
yapf *ale-python-yapf*
g:ale_python_yapf_executable *g:ale_python_yapf_executable*
@@ -195,5 +195,5 @@ g:ale_python_yapf_use_global *g:ale_python_yapf_use_global*
See |ale-integrations-local-executables|
-------------------------------------------------------------------------------
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: