summaryrefslogtreecommitdiffstats
path: root/doc/index.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 05:46:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 05:46:17 +0000
commit85adc697d2ec2a379ce6d721f0419ae5df3abdb6 (patch)
tree265f329bc4544c6f11a27ac3fd6022f593a10c11 /doc/index.rst
parentInitial commit. (diff)
downloadmdds-upstream.tar.xz
mdds-upstream.zip
Adding upstream version 2.1.1.upstream/2.1.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst37
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst
new file mode 100644
index 0000000..b8a8fdf
--- /dev/null
+++ b/doc/index.rst
@@ -0,0 +1,37 @@
+.. mdds documentation master file, created by
+ sphinx-quickstart on Tue Sep 22 20:54:14 2015.
+ You can adapt this file completely to your liking, but it should at least
+ contain the root `toctree` directive.
+
+.. _index:
+
+mdds documentation
+==================
+
+Multi-dimensional data structure, or mdds for short, is a collection of data
+structures and indexing algorithms that are useful for storing and indexing
+multi-dimensional data for C++ projects.
+
+Contents:
+
+.. toctree::
+ :maxdepth: 1
+
+ global.rst
+ flat_segment_tree.rst
+ segment_tree.rst
+ point_quad_tree.rst
+ multi_type_vector/index.rst
+ multi_type_matrix.rst
+ sorted_string_map.rst
+ trie_map.rst
+ rtree.rst
+ api.rst
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`search`
+