Skip to content

Commit 44894c6

Browse files
committed
Fix warning about duplicate object description
1 parent 482fcc0 commit 44894c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/python-api.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2505,7 +2505,7 @@ If that option isn't relevant to your use-case you can to quote a string for use
25052505
25062506
.. _python_api_gis:
25072507
2508-
Spatialite helpers
2508+
SpatiaLite helpers
25092509
==================
25102510
25112511
`SpatiaLite <https://www.gaia-gis.it/fossil/libspatialite/index>`__ is a geographic extension to SQLite (similar to PostgreSQL + PostGIS). Using requires finding, loading and initializing the extension, adding geometry columns to existing tables and optionally creating spatial indexes. The utilities here help streamline that setup.
@@ -2516,6 +2516,7 @@ Initialize SpatiaLite
25162516
---------------------
25172517
25182518
.. automethod:: sqlite_utils.db.Database.init_spatialite
2519+
:noindex:
25192520
25202521
.. _python_api_gis_find_spatialite:
25212522
@@ -2530,10 +2531,12 @@ Adding geometry columns
25302531
-----------------------
25312532
25322533
.. automethod:: sqlite_utils.db.Table.add_geometry_column
2534+
:noindex:
25332535
25342536
.. _python_api_gis_create_spatial_index:
25352537
25362538
Creating a spatial index
25372539
------------------------
25382540
25392541
.. automethod:: sqlite_utils.db.Table.create_spatial_index
2542+
:noindex:

0 commit comments

Comments
 (0)