Skip to content

Commit

Permalink
update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshempelmann committed Oct 3, 2020
2 parents 1bf3ce4 + 6a88433 commit 207682a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/guide_WPS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ WPS design
:depth: 1



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

Expand Down
26 changes: 26 additions & 0 deletions docs/source/tutorial_wps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@


WPS general usage
<<<<<<< HEAD:docs/source/tutorial_wps.rst
=======
=================


General concepts and tutorials for pyWPS:

* `PyWPS 4.0.0 Slides <http://www.slideshare.net/jachym/pywps400>`_
* `PyWPS Documentation <https://pywps.readthedocs.io/en/master/process.html>`_

You can connect to a WPS service in the following ways:

* using a command-line tool in your terminal.
* using a web based application from your browser.
* using a Python library from a jupyter notebook or your Python scripts.


Get familliar with WPS (emu):
-----------------------------

.. todo:: include Emu tutorial


Wordcounter Example
-------------------
>>>>>>> tutorials:docs/source/tutorial/wps.rst

.. todo:: The WPS tutorial needs to be updated.

Expand Down
5 changes: 5 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@ dependencies:
- sphinx
- nbsphinx
- nb_conda_kernels
<<<<<<< HEAD
=======
- pywps
- jupyter-client
>>>>>>> tutorials
- pip:
- sphinxcontrib-bibtex

0 comments on commit 207682a

Please sign in to comment.