Skip to content

Commit f241c8f

Browse files
authored
Merge pull request #213 from dandi/enh-instructions
Expand "Choosing the Right Method" for data access
2 parents c31f971 + 45fff85 commit f241c8f

File tree

1 file changed

+6
-6
lines changed
  • docs/user-guide-using/accessing-data

1 file changed

+6
-6
lines changed

docs/user-guide-using/accessing-data/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ DANDI offers several methods for accessing data, each suited to different use ca
1717

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

20-
- **For browsing and exploring data**: Use the [Web Interface](./downloading.md#using-the-dandi-web-application)
21-
- **For downloading entire Dandisets**: Use the [DANDI CLI](./downloading.md#using-the-python-cli-client)
22-
- **For version control and reproducibility**: Use [DataLad](./downloading.md#using-datalad)
23-
- **For integration with existing tools**: Use [WebDAV](./downloading.md#using-webdav)
24-
- **For cloud-based analysis**: Use [DANDI Hub](../dandi-hub.md)
25-
- **For programmatic access**: Use the [DANDI Python Client](https://dandi.readthedocs.io/)
20+
- **For browsing and exploring data**: Use the [Web Interface](./downloading.md#using-the-dandi-web-application).
21+
- **For downloading entire Dandisets**: Use the [DANDI CLI](./downloading.md#using-the-python-cli-client).
22+
- **For version control and reproducibility**: Use [DataLad](./downloading.md#using-datalad).
23+
- **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.
24+
- **For cloud-based analysis**: Use [DANDI Hub](../dandi-hub.md).
25+
- **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.
2626

2727
## Data Access Considerations
2828

0 commit comments

Comments
 (0)