From 5952588ca1c105d2edc88e3cf0d66dfe56dfb30e Mon Sep 17 00:00:00 2001 From: Sol Villar Date: Thu, 5 Mar 2015 14:32:36 -0300 Subject: [PATCH] [#427] Fixed styles in doc pages. --- docs/index.html | 10 +++++----- docs/tutorials.html | 18 +++++++++--------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/index.html b/docs/index.html index c30d8c3f..b9c50bd6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,19 +22,19 @@ root: ../

The Recline Library consists of 3 parts: Models, Backends and Views

-
+

Models

Models help you structure your work with data by providing some standard objects such as Dataset and Record – a Dataset being a collection of Records. More »

-
+

Backends

Backends connect your Models to data sources (and stores) – for example Google Docs spreadsheets, local CSV files, the DataHub, ElasticSearch etc. More »

-
+

Views

Views are user interface components for displaying, editing or interacting with the data. For example, maps, graphs, data grids or a query editor. More »

@@ -46,13 +46,13 @@ root: ../

Source Docs (via Docco)

-
+

Models

-
+

Dataset Views and Widgets