Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/user-guide-using/accessing-data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ DANDI offers several methods for accessing data, each suited to different use ca

The best method for accessing data depends on your specific needs:

- **For browsing and exploring data**: Use the [Web Interface](./downloading.md#using-the-dandi-web-application)
- **For downloading entire Dandisets**: Use the [DANDI CLI](./downloading.md#using-the-python-cli-client)
- **For version control and reproducibility**: Use [DataLad](./downloading.md#using-datalad)
- **For integration with existing tools**: Use [WebDAV](./downloading.md#using-webdav)
- **For cloud-based analysis**: Use [DANDI Hub](../dandi-hub.md)
- **For programmatic access**: Use the [DANDI Python Client](https://dandi.readthedocs.io/)
- **For browsing and exploring data**: Use the [Web Interface](./downloading.md#using-the-dandi-web-application).
- **For downloading entire Dandisets**: Use the [DANDI CLI](./downloading.md#using-the-python-cli-client).
- **For version control and reproducibility**: Use [DataLad](./downloading.md#using-datalad).
- **For integration with existing tools**: Use [WebDAV](./downloading.md#using-webdav), [DANDI Python and Command-line Client](./downloading.md#using-the-python-cli-client), or [DANDI API](./external-services.md#custom-integrations) depending on the tool language/interfaces.
- **For cloud-based analysis**: Use [DANDI Hub](../dandi-hub.md).
- **For programmatic access**: Use the [DANDI Python Client](https://dandi.readthedocs.io/) for Python or the [DANDI API](./external-services.md#custom-integrations) for other languages.

## Data Access Considerations

Expand Down