Looks nicer.

This commit is contained in:
enkore 2014-10-12 01:41:23 +02:00
parent 49a33bf08f
commit d91fc86e51
3 changed files with 12 additions and 10 deletions

View File

@ -9,11 +9,6 @@ i3pystatus
i3pystatus is a (hopefully growing) collection of python scripts for
status output compatible to i3status / i3bar of the i3 window manager.
- `Release Notes`_
- `Configuration`_
- `Modules`_
- `Contribute`_
Installation
------------
@ -40,8 +35,6 @@ Modules
The module docs have been moved to `here <TODO: Link?>`_
Release Notes
-------------

View File

@ -20,7 +20,15 @@ sys.path.insert(0, os.path.abspath('..'))
# requires PyPI mock
import mock
MOCK_MODULES = ["alsaaudio", "netifaces", "psutil", "lxml", "lxml.html", "lxml.cssselect", "praw", "gi.repository", "pywapi", "basiciw"]
MOCK_MODULES = [
"alsaaudio",
"netifaces", "psutil",
"lxml", "lxml.html", "lxml.cssselect",
"praw",
"gi.repository", "dbus",
"pywapi", "basiciw"
]
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

View File

@ -3,7 +3,8 @@ Module reference
.. The contents of this file are automatically extended in-memory by
the module_docs extension (see docs/module_docs.py).
Do not change the whitespace after .. admonition. Sincerely, your past self.
Do not change the whitespace after the following directive.
Sincerely, your past self.
.. admonition:: All modules
.. note:: List of all modules;