]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix func docs
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Oct 2019 19:04:47 +0000 (15:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Oct 2019 20:05:45 +0000 (16:05 -0400)
commite45878bf4f9cdfb714dce8b2a4d705178947674d
tree406bac3e7f8bdbf7ac7398fba0fb7b31787fe572
parentf87570acaee8aeb0ae89be2b701fc7a9ce3a5a26
fix func docs

sphinx is not generating the docs for func.  cross-copy
__doc__ and also add more links.

Fixes: #4922
Change-Id: I5512111d726b6fcf9821be730c9e29adc73c95cb
doc/build/core/tutorial.rst
lib/sqlalchemy/sql/functions.py