diff --git a/doc/index.rst b/doc/index.rst index 78a5b47..530eddb 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -54,6 +54,14 @@ Functions functions/index +Tutorials +-------------------------------------------------------------------------------- + +.. toctree:: + :maxdepth: 2 + + tutorials/index + Development -------------------------------------------------------------------------------- diff --git a/doc/tutorials/index.rst b/doc/tutorials/index.rst new file mode 100644 index 0000000..3dd1011 --- /dev/null +++ b/doc/tutorials/index.rst @@ -0,0 +1,14 @@ +.. _tutorials: + +****************************************************************************** +Tutorials +****************************************************************************** + +This chapter provides some basic tutorials on how to deploy and use +pgPointcloud. + +.. toctree:: + :maxdepth: 1 + + storing + qgis diff --git a/doc/tutorials/qgis.rst b/doc/tutorials/qgis.rst new file mode 100644 index 0000000..ca4be6c --- /dev/null +++ b/doc/tutorials/qgis.rst @@ -0,0 +1,6 @@ +****************************************************************************** +QGIS support +****************************************************************************** + +This chapter provides some basic tutorials on how to deploy and use +pgPointcloud. diff --git a/doc/tutorials/storing.rst b/doc/tutorials/storing.rst new file mode 100644 index 0000000..fd370a0 --- /dev/null +++ b/doc/tutorials/storing.rst @@ -0,0 +1,6 @@ +****************************************************************************** +Storing data +****************************************************************************** + +This chapter provides some basic tutorials on how to deploy and use +pgPointcloud.