Rufus Pollock
c9208f1a08
[content][s]: front page button links to main docs.
2012-10-22 16:04:33 +01:00
Rufus Pollock
ce2d30499f
[content][s]: Revert "Homepage content and styling" added in commit 495c27878c99d57c5402527cd2a3f867cb4132a9.
2012-07-19 01:13:34 +01:00
Sam Smith
495c27878c
Homepage content and styling
2012-07-18 17:56:24 +01:00
Rufus Pollock
c2f5debf1f
[docs,app,demos/multiview][m]: convert app back to being a demo of multiview (app proper is now in dataexplorer repo).
2012-06-27 10:10:45 +01:00
Rufus Pollock
215694f3be
[site/home][s]: massively simplify front page removing almost everything.
2012-06-18 22:11:55 +01:00
Rufus Pollock
c5be707be9
[theme,css][xs]: rather than override bootstrap buttons use our own css classes for front pages buttons.
2012-05-15 03:40:01 +01:00
Rufus Pollock
4e57e5236a
[doc,refactor][s]: split out library docs into library.html.
2012-05-03 21:10:10 +01:00
Rufus Pollock
3390c119ce
[doc,refactor][s]: switch to jekyll-based build (so template in _layouts/default.html and index.html refactored to use this).
2012-05-02 22:12:24 +01:00
Sam Smith
6099fb504c
New styling applied
2012-04-27 07:07:07 +01:00
Rufus Pollock
7743534eac
[#88,backend][s]: add __type__ attribute to all backends to identify them and provide a more robust and generic way to load backends from a string identifier such as that __type__ field.
...
* Also remove recline.Model.backends registry as can be replaced with this more generic solution.
* This refactoring is necessitated by our need to serialize backend info for save/reload of a dataset and explorer state in #88 .
2012-04-15 22:19:43 +01:00
Rufus Pollock
39a6c1eb74
[refactor][xs]: rename DataGrid to Grid for simplicity and consistency with file name.
2012-04-15 16:35:33 +01:00
Rufus Pollock
4ede229b7b
[refactor][s]: rename view-flot-graph to view-graph and FlotGraph to Graph.
2012-04-15 16:03:08 +01:00
amercader
9080fb8c6b
[#64,view/map] Add source docs and links from home page
2012-04-11 17:33:17 +01:00
Rufus Pollock
debcfbbb7a
[#52,docs][xs]: minor touch up to index page.
2012-04-07 13:52:47 +01:00
Rufus Pollock
2cd9192480
[#52,docs/model][m]: document all model elements in detail.
...
* List more items in main index doc page
* Major extension of source docs including
* Query object with its spec
* Facet
* etc
2012-04-07 13:49:13 +01:00
Rufus Pollock
14bd9364db
[build][m]: build docs and latest version of library.
2012-04-04 10:59:05 +01:00
Rufus Pollock
2b8f1bcf64
[refactor,docs][xs]: indentation and text-wrap.
2012-04-04 10:53:50 +01:00
Rufus Pollock
76d709a1eb
[#65,docs][s]: start on examples section with quickstart case using createDataset.
2012-04-04 10:49:26 +01:00
Rufus Pollock
b0fae7c3d0
[#65,refactor][s]: move demo to app and rework mains docs to reflect app / library distinction.
2012-04-03 21:54:22 +01:00
Rufus Pollock
e5e24f72de
[#52,doc,refactor][s]: move instructions re creating a backend into backend/base source docs and tidy doc page a bit.
2012-04-01 11:11:38 +01:00
Rufus Pollock
5313fde8aa
[#52,docs][s]: create sidebar in main docs and do various other minor bits of tidying.
...
* Also link back to main page / docs from demo.
2012-03-17 18:46:27 +00:00
Rufus Pollock
8762b9a862
[build,doc][s]: build all the docs and tweak main doc file.
2012-03-15 00:43:06 +00:00
Rufus Pollock
7cc23dfaf7
[doc][s]: minor tweaks to main home page.
2012-03-13 17:15:27 +00:00
Rufus Pollock
57978c324b
[docs,build][m]: build latest version of the docs doing some tidying of the docs along the way.
2012-02-28 22:58:20 +00:00
Rufus Pollock
f770c0dc54
[#52,docs][s]: add info about backends and how to implement one to general docs.
2012-02-28 22:24:44 +00:00
Rufus Pollock
1fd337e1d4
[#48,refactor][s]: rename DataTable to DataGrid - fixes #48 .
2012-02-22 21:18:30 +00:00
Rufus Pollock
7837105494
[build][s]: add latest build version of recline plus latest built docs.
2012-02-18 09:12:41 +00:00
Rufus Pollock
98580d63d4
[docs][xs]: add screenshot to website and have README have prominent link to website as most info is there now.
2012-02-17 10:10:16 +00:00
Rufus Pollock
fa3bb6676e
[doc][s]: correct index page using it example for new setup for backends and datasets.
2012-02-17 09:39:11 +00:00
Rufus Pollock
a5c4f003de
[docs][s]: improve documentation index page.
...
* lists of dependencies
* an overview of model and views
2012-02-16 16:16:10 +00:00
Rufus Pollock
70a9bbdf0a
[doc][xs]: tests section with link to tests.
2012-02-10 01:08:43 +00:00
Rufus Pollock
0af2394eeb
[ #38 ][s]: include built version (non-minified) as recline.js.
2012-02-09 17:51:28 +00:00
Rufus Pollock
4fc694d300
[docs][xs]: link to new backend docs (now separate from model).
2012-02-08 09:36:45 +00:00
Rufus Pollock
99b8cb425b
[docs][xs]: correct formatting and spelling.
2012-01-26 15:24:45 +00:00
Rufus Pollock
9adf0ba518
[docs][xs]: add ids to main headings in docs.
2012-01-26 15:22:38 +00:00
Rufus Pollock
8115236d1a
[docs][m]: create docs for model and view using docco and link from index page.
2012-01-26 15:19:07 +00:00
Rufus Pollock
b3664e5912
[doc][m]: rework home page adding significant content.
...
* Features
* History
* Put in Bootstrap topbar and Github fork me
2012-01-26 12:04:37 +00:00
Rufus Pollock
69e020254e
[doc][s]: update project home page in minor ways.
2012-01-05 16:39:20 +00:00
rgrp
6d8a0a2700
[index.html][s]: simple index files for gh pages.
2011-11-10 23:07:53 +00:00