You're right, it must be included in the Manifest. Fixed in tip. Georg
Bitmonster schrieb: > After installing sphinx-0.6dev_20090105-py2.6, I get the following > error message: > > Exception occurred: > File "c:\python26\lib\site-packages\Sphinx-0.6dev_20090105-py2.6.egg > \sphinx\pycode\pgen2\pgen.py", line 15, in __init__ > stream = open(filename) > IOError: [Errno 2] No such file or directory: 'C:\\Python26\\lib\\site- > packages\\sphinx-0.6dev_20090105-py2.6.egg\\sphinx\\pycode\ > \Grammar.txt' > > The mentioned "Grammar.txt" is included in the download, but python > setup.py install doesn't install it. > > > On 4 Jan., 20:59, Georg Brandl <[email protected]> wrote: >> Hi, >> >> I've been developing a new set of features for autodoc, namely >> auto attribute documentation. This is now merged to trunk, and >> I'd like to invite everyone to test the changes with your projects. >> >> If you have no documented attributes, there should be no change >> in output. >> >> "Documented" attributes are attributes that have a "doc comment" >> before them, like this: >> >> #: doc comment >> a = 1 >> >> or a docstring below them, like this: >> >> a = 1 >> "docstring for a" >> >> They are recognized on module level and in classes. >> >> There are no docs for this yet, I'll add them soon. >> >> Georg > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
