mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Merge pull request #19 from oceanprotocol/feature/stub-out-the-tutorials-section
Set up detailed outline of initial tutorials
This commit is contained in:
commit
15420c225b
0
content/tutorials/get-use-compute-service.md
Normal file
0
content/tutorials/get-use-compute-service.md
Normal file
0
content/tutorials/get-use-data-set.md
Normal file
0
content/tutorials/get-use-data-set.md
Normal file
16
content/tutorials/introduction.md
Normal file
16
content/tutorials/introduction.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Overview of the Tutorials
|
||||
description: What you can expect to find in these Ocean Protocol tutorials.
|
||||
---
|
||||
|
||||
These tutorials give examples of how to use Pleuston (a demo marketplace app) and Python to:
|
||||
|
||||
- publish a data set
|
||||
- publish a compute service
|
||||
- get and use a data set
|
||||
- get and use a compute service
|
||||
|
||||
The Python tutorials use [Jupyter notebooks](http://jupyter.org/).
|
||||
For now, check out [the Mantaray repository](https://github.com/oceanprotocol/mantaray). In the future, we hope to have live online Jupyter notebooks.
|
||||
|
||||
<repo name="mantaray"></repo>
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
title: Use Jupyter Notebooks to interact with the Ocean network
|
||||
---
|
||||
|
||||
For now, check out [the Mantaray repository](https://github.com/oceanprotocol/mantaray). In the future, we hope to have live online Jupyter notebooks.
|
||||
|
||||
<repo name="mantaray"></repo>
|
0
content/tutorials/publish-compute-service.md
Normal file
0
content/tutorials/publish-compute-service.md
Normal file
0
content/tutorials/publish-data-set.md
Normal file
0
content/tutorials/publish-data-set.md
Normal file
@ -10,5 +10,5 @@
|
||||
|
||||
- title: Tutorials
|
||||
description: Browse tutorials for most common setup and development use-cases.
|
||||
link: /tutorials/jupyter/
|
||||
link: /tutorials/introduction/
|
||||
color: orange
|
||||
|
@ -1,4 +1,18 @@
|
||||
- group: Data Science
|
||||
- group: Overview
|
||||
items:
|
||||
- title: Jupyter Notebooks
|
||||
link: /tutorials/jupyter/
|
||||
- title: Introduction
|
||||
link: /tutorials/introduction/
|
||||
|
||||
- group: Publish
|
||||
items:
|
||||
- title: Publish a Data Set
|
||||
link: /tutorials/publish-data-set/
|
||||
- title: Publish a Compute Service
|
||||
link: /tutorials/publish-compute-service/
|
||||
|
||||
- group: Consume
|
||||
items:
|
||||
- title: Get & Use a Data Set
|
||||
link: /tutorials/get-use-data-set/
|
||||
- title: Get & Use a Compute Service
|
||||
link: /tutorials/get-use-compute-service/
|
||||
|
Loading…
Reference in New Issue
Block a user