diff --git a/content/tutorials/get-use-compute-service.md b/content/tutorials/get-use-compute-service.md new file mode 100644 index 00000000..e69de29b diff --git a/content/tutorials/get-use-data-set.md b/content/tutorials/get-use-data-set.md new file mode 100644 index 00000000..e69de29b diff --git a/content/tutorials/introduction.md b/content/tutorials/introduction.md new file mode 100644 index 00000000..01effeaa --- /dev/null +++ b/content/tutorials/introduction.md @@ -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. + + diff --git a/content/tutorials/jupyter.md b/content/tutorials/jupyter.md deleted file mode 100644 index bac37b6c..00000000 --- a/content/tutorials/jupyter.md +++ /dev/null @@ -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. - - diff --git a/content/tutorials/publish-compute-service.md b/content/tutorials/publish-compute-service.md new file mode 100644 index 00000000..e69de29b diff --git a/content/tutorials/publish-data-set.md b/content/tutorials/publish-data-set.md new file mode 100644 index 00000000..e69de29b diff --git a/data/sections.yml b/data/sections.yml index 1700c8d6..45faaa4a 100644 --- a/data/sections.yml +++ b/data/sections.yml @@ -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 diff --git a/data/sidebars/tutorials.yml b/data/sidebars/tutorials.yml index 49e20f7b..994f81cb 100644 --- a/data/sidebars/tutorials.yml +++ b/data/sidebars/tutorials.yml @@ -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/