[Checkins] SVN: Products.GenericSetup/trunk/setup.py Set up test metadata; use sphinxy docs.

Tarek Ziadé ziade.tarek at gmail.com
Thu Oct 2 19:20:12 EDT 2008


On Sat, Sep 27, 2008 at 7:35 PM, Tres Seaver <tseaver at palladion.com> wrote:
> Log message for revision 91563:
>  Set up test metadata;  use sphinxy docs.
>
> Changed:
>  U   Products.GenericSetup/trunk/setup.py
>
> -=-
> Modified: Products.GenericSetup/trunk/setup.py
> ===================================================================
> --- Products.GenericSetup/trunk/setup.py        2008-09-27 17:35:07 UTC (rev 91562)
> +++ Products.GenericSetup/trunk/setup.py        2008-09-27 17:35:56 UTC (rev 91563)
> @@ -4,7 +4,9 @@
>
>  here = os.path.abspath(os.path.dirname(__file__))
>  package = os.path.join(here, 'Products', 'GenericSetup')
> +docs = os.path.join(here, 'docs')
>
> +def _docs_doc(name):

Hey Tres,

That brakes the trunk here, typo ?


More information about the Checkins mailing list