diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2016-12-06 04:29:31 +0600 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-12-05 17:29:31 -0500 |
| commit | d4822148d09d715b742d290383fe642c0b77faba (patch) | |
| tree | 8181e9255d68e6e41829070e95adf8974c5a6ae5 /docs | |
| parent | 30657d78360a6da4526cf3303915cde1894bfb53 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/functions.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt index 6a1bf10434..664f8ac710 100644 --- a/docs/ref/contrib/gis/functions.txt +++ b/docs/ref/contrib/gis/functions.txt @@ -27,9 +27,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`` |
