summaryrefslogtreecommitdiff
path: root/docs/source/index.rst
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-07-07 14:58:21 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2016-07-07 14:58:21 +0200
commita358b8faab78e6b0204a371d06c73224c21778b3 (patch)
treec380132c2ee31a2f16770d5dd915878c06d31548 /docs/source/index.rst
parent4ee90532f1690da41543f300c33a77aeeaf40a52 (diff)
[doc] add sphinx doc boilerplate
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r--docs/source/index.rst44
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
new file mode 100644
index 0000000..f043c05
--- /dev/null
+++ b/docs/source/index.rst
@@ -0,0 +1,44 @@
+.. memoryhole documentation master file, created by
+ sphinx-quickstart on Thu Jul 7 14:53:06 2016.
+ You can adapt this file completely to your liking, but it should at least
+ contain the root `toctree` directive.
+
+memoryhole
+======================================
+
+memoryhole is a library that sends email metadata down the memory hole.
+
+Quickstart guide
+-----------------
+
+To protect a message::
+
+ protect(msg)
+
+To unprotect::
+
+ unwrap(msg)
+
+Options
+--------
+
+You can pass some options to the public api::
+
+ opts = Options(blah)
+
+
+Contents
+--------
+
+.. toctree::
+ :maxdepth: 2
+
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+