Skip to content

Commit 640bc0f

Browse files
authored
update links (#35)
1 parent 15d91ea commit 640bc0f

File tree

4 files changed

+9
-27
lines changed

4 files changed

+9
-27
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> A user-friendly introduction to the multi-modal BigEarthNet-MM dataset.
44
55
Please take a look at the hosted documentation:
6-
- [docs.kai-tub.tech/ben-docs/](https://docs.kai-tub.tech/ben-docs/)
6+
- [kai-tub.github.io/ben-docs/](https://kai-tub.github.io/ben-docs/)
77

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

1717
## Contributing
1818
Extensive work went towards making it as easy as possible to contribute to and reproduce the work environment.
19-
Please see the [Contributing](docs.kai-tub.tech/ben-docs/contributing) section of the documentation for more details!
19+
Please see the [Contributing](kai-tub.github.io/ben-docs/contributing) section of the documentation for more details!

docs/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646

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

5151
# Only useful if sub-urls are accessed
@@ -77,10 +77,10 @@
7777

7878
myst_substitutions = {
7979
"ben": "[BigEarthNet](https://bigearth.net/)",
80-
"BenEncoder": "[BigEarthNet Encoder](https://docs.kai-tub.tech/bigearthnet_encoder/)",
81-
"BenInterface": "[BigEarthNet Patch Interface](https://docs.kai-tub.tech/bigearthnet_patch_interface/)",
82-
"BenGdfBuilder": "[BigEarthNet GDF Builder](https://docs.kai-tub.tech/bigearthnet_gdf_builder/)",
83-
"BenCommon": "[BigEarthNet Common](https://docs.kai-tub.tech/bigearthnet_common/)",
80+
"BenEncoder": "[BigEarthNet Encoder](https://kai-tub.github.io/bigearthnet_encoder/)",
81+
"BenInterface": "[BigEarthNet Patch Interface](https://kai-tub.github.io/bigearthnet_patch_interface/)",
82+
"BenGdfBuilder": "[BigEarthNet GDF Builder](https://kai-tub.github.io/bigearthnet_gdf_builder/)",
83+
"BenCommon": "[BigEarthNet Common](https://kai-tub.github.io/bigearthnet_common/)",
8484
"nix": "[nix](https://nixos.org/explore.html)",
8585
"devshell": "[devshell](https://numtide.github.io/devshell/)",
8686
"hypothesis": "[hypothes.is](https://web.hypothes.is/)",

docs/md_representations/raw-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ from bigearthnet_gdf_builder.builder import add_full_ben_s2_metadata
273273
274274
# also provides a quick way to add important metadata
275275
# example "metadata" subset
276-
meta_gdf = add_full_ben_s2_metadata(gdf)
276+
#meta_gdf = add_full_ben_s2_metadata(gdf)
277277
# showing first row as tables have display issues
278-
meta_gdf
278+
#meta_gdf
279279
```
280280

281281
+++ {"tags": []}

docs/raw-data.ipynb

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -351,24 +351,6 @@
351351
"].explore()"
352352
]
353353
},
354-
{
355-
"cell_type": "code",
356-
"execution_count": null,
357-
"metadata": {
358-
"tags": []
359-
},
360-
"outputs": [],
361-
"source": [
362-
"# scroll-output\n",
363-
"from bigearthnet_gdf_builder.builder import add_full_ben_s2_metadata\n",
364-
"\n",
365-
"# also provides a quick way to add important metadata\n",
366-
"# example \"metadata\" subset\n",
367-
"meta_gdf = add_full_ben_s2_metadata(gdf)\n",
368-
"# showing first row as tables have display issues\n",
369-
"meta_gdf"
370-
]
371-
},
372354
{
373355
"cell_type": "markdown",
374356
"metadata": {

0 commit comments

Comments
 (0)