summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2016-12-06 04:29:31 +0600
committerTim Graham <timograham@gmail.com>2016-12-05 17:29:52 -0500
commit6265ca25f3fb4f9bf3b38eed8b8eeafdcf02a16e (patch)
tree32edab955583cbca6595463a179165be483fff7f
parent1ba49cd2c803a76e84eef430720ffe705ba7ebc7 (diff)
downloaddjango-6265ca25f3fb4f9bf3b38eed8b8eeafdcf02a16e.tar.gz
[1.10.x] Fixed unrendered rows in GIS DB functions table in docs.
Cells in the first column must contain some text. http://docutils.sourceforge.net/docs/dev/rst/problems.html#tables Backport of d4822148d09d715b742d290383fe642c0b77faba from master
-rw-r--r--docs/ref/contrib/gis/functions.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt
index 728aaf1e71..302ee33c8d 100644
--- a/docs/ref/contrib/gis/functions.txt
+++ b/docs/ref/contrib/gis/functions.txt
@@ -29,9 +29,9 @@ Measurement Relationships Operations Editors
:class:`Distance` :class:`Centroid` :class:`Intersection` :class:`MakeValid` :class:`AsGML` :class:`MemSize`
:class:`Length` :class:`Envelope` :class:`SymDifference` :class:`Reverse` :class:`AsKML` :class:`NumGeometries`
:class:`Perimeter` :class:`PointOnSurface` :class:`Union` :class:`Scale` :class:`AsSVG` :class:`NumPoints`
- :class:`SnapToGrid` :class:`GeoHash`
- :class:`Transform`
- :class:`Translate`
+.. :class:`SnapToGrid` :class:`GeoHash`
+.. :class:`Transform`
+.. :class:`Translate`
================== ======================= ====================== =================== ================== =====================
``Area``