Hi guys, I noticed a couple of tiny mistakes in the docs for the ZODB+Traversal wiki tutorial.
1. On the "Defining the Domain Model" page, where it discusses adding the dependency to docutils, the setup.py source code does not actually add that dependency. I checked that the SQLAlchemy-URLdispatch tutorial is correct in this regard, and it is. As a side comment, I think it would be more clear to move this particular section of the tutorial to the next page, after talking about generating the ReST body (in the "The view_page view function" section). At present, it is not clear why the dependency on docutils is added. 2. In the text of the "The view_page view function" section of the "Defining Views" page, the text says that the context for the view_page function is Wiki. The exact text: "We’ll provide it with a @view_config decorator which names the class tutorial.models.Wiki as its context" I think this should name the class as tutorial.models.Page - this is what the later source code example does. The paragraph is just confusing to read. Best, Mike -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
