Skip to content

Commit

Permalink
Fix azure link rendering in tutorial (zarr-developers#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored and jakirkham committed Nov 12, 2019
1 parent 8721a52 commit f5718c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ Here is an example using S3Map to read an array created previously::

Zarr now also has a builtin storage backend for Azure Blob Storage.
The class is :class:`zarr.storage.ABSStore` (requires
`azure-storage-blob <https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-python>`_
`azure-storage-blob <https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-python>`_
to be installed)::

>>> store = zarr.ABSStore(container='test', prefix='zarr-testing', blob_service_kwargs={'is_emulated': True}) # doctest: +SKIP
Expand Down

0 comments on commit f5718c5

Please sign in to comment.