ZCML File
configure.zcml
[top]
/
zope
/
app
/
generations
/ configure.zcml
<
configure
xmlns
="
http://namespaces.zope.org/zope
"
xmlns:apidoc
="
http://namespaces.zope.org/apidoc
"
xmlns:zcml
="
http://namespaces.zope.org/zcml
"
>
<
include
package
="
.browser
"
/>
<
configure
zcml:condition
="
have apidoc
"
>
<
apidoc:bookchapter
id
="
generations
"
title
="
Generations
"
doc_path
="
README.txt
"
/>
</
configure
>
</
configure
>