Commit c3f0c4d3 authored by js@hipro.co.in's avatar js@hipro.co.in

removed documentation about obsoleted 'per section python'

parent b2ea3811
...@@ -2596,10 +2596,6 @@ eggs-directory ...@@ -2596,10 +2596,6 @@ eggs-directory
*never* be modified. This can be a relative path, which is *never* be modified. This can be a relative path, which is
interpreted relative to the directory option. interpreted relative to the directory option.
executable
The Python executable used to run the buildout. See the python
option below.
find-links find-links
You can specify more locations to search for distributions using the You can specify more locations to search for distributions using the
`find-links` option. All locations specified will be searched for `find-links` option. All locations specified will be searched for
...@@ -2699,16 +2695,6 @@ prefer-final ...@@ -2699,16 +2695,6 @@ prefer-final
You will then need to use a false value for prefer-final to get the You will then need to use a false value for prefer-final to get the
newest releases. newest releases.
python
The name of a section containing information about the default
Python interpreter. Recipes that need a installation
typically have options to tell them which Python installation to
use. By convention, if a section-specific option isn't used, the
option is looked for in the buildout section. The option must
point to a section with an executable option giving the path to a
Python executable. By default, the buildout section defines the
default Python as the Python used to run the buildout.
use-dependency-links use-dependency-links
By default buildout will obey the setuptools dependency_links metadata By default buildout will obey the setuptools dependency_links metadata
when it looks for dependencies. This behavior can be controlled with when it looks for dependencies. This behavior can be controlled with
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment