Commit cd56da0e authored by Gary Poster's avatar Gary Poster

doc tweaks

parent b288c4c1
...@@ -154,8 +154,8 @@ dependent-scripts ...@@ -154,8 +154,8 @@ dependent-scripts
interpreter interpreter
The name of a script to generate that allows access to a Python The name of a script to generate that allows access to a Python
interpreter that has the path set based on the eggs installed. interpreter that has the path set based on the eggs installed.
See the ``interpreter`` (or ``py``) recipe, below, for a more See the ``interpreter`` recipe, below, for a more full-featured
full-featured interpreter. interpreter.
extra-paths extra-paths
Extra paths to include in a generated script. Extra paths to include in a generated script.
...@@ -756,9 +756,9 @@ be made to contact an index server: ...@@ -756,9 +756,9 @@ be made to contact an index server:
Interpreter generation Interpreter generation
---------------------- ----------------------
What if you want a more full-featured interpreter than the one described The interpreter described above is a script that mimics an
above? That one is a script that mimics an interpreter--it has support interpreter--it has support for only a limited number of command-line
for only a limited number of command-line options. options. What if you want a more full-featured interpreter?
The interpreter recipe generates a full-fledged version. Here's an example. The interpreter recipe generates a full-fledged version. Here's an example.
...@@ -779,7 +779,7 @@ The interpreter recipe generates a full-fledged version. Here's an example. ...@@ -779,7 +779,7 @@ The interpreter recipe generates a full-fledged version. Here's an example.
Installing py. Installing py.
Generated interpreter '/sample-buildout/bin/py'. Generated interpreter '/sample-buildout/bin/py'.
Notice that the recipe took the name of the recipe from the name of the Notice that the recipe took the name of the interpreter from the name of the
section. section.
The bin/py script now just restarts Python after specifying a special The bin/py script now just restarts Python after specifying a special
...@@ -841,16 +841,16 @@ options and describe them. ...@@ -841,16 +841,16 @@ options and describe them.
In addition to these, the interpreter script offers these three new options. In addition to these, the interpreter script offers these three new options.
include-site-customization
Normally the Python's real sitecustomize module is not processed.
If you want it to be processed, set this value to 'true'. This will
be honored irrespective of the setting for include-site-paths.
extends extends
You can extend another section using this value. It is intended to be You can extend another section using this value. It is intended to be
used by extending a section that uses this package's scripts recipe. used by extending a section that uses this package's scripts recipe.
In this manner, you can avoid repeating yourself. In this manner, you can avoid repeating yourself.
include-site-customization
Normally the Python's real sitecustomize module is not processed.
If you want it to be processed, set this value to 'true'. This will
be honored irrespective of the setting for include-site-paths.
name name
If you do not want to have the interpreter have the same name as the If you do not want to have the interpreter have the same name as the
section, you can set it explicitly with this option. section, you can set it explicitly with this option.
......
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