Hi, I've started to write an extension that parses the SQL file into RST tables. However, the extension is not released yet as I had some problems with the sqlparse (http://code.google.com/p/python-sqlparse/) limitations at the time. The existing material:
Documentation: http://jmu.koodiorja.com/static/rusty/doc/sqltable.html Code: http://bitbucket.org/jmu/rusty/ I'm hoping to release the extension some time in a future. > I am really enjoying learning Sphinx and want to use it to document a > system we are writing for a large client. We use the Postgres > database and I would like to have documentation included for each > table. Is there a way to pull in documentation similar to how we can > pull in docstings from Python modules (if not, I may look into writing > such an extension)? > > Is there a standard way to document database schemas (including stored > procedures)? It's a large part of the application and I'd like > include it with the rest of the documentation. -- 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.
