Files
sqlalchemy/doc/build
Mike Bayer 288f9d53e3 - the "synonym" function is now directly usable with
"declarative".  Pass in the decorated property using
the "instrument" keyword argument, e.g.:
somekey = synonym('_somekey', instrument=property(g, s))
- declared_synonym deprecated
2008-03-15 20:18:54 +00:00
..
2007-08-06 02:02:00 +00:00
2007-10-13 20:35:42 +00:00

Documentation exists in its original format as Markdown files in the ./content directory.

To generate documentation:

	python genhtml.py

This generates the Markdown files into Myghty templates as an interim step and then into HTML.  It also
creates two pickled datafiles corresponding to the table of contents and all the generated docstrings
for the SQLAlchemy sourcecode.