diff options
author | Kali Kaneko <kali@leap.se> | 2015-09-09 15:27:55 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-09-09 15:27:55 -0400 |
commit | dc9ef4d802855b24b8f74826b3f4d725b88dfa4d (patch) | |
tree | efd5d9d523c34e73a089e19876636936d5dcacb6 /README.rst | |
parent | 95a0d917578b3604804cd5022fb92319c71320b9 (diff) |
[docs] beautify links to docs
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -5,9 +5,12 @@ LEAP's Key Manager .. image:: https://img.shields.io/pypi/dm/leap.keymanager.svg :target: http://badge.fury.io/py/leap.keymanager -The Key Manager is a Nicknym agent for the LEAP project:: +The Key Manager is a `Nicknym`_ agent for the `LEAP`_ project, written in python using the `twisted`_ async framework. + +.. _`Nicknym`: https://leap.se/nicknym +.. _`LEAP`: https://leap.se/docs/ +.. _`twisted`: https://twistedmatrix.com/trac/ - https://leap.se/nicknym running tests ------------- @@ -15,3 +18,12 @@ running tests Use trial to run the test suite:: trial leap.keymanager + +License +======= + +.. image:: https://raw.github.com/leapcode/bitmask_client/develop/docs/user/gpl.png + +leap.keymanager is released under the terms of the `GNU GPL version 3`_ or later. + +.. _`GNU GPL version 3`: http://www.gnu.org/licenses/gpl.txt |