Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into as/02-attribute-ops
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Sep 24, 2024
2 parents 499d282 + 1b03453 commit cc6bb40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ book:
author: "Maarten Pronk, Rafael Schouten, Anshul Singhvi, Felix Cremer and Jakub Nowosad"
description: |
An introductory resource for working with geographic data in Julia
# cover-image: https://geocompx.org/static/img/book_cover_py_tmp_small.png
cover-image: https://geocompx.org/static/img/book_cover_jl.png
site-url: https://jl.geocompx.org
repo-url: https://github.com/geocompx/geocompjl/
repo-branch: main
Expand All @@ -24,15 +24,15 @@ book:
- chapters/02-attribute-operations.qmd
- chapters/03-spatial-operations.qmd
- chapters/04-geometry-operations.qmd
#- chapters/05-raster-vector.qmd
- chapters/05-raster-vector.qmd
- chapters/06-reproj.qmd
- chapters/07-read-write.qmd
- chapters/08-mapping.qmd
- references.qmd

format:
html:
theme: flatly
theme: lux
code-link: true
template-partials: [helpers/toc.html, helpers/title-block.html]
toc-title: "On this page"
Expand Down
5 changes: 0 additions & 5 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,3 @@ The current build status as follows:
For details on reproducing the book, see the README in the project's GitHub repo: <https://github.com/geocompx/geocompjl>.

:::

```{julia}
# |echo: true
print("Hello geocompx World")
```

0 comments on commit cc6bb40

Please sign in to comment.