Skip to content

Commit 85812c5

Browse files
update
1 parent 2ac8810 commit 85812c5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
html:
2+
jupyter-book build .
3+
cp CNAME _build/html
4+
5+
gh-pages: html
6+
ghp-import -n -p -f _build/html

_toc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Learn more at https://jupyterbook.org/customize/toc.html
33

44
format: jb-book
5-
root: intro
5+
root: introduction
66
parts:
77
- caption: Pandas and GeoPandas
88
chapters:

intro.md renamed to introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Geospatial Python Tutorials
22

3-
Welcome to Spatial Analysis and Remote Sensing Tutorials by [Spatial Thoughts](https://spatialthoughts.com/). These tutorials complement our open-access Python courses and are suitable for learners who want to advance their skills.
3+
Welcome to Spatial Analysis and Remote Sensing Tutorials by [Spatial Thoughts](https://spatialthoughts.com/). These tutorials complement our Python courses and are suitable for learners who want to advance their skills.
44

55
We highly recommend completing the following courses before diving into these tutorials. All our courses are open-access and freely available for self-study.
66

0 commit comments

Comments
 (0)