Skip to content

Commit e54ad36

Browse files
committed
Remove the unnecessary trailing index.html
1 parent 486e67d commit e54ad36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE_NOTES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ This is the main change in the API that is not backward compatible with previous
108108
## Changes from 3.0.0-beta.3 to 3.0.0-beta.4
109109

110110
* Many new examples in the documentation. Now, the documentation is more complete and has a better structure.
111-
Have a look at our new docs at: https://www.blosc.org/python-blosc2/index.html
111+
Have a look at our new docs at: https://www.blosc.org/python-blosc2/
112112
For a guide on using UDFs, check out: https://www.blosc.org/python-blosc2/reference/autofiles/lazyarray/blosc2.lazyudf.html
113113
If interested in asynchronously fetching parts of an array, take a look at: https://www.blosc.org/python-blosc2/reference/autofiles/proxy/blosc2.Proxy.afetch.html
114114
Finally, there is a new tutorial on optimizing reductions in large NDArray objects: https://www.blosc.org/python-blosc2/getting_started/tutorials/04.reductions.html
@@ -123,7 +123,7 @@ This is the main change in the API that is not backward compatible with previous
123123

124124
## Changes from 3.0.0-beta.1 to 3.0.0-beta.3
125125

126-
* Revamped documentation. Now, the documentation is more complete and has a better structure. See [here](https://www.blosc.org/python-blosc2/index.html). Thanks to Oumaima Ech Chdig (@omaech), our newcomer to the Blosc team. Also, thanks to NumFOCUS for the support in this task.
126+
* Revamped documentation. Now, the documentation is more complete and has a better structure. See [here](https://www.blosc.org/python-blosc2/). Thanks to Oumaima Ech Chdig (@omaech), our newcomer to the Blosc team. Also, thanks to NumFOCUS for the support in this task.
127127

128128
* New `Proxy` class to access other arrays, while providing caching. This is useful for example when you have a big array, and you want to access a small part of it, but you want to cache the accessed data for later use. See [its doc](https://www.blosc.org/python-blosc2/reference/proxy.html).
129129

doc/getting_started/tutorials/06.remote_proxy.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"cell_type": "markdown",
9696
"id": "32fffd14035b20c4",
9797
"metadata": {},
98-
"source": "Next, we will establish a connection to a [multidimensional array stored remotely](https://demo.caterva2.net/roots/example/lung-jpeg2000_10x.b2nd?roots=example) on a [Caterva2](https://ironarray.io/caterva2) demo server (https://demo.caterva2.net/) using the [Blosc2 library](https://www.blosc.org/python-blosc2/index.html). The remote_array object will represent this dataset on the server, enabling us to access the information without the need to load all the data into local memory at once."
98+
"source": "Next, we will establish a connection to a [multidimensional array stored remotely](https://demo.caterva2.net/roots/example/lung-jpeg2000_10x.b2nd?roots=example) on a [Caterva2](https://ironarray.io/caterva2) demo server (https://demo.caterva2.net/). The remote_array object will represent this dataset on the server, enabling us to access the information without the need to load all the data into local memory at once."
9999
},
100100
{
101101
"cell_type": "code",

0 commit comments

Comments
 (0)