Skip to content
Snippets Groups Projects
Commit 5d35a8b1 authored by alxames's avatar alxames
Browse files

add basic index.html to reference both doc types

parent 42f87419
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Data Access Library (DAL) Documentation Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<h1>Data Access Library (DAL) documentation</h1>
<p>
The DAL provides data access to radio astronomy data produced by the <a href="http://lofar.org/">LOFAR</a>
telescope, operated by <a href="http://astron.nl/">ASTRON</a> (Netherlands Institute for Radio Astronomy).<br>
DAL is a reference implementation to access all HDF5 data fields
with long-term version compatibility in mind. DAL is written in C++ and offers
Python bindings for all its functionality. It also comes with API documentation,
a user manual, and a test suite.
<p>
Source code is available at <a href="https://github.com/nextgen-astrodata/DAL">https://github.com/nextgen-astrodata/DAL</a>
<h3>DAL documentation</h3>
<ul>
<li><a href="user-manual/html/">User Manual</a> (generated with <a href="http://sphinx.pocoo.org/">Sphinx</a>)</li>
<li><a href="api-reference/html/">API Reference</a> (generated with <a href="http://www.doxygen.org/">Doxygen</a>)</li>
</ul>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment