synthetic-data example renamed to synthetic-points

This commit is contained in:
Éric Lemoine
2013-11-21 22:00:05 +01:00
parent 602f9642d4
commit 082d126544
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
<link rel="stylesheet" href="../resources/bootstrap/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="../resources/layout.css" type="text/css">
<link rel="stylesheet" href="../resources/bootstrap/css/bootstrap-responsive.min.css" type="text/css">
<title>Synthetic data example</title>
<title>Synthetic points example</title>
</head>
<body>
@@ -31,10 +31,10 @@
<div class="row-fluid">
<div class="span12">
<h4 id="title">Synthetic data example</h4>
<p id="shortdesc">Synthetic data example.</p>
<h4 id="title">Synthetic points example</h4>
<p id="shortdesc">Synthetic points example.</p>
<div id="docs">
<p>See the <a href="synthetic-data.js" target="_blank">synthetic-data.js source</a> to see how this is done.</p>
<p>See the <a href="synthetic-points.js" target="_blank">synthetic-points.js source</a> to see how this is done.</p>
</div>
<div id="tags">vector</div>
</div>
@@ -43,7 +43,7 @@
</div>
<script src="loader.js?id=synthetic-data" type="text/javascript"></script>
<script src="loader.js?id=synthetic-points" type="text/javascript"></script>
<script src="../resources/example-behaviour.js" type="text/javascript"></script>
</body>