diff options
author | drebs <drebs@leap.se> | 2017-07-11 13:37:55 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2017-07-11 13:37:55 -0300 |
commit | 58df5834b3ae4cd69924e02275530ab22a877312 (patch) | |
tree | ba6812f7c179977605fc854945cccd4f0de621c0 | |
parent | 068c6a86c7fa504c7cde0a7686b7fbe9b86e5924 (diff) |
[doc] factor dev and ref out of main page
-rw-r--r-- | docs/development.rst | 11 | ||||
-rw-r--r-- | docs/index.rst | 4 | ||||
-rw-r--r-- | docs/reference.rst | 9 |
3 files changed, 21 insertions, 3 deletions
diff --git a/docs/development.rst b/docs/development.rst new file mode 100644 index 00000000..2a4303e0 --- /dev/null +++ b/docs/development.rst @@ -0,0 +1,11 @@ +Development +=========== + +As an open source project, we welcome contributions of all forms. This page +should help you get started with development for Soledad. + +.. toctree:: + :maxdepth: 1 + + tests + benchmarks diff --git a/docs/index.rst b/docs/index.rst index 4d05f2e1..dcfb2ee8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,10 +16,8 @@ all user's devices that access a LEAP provider. client server attachments - tests - incoming_box deprecation - benchmarks + development changelog Indices and tables diff --git a/docs/reference.rst b/docs/reference.rst new file mode 100644 index 00000000..041f366b --- /dev/null +++ b/docs/reference.rst @@ -0,0 +1,9 @@ +Reference +========= + +This page gathers reference documentation to understanding the internals of Soledad. + +.. toctree:: + :maxdepth: 1 + + incoming_box |