diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2014-06-19 22:16:24 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2014-06-19 22:16:24 +0200 |
commit | 09eb6b333c5a81392b70255db637be669d511654 (patch) | |
tree | 131b1cad8d6235d37f93ba172c5190e38e8040b3 /docs | |
parent | 62c9af4ddb81d3ee02c0863d0eda8e8e122a48ca (diff) |
Get files ready for 0.2 release0.2
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.rst | 4 | ||||
-rw-r--r-- | docs/index.rst | 3 | ||||
-rw-r--r-- | docs/usage.rst | 3 |
3 files changed, 8 insertions, 2 deletions
diff --git a/docs/changes.rst b/docs/changes.rst new file mode 100644 index 0000000..99c6a7a --- /dev/null +++ b/docs/changes.rst @@ -0,0 +1,4 @@ +Changes in python-pskc +====================== + +.. include:: ../NEWS diff --git a/docs/index.rst b/docs/index.rst index 79c863c..66bcbee 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,13 +6,14 @@ Contents -------- .. toctree:: - :maxdepth: 2 + :maxdepth: 1 usage encryption mac policy exceptions + changes Security considerations diff --git a/docs/usage.rst b/docs/usage.rst index 10d01e2..acbd60e 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -34,7 +34,8 @@ Importing data from a PSKC file can be done by instantiating a The PSKC format version used. Only version ``1.0`` is currently specified in - `RFC 6030 <https://tools.ietf.org/html/rfc6030#section-1.2>`__. + `RFC 6030 <https://tools.ietf.org/html/rfc6030#section-1.2>`__ + and supported. .. attribute:: id |