forked from ome/openmicroscopy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoverview.html
45 lines (39 loc) · 2.36 KB
/
overview.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# $Id$
#
# Copyright 2009-2014 Glencoe Software, Inc. All rights reserved.
# Use is subject to license terms supplied in LICENSE.txt
#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
</head>
<body bgcolor="white">
This document is the main API specification for OMERO.
<h2>Main OMERO API [@VERSION@] Documentation</h2>
<p>The Javadocs provided compose the bulk of the OMERO API documentation. However, the OMERO.py documentation is available under <a href="./python/index.html" target="_top">python</a>
and the slice2html generated documentation is available from <a href="./slice2html/index.html" target="_top">slice2html</a>. Where possible links between the various pieces of API references
have been added. For an overview or getting started guide, see the links below.</p>
<div id="omero-static-logo">
<a href="http://www.openmicroscopy.org/site" target="_top"><img style="float:right;" src="http://downloads.openmicroscopy.org/resources/OME-logo-with-black-text-trans-400wide.png"/></a>
</div>
<h2>Related Documentation</h2>
<p>
Further <a href="http://www.openmicroscopy.org/site/support/omero5.2/developers/index.html" target="_top">OMERO developer documentation</a> is available. You may find the following particularly useful:
<ul>
<li><a href="https://www.openmicroscopy.org/site/support/omero5.2/developers/GettingStarted/AdvancedClientDevelopment.html" target="_top">Developing OMERO clients</a></li>
<li><a href="https://www.openmicroscopy.org/site/support/omero5.2/developers/Server.html" target="_top">OMERO server overview</a></li>
<li><a href="https://www.openmicroscopy.org/site/support/omero5.2/developers/index.html#using-the-omero-api" target="_top">Using the OMERO API</a></li>
<li><a href="https://www.openmicroscopy.org/site/support/omero5.2/developers/Model.html" target="_top">OME-Remote Objects</a></li>
</ul>
There is also documentation on the <a href="https://www.openmicroscopy.org/site/support/ome-model/" target="_top">OME Data Model</a>.
</p>
<!-- Put @see and @since tags down here. -->
@see <a href="./python/index.html" target="_top">OMERO.py Sphinx documentation</a>
@see <a href="./slice2html/index.html" target="_top">Slice2html documentation</a>
</body>
</html>