]> 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:54 +0000 (16:05 -0400)
commitc35573cbebfe8b16b71feb04702c7123d2530e13
tree9f3f9951c3b5914f6fc15f878574ff93454864fc
parent09060d0877bf40c6c96c83404554ec907e1331aa
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