From 10c09804aa55537372db6b0a2e67989aa4833757 Mon Sep 17 00:00:00 2001 From: Kim Scott Date: Tue, 5 Sep 2017 12:26:39 -0400 Subject: [PATCH 1/3] formatting experiments.md --- docs/source/experiments.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/experiments.md b/docs/source/experiments.md index f92334d..a0ce771 100644 --- a/docs/source/experiments.md +++ b/docs/source/experiments.md @@ -125,7 +125,9 @@ This JSON document describes a fairly simple experiment. It has three basic part } } } -}``` +} + +``` ### A Lookit study schema From 82936ad03add07f334e194919780d84cbe07f35a Mon Sep 17 00:00:00 2001 From: Kim Scott Date: Tue, 5 Sep 2017 12:33:06 -0400 Subject: [PATCH 2/3] Add link in documentation to Lookit docs that Kim will maintain independently, to avoid continual PRs just for docs. --- docs/source/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 2d63b29..65b0399 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,6 +6,8 @@ Welcome to Experimenter's documentation! ========================================== +**If you are using Experimenter for Lookit studies, please see the updated `Lookit documentation `_ instead.** + **NOTE: This documentation is a work in progress** Experimenter is a platform for designing and administering experiments. It is built on top of `JamDB `_ and `Ember.js `_, and is developed by the `Center for Open Science `_. From 965d3d873c644436df958440e036e3cfafcbb178 Mon Sep 17 00:00:00 2001 From: Kim Scott Date: Tue, 5 Sep 2017 12:50:11 -0400 Subject: [PATCH 3/3] formatting link properly --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 65b0399..84bc819 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,7 +6,7 @@ Welcome to Experimenter's documentation! ========================================== -**If you are using Experimenter for Lookit studies, please see the updated `Lookit documentation `_ instead.** +**If you are using Experimenter for Lookit studies, please see the updated** `Lookit documentation `_ instead. **NOTE: This documentation is a work in progress**