added coming soon to parts of the docs, linked scoped_session

This commit is contained in:
Armin Ronacher 2010-04-16 13:42:47 +02:00
parent 7c9303b750
commit 6d556acb3f
2 changed files with 16 additions and 2 deletions

View file

@ -241,5 +241,6 @@ latex_documents = [
intersphinx_mapping = {
'http://docs.python.org/dev': None,
'http://werkzeug.pocoo.org/documentation/dev/': None
'http://werkzeug.pocoo.org/documentation/dev/': None,
'http://www.sqlalchemy.org/docs/': None
}