[Zope-dev] Re: zopeproject and external apidocs
Philipp von Weitershausen
philipp at weitershausen.de
Fri Dec 14 09:32:20 EST 2007
Christophe Combelles wrote:
> Hi,
>
> When creating a buildout with zopeproject, the site.zcml puts the package
> registration before the apidoc registration:
>
>
> <include package="${package}" />
>
> <!-- Remove this reference to disable the APIDoc tool.
> You should do this for production -->
> <include file="apidoc.zcml" />
>
>
> This means that the bookchapters of some added packages (such as z3c.*)
> will
> never show up in the apidoc, because the <meta:provides feature="apidoc"
> /> will
> be located **after** all the zcml:condition="have apidoc"
>
> I suggest to move the <include file="apidoc.zcml" /> on the top of the
> site.zcml
> by default.
Thanks for the suggestion. Can you please file a bug report at
https://launchpad.net/zopeproject. Thanks.
More information about the Zope-Dev
mailing list