Skip to content

Commit

Permalink
missing s for image
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshempelmann committed Jan 9, 2019
1 parent 3bf9c9f commit 38c59bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/dev_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ on how to implement a WPS process.
.. note:: To get started quickly, you can try the Emu_ WPS with some example processes for PyWPS.
.. image:: _image/process_schema_1.png
.. image:: _images/process_schema_1.png
Another point to think about when designing a process is the possibility of chaining processes together. The result of a process can be a final result or be used as an input for another process. Chaining processes is a common practice but depends on the user you are designing the service for.
Technically, for the development of WPS process chaining, here are a few summary points:
Expand Down
1 change: 0 additions & 1 deletion docs/source/flyingpigeon_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Python syntax:
# define some data urls
url1 = 'https://www.esrl.noaa.gov/psd/thredds/fileServer/Datasets/ncep.reanalysis.dailyavgs/surface/slp.2000.nc'
url2 = 'https://www.esrl.noaa.gov/psd/thredds/fileServer/Datasets/ncep.reanalysis.dailyavgs/surface/slp.2001.nc'
url3 = 'https://www.esrl.noaa.gov/psd/thredds/fileServer/Datasets/ncep.reanalysis.dailyavgs/surface/slp.2002.nc'
Expand Down

0 comments on commit 38c59bd

Please sign in to comment.