Skip to content
Open
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
15 changes: 2 additions & 13 deletions developers/compute-to-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,6 @@ The Ocean Protocol provides a compute environment that you can access at the fol

We suggest reading these guides to get an understanding of how compute-to-data works:

### Architecture & Overview Guides
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These need to be updated, not deleted, I have a PR for these #1513


* [Architecture](compute-to-data-architecture.md)
* [Datasets & Algorithms](compute-to-data-datasets-algorithms.md)
* [Writing Algorithms](compute-to-data-algorithms.md)
* [Compute options](compute-options.md)

### User Guides
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These as well need to be updated, not deleted, maybe in #1513 since that PR contains the modifications for c2d.


* [How to write compute to data algorithms](broken-reference/)
* [How to publish a compute-to-data algorithm](broken-reference/)
* [How to publish a dataset for compute to data](broken-reference/)

### Developer Guides

* [How to use compute to data with ocean.js](../ocean.js/cod-asset.md)
Expand All @@ -42,3 +29,5 @@ We suggest reading these guides to get an understanding of how compute-to-data w

* [Minikube Environment](../../infrastructure/compute-to-data-minikube.md)
* [Private docker registry](../../infrastructure/compute-to-data-docker-registry.md)

For a hands-on experience with Compute-to-Data, check out the [VS Code Extension](https://docs.oceanprotocol.com/developers/vscode) and run jobs directly from your editor.