From 09b158a6e17056584ee763ab419865e1b869188d Mon Sep 17 00:00:00 2001 From: enkore Date: Wed, 17 Jun 2015 17:39:20 +0200 Subject: [PATCH] anchors --- docs/changelog.rst | 3 ++- docs/configuration.rst | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5641eaf..bf31e4e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,9 +6,10 @@ master branch +++++++++++++ * Errors can now be logged to ``~/.i3pystatus-`` - - ``log_level`` setting + - See :ref:`logging` * Added new callback system * Added credentials storage + - See :ref:`credentials` * Added deadbeef module * Added github module * Added whosonlocation module diff --git a/docs/configuration.rst b/docs/configuration.rst index ecb21a0..bc970a5 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -123,6 +123,8 @@ Also change your i3wm config to the following: .. note:: Don't name your config file ``i3pystatus.py``, as it would make ``i3pystatus`` un-importable and lead to errors. +.. _credentials: + Credentials ----------- @@ -219,6 +221,8 @@ would produce ``1:5:51``. * The formatted time is stripped, i.e. spaces on both ends of the result are removed. +.. _logging: + Logging -------