summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen McGinnes <ben@adversary.org>2018-02-14 21:24:54 +1100
committerBen McGinnes <ben@adversary.org>2018-02-14 21:24:54 +1100
commitc4fa4216199b16c1f169725c0a1e0a40764b1ebb (patch)
tree0f25d506771e3361625a8ebb9c7ef686ce317b9e
parent1d48b04cfb3d1de654f3995578e9434a6b7b2fed (diff)
downloadgpgme-c4fa4216199b16c1f169725c0a1e0a40764b1ebb.tar.gz
TODO
* Converted document from reST to org-mode.
-rw-r--r--lang/python/docs/TODO.org22
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/python/docs/TODO.org b/lang/python/docs/TODO.org
new file mode 100644
index 00000000..8930b800
--- /dev/null
+++ b/lang/python/docs/TODO.org
@@ -0,0 +1,22 @@
+#+TITLE: Stuff To Do
+
+* Working examples
+ :PROPERTIES:
+ :CUSTOM_ID: working-examples
+ :END:
+
+The examples from the Python 2 code base do not work and it appears that
+they don't under Python 2 either. These ought to be replaced or updated
+with examples from the GPGME documentation.
+
+* Documentation
+ :PROPERTIES:
+ :CUSTOM_ID: documentation
+ :END:
+
+Currently this appears to be buried in the debian/ directory for some
+unknown reason, probably pertaining to one of the other developers.
+Documentation is to be moved to a more appropriate docs/ directory and
+produced using reST in preparation for inevitable publication by way of
+Sphinx and the existing infrastructure at readthedocs.org or the
+projects new home at gnupg.org.