Commit fce3e60e authored by Reinout van Rees's avatar Reinout van Rees

Fixed underline

parent da72cc87
...@@ -1135,7 +1135,8 @@ macros. In particular, the variable substitutions are performed ...@@ -1135,7 +1135,8 @@ macros. In particular, the variable substitutions are performed
relative to the myfiles section. relative to the myfiles section.
Extending sections (macros) - Adding and removing options Extending sections (macros) - Adding and removing options
---------------------------------------------------- ---------------------------------------------------------
We can also add and remove options in extended sections. We can also add and remove options in extended sections.
This is illustrated below; first we define a base configuration. This is illustrated below; first we define a base configuration.
...@@ -1147,12 +1148,12 @@ This is illustrated below; first we define a base configuration. ...@@ -1147,12 +1148,12 @@ This is illustrated below; first we define a base configuration.
... ...
... [part1] ... [part1]
... recipe = ... recipe =
... option = a1 ... option = a1
... a2 ... a2
... ...
... [part2] ... [part2]
... <= part1 ... <= part1
... option -= a1 ... option -= a1
... option += c3 c4 ... option += c3 c4
... ...
... [part3] ... [part3]
...@@ -1198,7 +1199,7 @@ Set up a buildout configuration for this extension. ...@@ -1198,7 +1199,7 @@ Set up a buildout configuration for this extension.
>>> print_(system(os.path.join(sample_buildout, 'bin', 'buildout')), end='') # doctest: +ELLIPSIS >>> print_(system(os.path.join(sample_buildout, 'bin', 'buildout')), end='') # doctest: +ELLIPSIS
Develop: '/sample-buildout/demo' Develop: '/sample-buildout/demo'
.... ....
Verify option values. Verify option values.
>>> write(sample_buildout, 'buildout.cfg', >>> write(sample_buildout, 'buildout.cfg',
......
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