Skip to content

Commit fcc11ce

Browse files
committed
doc: add link to index type description in concepts manual
1 parent 511a641 commit fcc11ce

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/intro.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For a more detailed introduction into the design of the osmium library, the
99
reader is referred to the `osmium documentation`_.
1010

1111
.. _OSM data model: http://wiki.openstreetmap.org/wiki/Elements
12-
.. _osmium documentation: http://osmcode.org/libosmium/manual/libosmium-manual.html
12+
.. _osmium documentation: http://osmcode.org/osmium-concepts/
1313

1414
Reading OSM Data
1515
----------------
@@ -117,7 +117,10 @@ cache like that::
117117

118118
h.apply_file("test.osm.pbf", locations=True, idx='dense_file_array,example.nodecache')
119119

120-
where `example.nodecache` is the name of the cache file.
120+
where `example.nodecache` is the name of the cache file. For more details
121+
on the different kind of indexes, see the `Index section in the Osmium Manual`_.
122+
123+
.. _Index section in the Osmium Manual: http://osmcode.org/osmium-concepts/#indexes
121124

122125
Interfacing with Shapely
123126
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)