Skip to content

Commit

Permalink
seperted files for the each bird
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshempelmann committed Oct 3, 2020
1 parent 7b36c72 commit ad22c7f
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 61 deletions.
16 changes: 0 additions & 16 deletions docs/source/guide_WPS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,6 @@ WPS design
:depth: 1


Setting up a new WPS
====================

If you are familiar with all the upper chapters you are ready to create your own WPS.
The WPS in birdhouse are named after birds, so this section is giving you a guidline of how to make your own bird. Birds are sorted thematically, so before setting up a new one, make sure it is not already covered and just missing some processes and be clear in the new thematic you would like to provide.

There is a Cookiecutter_ template to create a new bird (PyWPS application).
It is the recommended and fastest way to create your own bird:


.. gittoctree:: https://github.com/bird-house/cookiecutter-birdhouse.git

docs/source/dev_guide.rst

.. gitinclude:: https://github.com/bird-house/cookiecutter-birdhouse/blob/master/%7B%7Bcookiecutter.project_repo_name%7D%7D/docs/source/dev_guide.rst


.. _writing_WPS_process:

Expand Down
23 changes: 23 additions & 0 deletions docs/source/guide_cuckiecutter.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. _guide_cuckiecutter:

Setting up a new WPS
====================

.. contents::
:local:
:depth: 1



If you are familiar with all the upper chapters you are ready to create your own WPS.
The WPS in birdhouse are named after birds, so this section is giving you a guidline of how to make your own bird. Birds are sorted thematically, so before setting up a new one, make sure it is not already covered and just missing some processes and be clear in the new thematic you would like to provide.

There is a Cookiecutter_ template to create a new bird (PyWPS application).
It is the recommended and fastest way to create your own bird:


.. gittoctree:: https://github.com/bird-house/cookiecutter-birdhouse.git

docs/source/dev_guide.rst

.. gitinclude:: https://github.com/bird-house/cookiecutter-birdhouse docs/source/dev_guide.rst
1 change: 1 addition & 0 deletions docs/source/guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Guidelines
guide_general
guide_fair
guide_dev
guide_cuckiecutter
guide_WPS
guide_server

Expand Down
38 changes: 0 additions & 38 deletions docs/source/tutorial_birds.rst

This file was deleted.

8 changes: 2 additions & 6 deletions docs/source/tutorial_birdy.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
.. _tutorial_birdy:

Calling a Service (birdy):
==========================

.. contents::
:local:
:depth: 1
Calling a Service (birdy)
=========================


.. gittoctree:: https://github.com/bird-house/birdy.git
Expand Down
20 changes: 20 additions & 0 deletions docs/source/tutorial_finch.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. _tutorial_finch:


Climate Indices (finch):
========================

.. contents::
:local:
:depth: 1



WPS finch is providing services to calculate climate indices widely used in climate change adaptation planing processes.

.. gittoctree:: https://github.com/bird-house/finch.git

docs/source/notebooks/index.rst


.. gitinclude:: https://github.com/bird-house/finch.git docs/source/notebooks/index.rst
19 changes: 19 additions & 0 deletions docs/source/tutorial_raven.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.. _tutorial_raven:

Hydrological models (raven):
============================

.. contents::
:local:
:depth: 1


WPS raven is providing hydrological models for e.g. hydro-power controlling and sustainable planing


.. gittoctree:: https://github.com/Ouranosinc/raven.git

docs/source/notebooks/index.rst


.. gitinclude:: https://github.com/Ouranosinc/raven.git docs/source/notebooks/index.rst
3 changes: 2 additions & 1 deletion docs/source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ Tutorials
tutorial_pywps
tutorial_wps
tutorial_birdy
tutorial_birds
tutorial_finch
tutorial_raven
tutorial_server

0 comments on commit ad22c7f

Please sign in to comment.