From f4b255965479993c7b46e5c6699cb620b8a3ec31 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 21 May 2018 23:24:24 +0200 Subject: Add links to script documentation --- docs/index.rst | 1 + docs/scripts.rst | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 docs/scripts.rst 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 `__ 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 + pskc2pskc: Reformat or change encryption of a PSKC file + csv2pskc: Convert a CSV file to PSKC -- cgit v1.2.3