]> 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:06:01 +0000 (16:06 -0400)
commit129a0a43212697fa9b3bf9ee59121e1669ce242b
tree2b5b6a65e2dbea9176a90b2d4a93ea9c9c101c8c
parent28a087093da8e47b2062eb146744f1342b5950ec
fix func docs

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

Fixes: #4922
Change-Id: I5512111d726b6fcf9821be730c9e29adc73c95cb
(cherry picked from commit e45878bf4f9cdfb714dce8b2a4d705178947674d)
doc/build/core/tutorial.rst
lib/sqlalchemy/sql/functions.py