diff options
Diffstat (limited to 'doc/ale-python.txt')
-rw-r--r-- | doc/ale-python.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt index 38f96590..0850f392 100644 --- a/doc/ale-python.txt +++ b/doc/ale-python.txt @@ -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: |