Skip to content

Commit

Permalink
update links (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-tub authored Oct 27, 2024
1 parent 15d91ea commit 640bc0f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 27 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> A user-friendly introduction to the multi-modal BigEarthNet-MM dataset.
Please take a look at the hosted documentation:
- [docs.kai-tub.tech/ben-docs/](https://docs.kai-tub.tech/ben-docs/)
- [kai-tub.github.io/ben-docs/](https://kai-tub.github.io/ben-docs/)

## Motivation
<!-- motivation-start -->
Expand All @@ -16,4 +16,4 @@ Doing so, will (hopefully) lead to more robust and reliable research down the li

## Contributing
Extensive work went towards making it as easy as possible to contribute to and reproduce the work environment.
Please see the [Contributing](docs.kai-tub.tech/ben-docs/contributing) section of the documentation for more details!
Please see the [Contributing](kai-tub.github.io/ben-docs/contributing) section of the documentation for more details!
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@


intersphinx_mapping = {
"ben_gdf_builder": ("https://docs.kai-tub.tech/bigearthnet_gdf_builder", None)
"ben_gdf_builder": ("https://kai-tub.github.io/bigearthnet_gdf_builder", None)
}

# Only useful if sub-urls are accessed
Expand Down Expand Up @@ -77,10 +77,10 @@

myst_substitutions = {
"ben": "[BigEarthNet](https://bigearth.net/)",
"BenEncoder": "[BigEarthNet Encoder](https://docs.kai-tub.tech/bigearthnet_encoder/)",
"BenInterface": "[BigEarthNet Patch Interface](https://docs.kai-tub.tech/bigearthnet_patch_interface/)",
"BenGdfBuilder": "[BigEarthNet GDF Builder](https://docs.kai-tub.tech/bigearthnet_gdf_builder/)",
"BenCommon": "[BigEarthNet Common](https://docs.kai-tub.tech/bigearthnet_common/)",
"BenEncoder": "[BigEarthNet Encoder](https://kai-tub.github.io/bigearthnet_encoder/)",
"BenInterface": "[BigEarthNet Patch Interface](https://kai-tub.github.io/bigearthnet_patch_interface/)",
"BenGdfBuilder": "[BigEarthNet GDF Builder](https://kai-tub.github.io/bigearthnet_gdf_builder/)",
"BenCommon": "[BigEarthNet Common](https://kai-tub.github.io/bigearthnet_common/)",
"nix": "[nix](https://nixos.org/explore.html)",
"devshell": "[devshell](https://numtide.github.io/devshell/)",
"hypothesis": "[hypothes.is](https://web.hypothes.is/)",
Expand Down
4 changes: 2 additions & 2 deletions docs/md_representations/raw-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ from bigearthnet_gdf_builder.builder import add_full_ben_s2_metadata
# also provides a quick way to add important metadata
# example "metadata" subset
meta_gdf = add_full_ben_s2_metadata(gdf)
#meta_gdf = add_full_ben_s2_metadata(gdf)
# showing first row as tables have display issues
meta_gdf
#meta_gdf
```

+++ {"tags": []}
Expand Down
18 changes: 0 additions & 18 deletions docs/raw-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -351,24 +351,6 @@
"].explore()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"# scroll-output\n",
"from bigearthnet_gdf_builder.builder import add_full_ben_s2_metadata\n",
"\n",
"# also provides a quick way to add important metadata\n",
"# example \"metadata\" subset\n",
"meta_gdf = add_full_ben_s2_metadata(gdf)\n",
"# showing first row as tables have display issues\n",
"meta_gdf"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down

0 comments on commit 640bc0f

Please sign in to comment.