diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2018-05-21 23:24:24 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2018-05-21 23:45:41 +0200 |
commit | f4b255965479993c7b46e5c6699cb620b8a3ec31 (patch) | |
tree | 8a168da5d5a8149e3b9fcd6a6c2ecdc9a589ac01 | |
parent | 610f7cd8c7d03e3ec370d0b17e2955750fb602b6 (diff) |
Add links to script documentation
-rw-r--r-- | docs/index.rst | 1 | ||||
-rw-r--r-- | docs/scripts.rst | 15 |
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> |