geocompx / geocompy

Geocomputation with Python: an open source book
https://py.geocompx.org/
Other
305 stars 57 forks source link

Section and figure links not rendered #228

Closed michaeldorman closed 6 months ago

michaeldorman commented 6 months ago

For example: https://py.geocompx.org/03-spatial-operations#sec-spatial-subsetting-vector image

Nowosad commented 6 months ago

It should be fixed now (I needed to update Requirements and the docker file)

Nowosad commented 6 months ago

FYI: this happens when there are some errors while book rendering (e.g., missing required packages)

michaeldorman commented 6 months ago

FYI: this happens when there are some errors while book rendering (e.g., missing required packages)

I see, thanks @Nowosad