1
0
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:
Troy McConaghy 2018-11-14 15:58:09 +01:00 committed by GitHub
commit 15420c225b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 34 additions and 11 deletions

View File

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,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/