Kataev Denis
42b6ef8ccd
Repair formatting throughout documentation
...
1. Section decorators to [one style](http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#sections ):
without inset at both side and with same length as text.
2. Fix broken [reference](http://docs.sqlalchemy.org/en/latest/core/type_basics.html#generic-types ).
3. Convert tabs to space in some small files.
4. Some python code snippets have python+sql syntax hint.
Change-Id: I39a7a41ef0b0591c6bf1e610748e2b5c19fc5379
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/361
2017-05-22 17:53:09 -04:00
Mike Bayer
544e72bcb6
- corrections
...
- attempt to add a script to semi-automate the fixing of links
2014-12-27 16:22:41 -05:00
Mike Bayer
d2c1edfb15
- added new backend for pysqlcipher, as we will probably get
...
requests for it soon.
2014-10-29 14:55:42 -04:00
Mike Bayer
d355a3be3b
- Documented SQLite DATE/TIME/DATETIME types.
...
[ticket:2029] (also in 0.6.7)
- add "currentmodule" directive to all the dialect type docs to
ensure users import from the dialect package, not the "base" module
2011-03-27 20:34:39 -04:00
Mike Bayer
61840abbce
- NullPool is now used by default for SQLite file-
...
based databases. :memory: databases will continue
to select SingletonThreadPool by default.
[ticket:1921]
2010-11-28 12:00:01 -05:00
Mike Bayer
4e24d6cb01
experiment with removing the API section and putting docstrings inline.
...
new outline section is provided with a new flow.
2010-09-04 13:25:13 -04:00