Task #4637 (closed)
Opened 8 years ago
Closed 8 years ago
Gateway wiki docs deprecation
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-03-24 (8) |
Description (last modified by wmoore)
Remove all references to the createGateway() from Python wiki pages.
E.g. PythonClientCodeExamples, PythonClientBeginners, OmeroPy/ScriptingServiceGuide etc.
Change History (9)
comment:1 Changed 8 years ago by jburel
- Sprint changed from 2011-03-10 (7) to 2011-03-24 (8)
comment:2 Changed 8 years ago by wmoore
- Status changed from new to accepted
comment:3 Changed 8 years ago by wmoore
- Description modified (diff)
comment:4 Changed 8 years ago by wmoore
- Owner wmoore deleted
- Status changed from accepted to new
comment:5 Changed 8 years ago by wmoore
- Owner set to wmoore
comment:6 Changed 8 years ago by wmoore
- Status changed from new to accepted
comment:7 Changed 8 years ago by wmoore
- Description modified (diff)
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from accepted to closed
All pages above checked and PythonClientCodeExamples edited to remove refs to createGateway()
comment:8 Changed 8 years ago by jmoore
- Resolution fixed deleted
- Status changed from closed to reopened
From PythonClientCodeExamples:
Rendering Engine The RenderingEngine API can be used to edit the rendering settings of an image, and retrieve a rendered image from the server. The example code below is taken from the Split-View Figure scripting service script. See the script itself for necessary import statements etc. # ... session created as described above gateway = session.createGateway()
Do we need another review? Are there any exceptions that we want to permit?
comment:9 Changed 8 years ago by wmoore
- Resolution set to fixed
- Status changed from reopened to closed
Removed refs to createGateway from PythonClientCodeExamples.
Moved from sprint 2011-03-10 (7)