Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Fix #28: added tutorial with client wps examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Jul 5, 2018
1 parent 3667fa2 commit 128a81d
Show file tree
Hide file tree
Showing 4 changed files with 372 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
copernicus:
build: .
image: cp4cds/copernicus
image: cp4cds/copernicus-wps-demo
ports:
- "5000:5000"

Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

installation
configuration
tutorial
processes
changes

Expand Down
14 changes: 0 additions & 14 deletions docs/source/processes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,6 @@ Sleep
:docstring:
:skiplines: 1

Wordcounter
-----------

.. autoprocess:: copernicus.processes.wps_wordcounter.WordCounter
:docstring:
:skiplines: 1

InOut
-----

.. autoprocess:: copernicus.processes.wps_inout.InOut
:docstring:
:skiplines: 1

MyDiag
------

Expand Down

0 comments on commit 128a81d

Please sign in to comment.