[docs,refactor][s]: move examples to being tutorials in the docs directory.

This commit is contained in:
Rufus Pollock
2012-06-29 16:40:22 +01:00
parent 12f6afebc9
commit 889fb6afb1
3 changed files with 6 additions and 4 deletions

View File

@@ -52,12 +52,12 @@ root: ../
<div class="row"> <div class="row">
<div class="span4"> <div class="span4">
<div class="well"> <div class="well">
<h4><a href="example-quickstart.html">Recline Quickstart Guide</a></h4> <h4><a href="tutorial-views.html">Views Quickstart - Grids, Graphs, Maps and more</a></h4>
</div> </div>
</div> </div>
<div class="span4"> <div class="span4">
<div class="well"> <div class="well">
<h4><a href="example-backends.html">Loading from difference sources: Google Docs, Local CSV, DataHub</a></h4> <h4><a href="tutorial-backends.html">Loading from difference sources: Google Docs, Local CSV, DataHub</a></h4>
</div> </div>
</div> </div>
<div class="span4"> <div class="span4">

View File

@@ -2,6 +2,7 @@
layout: container layout: container
title: Library - Example - Loading data from different sources using Backends title: Library - Example - Loading data from different sources using Backends
recline-deps: true recline-deps: true
root: ../
--- ---
<div class="page-header"> <div class="page-header">

View File

@@ -2,13 +2,14 @@
layout: container layout: container
title: Library - Example - Quickstart title: Library - Example - Quickstart
recline-deps: true recline-deps: true
root: ../
--- ---
<div class="page-header"> <div class="page-header">
<h1> <h1>
Recline Quickstart Guide Views Tutorial
<br /> <br />
<small>This step-by-step guide will quickly get you started with Recline basics, including creating a dataset from local data and setting up a grid, graph and map to display it.</small> <small>This step-by-step tutorial will quickly get you started with Recline basics, including creating a dataset from local data and setting up a grid, graph and map to display it.</small>
</h1> </h1>
</div> </div>