From be7e733605ad0e8dcbc1c78d4ebb6cf4d3e6a372 Mon Sep 17 00:00:00 2001 From: enkore Date: Sun, 7 Jun 2015 20:27:11 +0200 Subject: [PATCH] Update README.rst --- README.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 3d7e823..21c399f 100644 --- a/README.rst +++ b/README.rst @@ -110,16 +110,13 @@ Contributors Contribute ---------- -To contribute a module, make sure it uses one of the Module classes. Most modules -use IntervalModule, which just calls a function repeatedly in a specified interval. +To contribute a module, make sure it uses one of the ``Module`` classes. Most modules +use ``IntervalModule``, which just calls a function repeatedly in a specified interval. -The output attribute should be set to a dictionary which represents your modules output, +The ``output`` attribute should be set to a dictionary which represents your modules output, the protocol is documented `here `_. -To update this readme run ``python -m i3pystatus.mkdocs`` in the -repository root and you're done :) - Developer documentation is available in the source code and `here -`_. +`_. **Patches and pull requests are very welcome :-)**