Set up detailed outline of initial tutorials

This commit is contained in:
Troy McConaghy 2018-11-14 14:46:26 +01:00
parent 726788f64a
commit 2eba9e893e
12 changed files with 48 additions and 11 deletions

View 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>

View File

@ -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>

View File

View 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

View File

@ -1,4 +1,32 @@
- group: Data Science
- group: Overview
items:
- title: Jupyter Notebooks
link: /tutorials/jupyter/
- title: Introduction
link: /tutorials/introduction/
- group: Publish a Data Set
items:
- title: with Pleuston
link: /tutorials/pleuston-publish-data-set/
- title: with Python
link: /tutorials/python-publish-data-set/
- group: Publish a Compute Service
items:
- title: with Pleuston
link: /tutorials/pleuston-publish-compute-service/
- title: with Python
link: /tutorials/python-publish-compute-service/
- group: Get & Use a Data Set
items:
- title: with Pleuston
link: /tutorials/pleuston-get-data-set/
- title: with Python
link: /tutorials/python-get-data-set/
- group: Get & Use a Compute Service
items:
- title: with Pleuston
link: /tutorials/pleuston-get-compute-service/
- title: with Python
link: /tutorials/python-get-compute-service/