Skip to content

Commit

Permalink
Merge pull request #231 from cvvergara/belem-2024-basic-part1
Browse files Browse the repository at this point in the history
Belem 2024 basic part1
  • Loading branch information
cvvergara authored Nov 5, 2024
2 parents c941ea9 + 26c3534 commit 794548e
Show file tree
Hide file tree
Showing 18 changed files with 1,428 additions and 1,366 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ set(PLACE_4 "Forte do Castelo")
set(PLACE_5 "Estação das Docas")


set(POINT1_LON "-1.45011")
set(POINT1_LAT "-48.47169")
set(POINT2_LON "-1.47198")
set(POINT2_LAT "-48.48462")
set(POINT1_LAT "-1.455829")
set(POINT1_LON "-48.446044")
set(POINT2_LAT "-1.453448")
set(POINT2_LON "-48.447142")

# by chapters
set(CH7_PLACE_1 ${PLACE_5})
Expand Down
1 change: 1 addition & 0 deletions REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Sphinx>4.0.0
sphinx_bootstrap_theme>=0.4
sphinx-intl[transifex]
sphinx-collapse
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ foreach (target ${PGR_WORKSHOP_DOC_TARGETS})

foreach (lang ${PGR_WORKSHOP_BUILD_LANGUAGES})
if (lang STREQUAL "en")
set(WARNINGS_TO_ERRORS "-W")
set(WARNINGS_TO_ERRORS "")
else()
set(WARNINGS_TO_ERRORS "")
endif()
Expand Down
2 changes: 1 addition & 1 deletion docs/basic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ set(PGR_WORKSHOP_FILES
data.rst
pedestrian.rst
vehicle.rst
graph_views.rst
sql_function.rst
plpgsql_function.rst
appendix.rst
)

set(PGR_WORKSHOP_SUBDIRS
Expand Down
329 changes: 0 additions & 329 deletions docs/basic/appendix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/basic/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Getting the data
Option 1) When using OSGeoLive
...............................................................................

OSGeoLive comes with osm data from the city of @PGR_WORKSHOP_CITY@.
OSGeoLive comes with OSM data from the city of @PGR_WORKSHOP_CITY@.

.. code-block:: bash
Expand Down
Loading

0 comments on commit 794548e

Please sign in to comment.