Minor formatting change

This commit is contained in:
enkore 2015-06-17 16:12:10 +02:00
parent 74bffab945
commit 8ea4bdeb55
2 changed files with 5 additions and 3 deletions

View File

@ -4,18 +4,20 @@ Module reference
.. Don't list *every* module here, e.g. cpu-usage suffices, because the other
variants are listed below that one.
.. rubric:: Module overview:
:System: `clock`_ - `disk`_ - `load`_ - `mem`_ - `cpu_usage`_
:Audio: `alsa`_ - `pulseaudio`_
:Hardware: `battery`_ - `backlight`_ - `temp`_
:Network: `network`_
:Music: `now_playing`_ - `mpd`_
:Websites & stuff: `weather`_ - `bitcoin`_ - `reddit`_ - `parcel`_
:Websites: `weather`_ - `bitcoin`_ - `reddit`_ - `parcel`_
:Other: `mail`_ - `pyload`_ - `text`_ - `updates`_
:Advanced: `file`_ - `regex`_ - `runwatch`_ - `shell`_
.. autogen:: i3pystatus Module
.. note:: List of all modules:
.. rubric:: Module list:
.. _mailbackends:

View File

@ -132,7 +132,7 @@ def generate_automodules(path, name, basecls):
contents = []
for mod in modules:
contents.append(" * :py:mod:`~{}`".format(mod[0]))
contents.append("* :py:mod:`~{}`".format(mod[0]))
contents.append("")
for mod in modules: