From: Mike Bayer Date: Sun, 26 Jun 2011 17:19:03 +0000 (-0400) Subject: time for a better arch diagram X-Git-Tag: rel_0_7_2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48769a6a105cc2108d0f0570798b7787d5cda2a1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git time for a better arch diagram --- diff --git a/doc/build/intro.rst b/doc/build/intro.rst index 7d741341bc..39f02b3dd3 100644 --- a/doc/build/intro.rst +++ b/doc/build/intro.rst @@ -13,8 +13,8 @@ The SQLAlchemy SQL Toolkit and Object Relational Mapper is a comprehensive set of tools for working with databases and Python. It has several distinct areas of functionality which can be used individually or combined -together. Its major components are illustrated below. The -arrows represent the general dependencies of components: +together. Its major components are illustrated in below, +with component dependencies organized into layers: .. image:: sqla_arch_small.png diff --git a/doc/build/sqla_arch_small.png b/doc/build/sqla_arch_small.png index 521a0813ba..a1c09585ec 100644 Binary files a/doc/build/sqla_arch_small.png and b/doc/build/sqla_arch_small.png differ