Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2018-05-21 23:24:24 +0200
committerArthur de Jong <arthur@arthurdejong.org>2018-05-21 23:45:41 +0200
commitf4b255965479993c7b46e5c6699cb620b8a3ec31 (patch)
tree8a168da5d5a8149e3b9fcd6a6c2ecdc9a589ac01
parent610f7cd8c7d03e3ec370d0b17e2955750fb602b6 (diff)
Add links to script documentation
-rw-r--r--docs/index.rst1
-rw-r--r--docs/scripts.rst15
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 4496de3..51f2cda 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -14,6 +14,7 @@ Contents
signatures
policy
exceptions
+ scripts
changes
diff --git a/docs/scripts.rst b/docs/scripts.rst
new file mode 100644
index 0000000..82aa217
--- /dev/null
+++ b/docs/scripts.rst
@@ -0,0 +1,15 @@
+Command-line scripts
+====================
+
+This `python-pskc <https://arthurdejong.org/python-pskc/>`__ module includes
+a number of scripts that can be used to handle PSKC files:
+
+Scripts
+-------
+
+.. toctree::
+ :maxdepth: 1
+
+ pskc2csv: Convert a PSKC file to CSV <pskc2csv>
+ pskc2pskc: Reformat or change encryption of a PSKC file <pskc2pskc>
+ csv2pskc: Convert a CSV file to PSKC <csv2pskc>