diff options
author | drebs <drebs@leap.se> | 2017-07-12 21:28:48 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2017-07-12 21:29:04 -0300 |
commit | 213456887a794cc7aec5924f65dc277d8b4627ff (patch) | |
tree | 5b3995fb32409627f71370660de9f592deb95803 | |
parent | b367b0ff86297e8bbb4c7c01dc3a705234e31d2f (diff) |
[doc] add reference, move deprecation
-rw-r--r-- | docs/development.rst | 1 | ||||
-rw-r--r-- | docs/index.rst | 3 | ||||
-rw-r--r-- | docs/reference.rst | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/docs/development.rst b/docs/development.rst index d90e9db0..9ee1d215 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -8,5 +8,6 @@ should help you get started with development for Soledad. :maxdepth: 1 contributing + deprecation tests benchmarks diff --git a/docs/index.rst b/docs/index.rst index dcfb2ee8..18854fb7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,8 +15,7 @@ all user's devices that access a LEAP provider. client server - attachments - deprecation + reference development changelog diff --git a/docs/reference.rst b/docs/reference.rst index 041f366b..063c46dd 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -6,4 +6,5 @@ This page gathers reference documentation to understanding the internals of Sole .. toctree:: :maxdepth: 1 + attachments incoming_box |