From 306cee4946390460a766ce59063f2347b99d5725 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 25 May 2014 17:54:09 +0200 Subject: [PATCH] Fix #65 --- docs/keyring.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/keyring.rst b/docs/keyring.rst index 774b2b0..74c4db5 100644 --- a/docs/keyring.rst +++ b/docs/keyring.rst @@ -22,17 +22,18 @@ System Keyring *vdirsyncer* can also use your system's password storage for saving password in a (more) secure way. -To use it, you must install -[keyring](https://bitbucket.org/kang/python-keyring-lib). +To use it, you must install keyring_. + +.. _keyring: https://bitbucket.org/kang/python-keyring-lib *vdirsyncer* will use the full resource URL as the key when saving. When retrieving the key, it will try to remove segments of the URL's path until it finds a password. For example, if you save a password under the key -`vdirsyncer:http://example.com`, it will be used as a fallback for all -resources on `example.com`. If you additionally save a password under the key -`vdirsyncer:http://example.com/special/`, that password will be used for all -resources on `example.com` whose path starts with `/special/`. +``vdirsyncer:http://example.com``, it will be used as a fallback for all +resources on ``example.com``. If you additionally save a password under the key +``vdirsyncer:http://example.com/special/``, that password will be used for all +resources on ``example.com`` whose path starts with ``/special/``. *keyring* support these keyrings: