-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocumentation.html
More file actions
83 lines (80 loc) · 4.34 KB
/
documentation.html
File metadata and controls
83 lines (80 loc) · 4.34 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE HTML>
<html>
<head>
<link rel="shortcut icon" href="images/alphaplot.svg">
<title>AlphaPlot Test Builds</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="copyright" content="Designed by Arun Narayanankutty, all rights reserved" />
<meta name="description" content="Alpha Plot Test Builds for windows linux and mac osx" />
<meta name="keywords" content="alpha plot, alpha, alphaplot, 2d plot, 3d plot, plot, data visualization, data visualisation, chart, chart 2d, chart 3d, graph 2d, graph 3d, analysis, data analysis, scientific data analysis, graph, graphics, graphing software, plotting software, graph engine, statistics, statistical software, curve fitting, curve, fitting, linear curve fitting, polynomial curve fitting" />
<meta name="author" content="Arun Narayanankutty" />
<noscript>
<link rel="stylesheet" href="css/5grid/core.css" />
<link rel="stylesheet" href="css/5grid/core-desktop.css" />
<link rel="stylesheet" href="css/5grid/core-1200px.css" />
<link rel="stylesheet" href="css/5grid/core-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" /> </noscript>
<link rel="stylesheet" href="css/icons.css" />
<!--[if IE 9]><link rel="stylesheet" href="css/style-ie9.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<div id="header-wrapper">
<header id="header">
<div class="5grid-layout">
<div class="2u" id="logo">
<h1><a href="index.html" class="mobileUI-site-name"><i style="text-transform: lowercase; color:orange;">α</i> AlphaPlot</a></h1> </div>
<div id="menu">
<nav class="mobileUI-site-nav">
<ul>
<li><a href="index.html">About</a></li>
<li class="current_page_item"><a href="documentation.html">Documentation</a></li>
<li><a href="test-build.html">Test Build</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="development.html">Development</a></li>
</ul>
</nav>
</div>
</div>
</header>
</div>
<!-- Header Ends Here -->
<!-- Wrapper -->
<div id="wrapper" class="5grid-layout">
<!-- Page Content -->
<div id="page" class="row">
<!-- Content Area -->
<div id="content" class="12u">
<!-- Main Content Area -->
<section>
<p align="center" ; style="font-style: normal; font-weight: normal; font-size: 16px;"> </p>
<h2 class="main-title">AlphaPlot documentation</h2>
<p>AlphaPlot help files not ready yet! Use SciDavis manual for now. The manual can be downloaded from the following web address: <a href="https://sourceforge.net/projects/scidavis/files/" target="_blank"><strong>https://sourceforge.net/projects/scidavis/files/</strong></a></p>
</section>
</div>
</div>
</div>
<!-- Wrapper Ends Here -->
<!-- Copyright -->
<div class="5grid-layout" id="copyright">
<div class="row">
<div class="12u">
<section>
<!-- SOCIAL ICONS -->
<ul class="social">
<li><a href=""><i class="icon-facebook"></i></a></li>
<li><a href=""><i class="icon-twitter"></i></a></li>
<li><a href=""><i class="icon-google-plus"></i></a></li>
<li><a href=""><i class="icon-rss"></i></a></li>
<li><a href="https://github.com/narunlifescience/AlphaPlot"><i class="icon-github"></i></a></li>
</ul>
<p>© 2016 alphaplot.sourceforge.net | ® All Rights Reserved | Design: Arun Narayanankutty</p>
</section>
</div>
</div>
</div>
<script src="css/5grid/jquery.js"></script>
<script src="css/5grid/init.js?use=mobile,desktop,1000px&mobileUI=1&mobileUI.theme=none"></script>
</body>
</html>