Files
sqlalchemy/doc/build
Gaëtan de Menten 90ba350099 - Fix occurences of Class.c.column_name
- Fix a few typos/mistakes
- removed trailing whitespaces
- tried to achieve a more consistent syntax for spaces in properties
  declaration
2008-08-21 09:12:54 +00:00
..
2008-08-04 03:05:26 +00:00
2007-08-06 02:02:00 +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.