Skip to content

Commit

Permalink
Merge pull request #146 from Kinto/document-permission-api
Browse files Browse the repository at this point in the history
Add tutorial for permissions
  • Loading branch information
leplatrem committed Aug 14, 2015
2 parents 1907236 + 1869736 commit 2e0de11
Show file tree
Hide file tree
Showing 6 changed files with 538 additions and 6 deletions.
1 change: 0 additions & 1 deletion docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ The HTTP APIs
records
groups


See `cliquet API documentation <http://cliquet.readthedocs.org/en/latest/api/index.html>`_
for an exhaustive list of features and endpoints of the *Kinto* API.
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ The server doesn't impose anything about the records data model.

*Kinto* is based on top of `cliquet <http://cliquet.readthedocs.org>`_.

Tutorial
========
Tutorials
=========

Sometimes it is easier to get started by following a
tutorial. :ref:`Learn how to store, manage and sync your data <tutorial>`.
tutorial. :ref:`Learn how to store, sync and share your data <tutorials>`.

Using the HTTP API
==================
Expand Down Expand Up @@ -54,7 +54,7 @@ Table of content
:maxdepth: 1

installation
tutorial
tutorials/index
configuration
deployment
permissions
Expand Down
2 changes: 2 additions & 0 deletions docs/permissions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ There are two special principals:
principal is useful when a rule should apply to all users.


.. _permissions_usecases:

Use-cases examples
==================

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.rst → docs/tutorials/first-steps.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _tutorial:
.. _tutorial-first-steps:

First steps with Kinto
######################
Expand Down
10 changes: 10 additions & 0 deletions docs/tutorials/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _tutorials:

Tutorials
#########

.. toctree::
:maxdepth: 2

first-steps
permissions
Loading

0 comments on commit 2e0de11

Please sign in to comment.