diff --git a/docs/tutorials.rst b/docs/tutorials.rst index 0ee1c1cf..88a30b5c 100644 --- a/docs/tutorials.rst +++ b/docs/tutorials.rst @@ -26,6 +26,7 @@ A more in-depth look into how LSDB works :name: Advanced Topics Topic: Import catalogs + Topic: Accessing Remote Data Topic: Margins Topic: Performance Testing diff --git a/docs/tutorials/remote_data.ipynb b/docs/tutorials/remote_data.ipynb index c0c8ca85..8f72e4d4 100644 --- a/docs/tutorials/remote_data.ipynb +++ b/docs/tutorials/remote_data.ipynb @@ -8,7 +8,7 @@ "\n", "If you're accessing HATS catalogs on a local file system, a typical path string like `\"/path/to/catalogs\"` will be sufficient. This tutorial will help you get started if you need to access data over HTTP/S, cloud storage, or have some additional parameters for connecting to your data.\n", "\n", - "We use [`fsspec`](https://github.com/fsspec/filesystem_spec) and [`universal_pathlib`](https://github.com/fsspec/universal_pathlib) to create connections to remote sources for data. Please refer to their documentation for a list of supported filesystems and any filesystem-specific parameters.\n", + "We use [fsspec](https://github.com/fsspec/filesystem_spec) and [universal_pathlib](https://github.com/fsspec/universal_pathlib) to create connections to remote sources for data. Please refer to their documentation for a list of supported filesystems and any filesystem-specific parameters.\n", "\n", "Below, we provide some a basic workflow for accessing remote data, as well as filesystem-specific hints." ]