diff options
-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 |