##// END OF EJS Templates
Update html images routes
Update html images routes

File last commit:

r14:8f437cc4b32c
r14:8f437cc4b32c
Show More
rr_contents.html
68 lines | 5.8 KiB | text/html | HtmlDjangoLexer
{% load static %}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/doc_template.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Remote data access programming reference - toc</title>
<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
<link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
<style type="text/css">
html body {
background-color: {{bg_color}};
}
</style>
<!-- InstanceParam name="href_up_top" type="text" value="wt_usersGuide.html" --><!-- InstanceParam name="href_next_top" type="text" value="rr_webServices.html" --><!-- InstanceParam name="href_back_top" type="text" value="rt_fortran95.html" --><!-- InstanceParam name="href_back_bottom" type="text" value="rt_fortran95.html" --><!-- InstanceParam name="href_up_bottom" type="text" value="wt_usersGuide.html" --><!-- InstanceParam name="href_next_bottom" type="text" value="rr_webServices.html" --><!-- InstanceParam name="href_prev_top" type="text" value="rt_fortran95.html" --><!-- InstanceParam name="href_uptitle_top" type="text" value="wt_usersGuide.html" --><!-- InstanceParam name="href_nexttitle_top" type="text" value="rr_webServices.html" --><!-- InstanceParam name="href_prevtitle_bottom" type="text" value="rt_fortran95.html" --><!-- InstanceParam name="href_uptitle_bottom" type="text" value="wt_usersGuide.html" --><!-- InstanceParam name="href_nexttitle_bottom" type="text" value="rr_webServices.html" -->
</head>
<body>
<table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
<tr>
<td width="5%"><a href="{% url 'docs' 'rt_fortran95.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
<td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
<td width="5%"><a href="{% url 'docs' 'rr_webServices.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
<td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Remote data access programming reference - toc<!-- InstanceEndEditable --></td>
<td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
<td width="18%"><a href="/">Madrigal home</a></td>
</tr>
</table>
<div class='online-navigation'>
<b class="navlabel">Previous:</b>
<a class="sectref" href="{% url 'docs' 'rt_fortran95.html' %}"><!-- InstanceBeginEditable name="PreviousTitle" -->Remote access using IDL<!-- InstanceEndEditable --></A>
<b class="navlabel">&nbsp;&nbsp;Up:</b>
<a class="sectref" href="{% url 'docs' 'wt_usersGuide.html' %}"><!-- InstanceBeginEditable name="UpTitle" -->Madrigal user's guide<!-- InstanceEndEditable --></A>
<b class="navlabel">&nbsp;&nbsp;Next:</b>
<a class="sectref" href="{% url 'docs' 'rr_webServices.html' %}"><!-- InstanceBeginEditable name="NextTitle" -->Web service reference<!-- InstanceEndEditable --></A></div>
<hr/>
<!-- InstanceBeginEditable name="EditDoc" -->
<h1 align="center">Madrigal remote data access programming reference guide - Table of Contents</h1>
<ul>
<li><a href="{% url 'docs' 'rr_webServices.html' %}">1. Madrigal web service - cgi-like scripts </a> - Madrigal web services are simply cgi-like scripts (actually implemeted with the python web framework Django). This page documents those scripts for those wanting to write their own API, instead of the Matlab, python, or IDL API's documented below. </li>
<li><a href="{% url 'docs' 'rr_matlab.html' %}">2. Matlab API </a>- A reference guide to the Matlab remote data access API. </li>
<li><a href="{% url 'docs' 'rr_python.html' %}">3. Python API </a>- A reference guide to the python remote data access API.</li>
<li><a href="{% url 'docs' 'rr_idl.html' %}">4. IDL API</a> - A reference guide to the IDL remote data access API.</li>
<li><a href="{% url 'docs' 'rt_fortran95.html' %}">5. Fortran95 API</a> - A reference guide to the Fortran95 remote data access API.</li>
</ul>
<!-- InstanceEndEditable -->
<table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
<tr>
<td width="5%"><a href="{% url 'docs' 'rt_fortran95.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
<td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
<td width="5%"><a href="{% url 'docs' 'rr_webServices.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
<td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Remote data access programming reference - toc<!-- InstanceEndEditable --></td>
<td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
<td width="18%"><a href="/">Madrigal home</a></td>
</tr>
</table>
<div class='online-navigation'>
<b class="navlabel">Previous:</b>
<a class="sectref" href="{% url 'docs' 'rt_fortran95.html' %}"><!-- InstanceBeginEditable name="PreviousTitle2" -->Remote access using IDL<!-- InstanceEndEditable --></A>
<b class="navlabel">&nbsp;&nbsp;Up:</b>
<a class="sectref" href="{% url 'docs' 'wt_usersGuide.html' %}"><!-- InstanceBeginEditable name="UpTitle2" -->Madrigal user's guide<!-- InstanceEndEditable --></A>
<b class="navlabel">&nbsp;&nbsp;Next:</b>
<a class="sectref" href="{% url 'docs' 'rr_webServices.html' %}"><!-- InstanceBeginEditable name="NextTitle2" -->Web service reference<!-- InstanceEndEditable --></A></div>
<hr/>
<p>&nbsp;</p>
</body>
<!-- InstanceEnd --></html>