Looks nicer.
This commit is contained in:
parent
49a33bf08f
commit
d91fc86e51
@ -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
|
||||
-------------
|
||||
|
||||
|
10
docs/conf.py
10
docs/conf.py
@ -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()
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user