Skip to content

fixes docutils warning for bullet list #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions postgis-intro/sources/en/topology_base_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
Topology Basic Types
====================

Before read this document, at least check one of this documents:
Before reading this document, please review at least one of these resources:

`Introductory workshop: PostGIS Topology Workshop <https://postgis.net/workshops/en/postgis-intro/topology.html>`_.

`Manual: PostGIS Topology <https://postgis.net/docs/Topology.html>`_.

`ISO Topology: OGC-SFS Geometries <https://www.gaia-gis.it/fossil/libspatialite/wiki?name=topo-intro>`_.
* `Introductory workshop: PostGIS Topology Workshop <https://postgis.net/workshops/en/postgis-intro/topology.html>`_
* `Manual: PostGIS Topology <https://postgis.net/docs/Topology.html>`_
* `ISO Topology: OGC-SFS Geometries <https://www.gaia-gis.it/fossil/libspatialite/wiki?name=topo-intro>`_

In this workshop, we will check some fundamentals of topology, its basics and definitions. It is not intended to be a way to use them directly, is to understand it to then be able to use it easily.

Expand Down
1 change: 1 addition & 0 deletions postgis-intro/sources/en/topology_topo_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Before reading this document, please review at least one of these resources:

* `Topology Basic Types <https://postgis.net/workshops/en/postgis-intro/topology_base_types.html>`_
* `Introductory workshop: PostGIS Topology Workshop <https://postgis.net/workshops/en/postgis-intro/topology.html>`_

Having a Topology with all its Primitives is useful, but to make it more practical, we need a way to represent these elements in a table. Similar to how we have spatial tables, we can have topology tables.

Introduction to geometry representation
Expand Down