source: trunk/doc/src/docbook/developerdoc/api_overview.xml @ 3315

Last change on this file since 3315 was 3315, checked in by Nicklas Nordborg, 16 years ago

Synchronized table of contents for developer documentation with the draft.
Added links to the old documentation for all sections where this was possible.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE chapter PUBLIC
3    "-//Dawid Weiss//DTD DocBook V3.1-Based Extension for XML and graphics inclusion//EN"
4    "../../../../lib/docbook/preprocess/dweiss-docbook-extensions.dtd">
5<!--
6  $Id: api_overview.xml 3315 2007-05-09 12:35:11Z nicklas $
7
8  Copyright (C) Authors contributing to this file.
9
10  This file is part of BASE - BioArray Software Environment.
11  Available at http://base.thep.lu.se/
12
13  BASE is free software; you can redistribute it and/or
14  modify it under the terms of the GNU General Public License
15  as published by the Free Software Foundation; either version 2
16  of the License, or (at your option) any later version.
17
18  BASE is distributed in the hope that it will be useful,
19  but WITHOUT ANY WARRANTY; without even the implied warranty of
20  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  GNU General Public License for more details.
22
23  You should have received a copy of the GNU General Public License
24  along with this program; if not, write to the Free Software
25  Foundation, Inc., 59 Temple Place - Suite 330,
26  Boston, MA  02111-1307, USA.
27-->
28
29<chapter id="api_overview" chunked="0">
30  <?dbhtml dir="api"?>
31  <title>API overview (how to use and code examples)</title>
32
33  <sect1 id="api_overview.data_api">
34    <title>The database schema and the Data Layer API</title>
35
36    <para>
37      This documentation is only available in the old format.
38      See <ulink url="http://base.thep.lu.se/chrome/site/doc/development/overview/data/index.html"
39        >http://base.thep.lu.se/chrome/site/doc/development/overview/data/index.html</ulink>
40    </para>
41   
42  </sect1>
43 
44  <sect1 id="api_overview.core_api">
45    <title>The Core API</title>
46    <para>
47      TODO
48    </para>
49  </sect1>
50
51  <sect1 id="api_overview.query_api">
52    <title>The Query API</title>
53    <para>
54      This documentation is only available in the old format.
55      See <ulink url="http://base.thep.lu.se/chrome/site/doc/development/overview/query/index.html"
56        >http://base.thep.lu.se/chrome/site/doc/development/overview/query/index.html</ulink>
57    </para>
58   
59  </sect1>
60 
61  <sect1 id="api_overview.dynamic_and_batch_api">
62    <title>Analysis and the Dynamic and Batch API:s</title>
63    <para>
64      This documentation is only available in the old format.
65      See <ulink url="http://base.thep.lu.se/chrome/site/doc/development/overview/dynamic/index.html"
66        >http://base.thep.lu.se/chrome/site/doc/development/overview/dynamic/index.html</ulink>
67    </para>
68  </sect1>
69
70  <sect1 id="api_overview.other_api">
71    <title>Other useful classes and methods</title>
72    <para>
73      TODO
74    </para>
75  </sect1>
76 
77</chapter>
Note: See TracBrowser for help on using the repository browser.