Skip to content

Commit

Permalink
Merge branch 'main' into feature/get_extent
Browse files Browse the repository at this point in the history
  • Loading branch information
timtreis authored Sep 11, 2023
2 parents ac3886c + 4c6c1e9 commit fe90509
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,3 @@ spatialdata-sandbox

# version file
_version.py

# prevent submodule notebooks getting out of sync
docs/tutorials/notebooks
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "docs/tutorials/notebooks"]
path = docs/tutorials/notebooks
[submodule "docs/tutorials/notebooks_repo"]
path = docs/tutorials/notebooks_repo
url = https://github.com/scverse/spatialdata-notebooks
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ python:
- docs
submodules:
include:
- "docs/tutorials/notebooks"
- "docs/tutorials/notebooks_repo"
recursive: true
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@
"_build",
"Thumbs.db",
"**.ipynb_checkpoints",
"tutorials/notebooks/index.md",
"tutorials/notebooks/README.md",
"tutorials/notebooks/references.md",
"tutorials/notebooks/notebooks/paper_reproducibility/*",
"tutorials/notebooks_repo/index.md",
"tutorials/notebooks_repo/README.md",
"tutorials/notebooks_repo/references.md",
"tutorials/notebooks_repo/notebooks/paper_reproducibility/*",
]
# Ignore warnings.
nitpicky = False # TODO: solve upstream.
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Please see our preprint {cite}`Marconato2023.05.05.539647` for citation and to l
Learn how to install ``spatialdata``.
.. card:: Tutorials
:link: tutorials/notebooks/notebooks
:link: tutorials/notebooks_repo/notebooks
:link-type: doc
Learn how to use ``spatialdata`` with hands-on examples.
Expand All @@ -39,7 +39,7 @@ Please see our preprint {cite}`Marconato2023.05.05.539647` for citation and to l
Find a detailed documentation of ``spatialdata``.
.. card:: Datasets
:link: tutorials/notebooks/datasets/README
:link: tutorials/notebooks_repo/datasets/README
:link-type: doc
Example datasets from 8 different technologies.
Expand All @@ -64,8 +64,8 @@ Please see our preprint {cite}`Marconato2023.05.05.539647` for citation and to l
installation.md
api.md
tutorials/notebooks/notebooks.md
tutorials/notebooks/datasets/README.md
tutorials/notebooks_repo/notebooks.md
tutorials/notebooks_repo/datasets/README.md
design_doc.md
contributing.md
changelog.md
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/notebooks
Submodule notebooks deleted from 135ba1
1 change: 1 addition & 0 deletions docs/tutorials/notebooks_repo
Submodule notebooks_repo added at 87f911

0 comments on commit fe90509

Please sign in to comment.