summaryrefslogtreecommitdiff
path: root/doc/ale-python.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-07-08 14:30:12 +0100
committerw0rp <devw0rp@gmail.com>2017-07-08 14:30:12 +0100
commit996732d5a688c8f0e56e0f5bfb17bdd11c819bbb (patch)
tree12a3b7f5be259d6446e25f795e07cf450f5dd199 /doc/ale-python.txt
parentfdc7166c3ce68babdf8afdb457e23700d4e8ab3a (diff)
downloadale-996732d5a688c8f0e56e0f5bfb17bdd11c819bbb.zip
Document the virtualenv directories variable in the main file instead
Diffstat (limited to 'doc/ale-python.txt')
-rw-r--r--doc/ale-python.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index 0850f392..dabc573c 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -3,21 +3,6 @@ ALE Python Integration *ale-python-options*
===============================================================================
-Global Options
-
-g:ale_virtualenv_dir_names *g:ale_virtualenv_dir_names*
- *b:ale_virtualenv_dir_names*
-
- Type: |List|
- Default: `['.env', 'env', 've-py3', 've', 'virtualenv']`
-
- A list of directory names to be used when searching upwards from Python
- files to discover virtulenv directories with. For directory named `'foo'`,
- ALE will search for `'foo/bin/activate'` in all directories on and above
- the directory containing the Python file to find virtualenv paths.
-
-
-===============================================================================
autopep8 *ale-python-autopep8*
g:ale_python_autopep8_executable *g:ale_python_autopep8_executable*