From 0267454557cb6b0d14bfd95fd1ef9a36a54fbe5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Mand=C3=A1k?= Date: Thu, 18 Jun 2015 20:39:28 +0200 Subject: [PATCH] Module: Add hyperlinks to hints docstring. --- i3pystatus/core/modules.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/i3pystatus/core/modules.py b/i3pystatus/core/modules.py index c6290ac..8f7e408 100644 --- a/i3pystatus/core/modules.py +++ b/i3pystatus/core/modules.py @@ -29,17 +29,18 @@ class Module(SettingsBase): Blocks will be applied only if `self.output` does not contain a block with the same name already. - All blocks are described in i3bar protocol documentation located at - http://i3wm.org/docs/i3bar-protocol.html#_blocks_in_detail. - It is recommended to use only the following blocks: + All blocks are described in `i3bar protocol documentation + `_ + but it is recommended to use only the following blocks: * `min_width` and `align` blocks are used to set minimal width of output and text aligment if text width is shorter than minimal width. * `separator` and `separator_block_width` blocks are used to remove the vertical bar that is separating modules. * `markup` block can be set to `"none"` or `"pango"`. - Pango is a markup language providing additional formatting options - to advanced users. + `Pango markup + `_ + provides additional formatting options for advanced users. """