aboutsummaryrefslogtreecommitdiff
path: root/doc/intro.rst
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-08-12 16:25:29 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2014-08-12 16:25:29 +0200
commit1f847ac0dd1a0779cb07034925525dd8ff6f66f4 (patch)
treea63f45ca6a433ef4278a737852ced47034a32778 /doc/intro.rst
parent70d2475dde0a2bc49e5448643027a641e34df2e8 (diff)
doc: Ref fixes and updates.
Change-Id: I2d63fc55c4a643d6e160423c09ad6cb59acefeb2
Diffstat (limited to 'doc/intro.rst')
-rw-r--r--doc/intro.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index bf146d8..d1bafb7 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -68,6 +68,8 @@ but the JSON response will contain an empty list.
| 506 | Wrong response from the database. |
+-------------+--------------------------------------------------------+
+.. _intro_schema:
+
Schema
------
@@ -76,6 +78,10 @@ API access is exclusively over HTTPS and accessed via the
Data is sent and received **only** in JSON format.
+For more info about the collections schema, refer to their :ref:`schema declaration <schema>`.
+
+.. _intro_schema_results:
+
Results
*******
@@ -85,7 +91,7 @@ will be included in the ``result`` field and it will always be a list: ::
{"code": 200, "result": []}
-.. _schema_time_date:
+.. _intro_schema_time_date:
Time and Date
*************