Commit Graph

23 Commits

Author SHA1 Message Date
enkore
ff519fbde0 Remove shebangs and coding tags 2015-06-17 10:32:10 +02:00
David Wahlstrom
9c246bc60f net_speed: a module to display internet speeds
This module provides a glimpse/snapshot of current internet based
speeds.  To keep things simple (and due to bugs in speedtest_cli), this
module simply uses requests to download a small(ish) image and times the
download.  This is not a perfect/definitive test, but it should be a
decent indicator of how the internet bound traffic looks on the clients
network.
2015-06-17 10:18:58 +02:00
enkore
09dd2b0f0b Update conf.py 2015-06-06 09:36:13 +02:00
David Wahlstrom
b09e213e69 makewatch: remove uneeded modules
psutil is already included (line 25) and getpass is part of the stdlib.
2015-06-06 09:29:21 +02:00
David Wahlstrom
7be136167d makewatch: a module to watch for make (or other long running) jobs
A module that will watch for (by default) make jobs and notify of their
status.  This can be used for other long-running processes by providing
an alternate 'name'.
2015-06-06 09:28:42 +02:00
enkore
f5b52729c1 Update docs/conf.py copyright notice (it's 2015 now) 2015-06-06 00:07:35 +02:00
David Wahlstrom
22dc932e22 dota2wins: fix typo and remove uneeded modules
urllib and json are part of the standard library.
2015-06-05 06:21:21 -07:00
David Wahlstrom
b6c9aa5f3f dota2wins: try to fix urllib.request module 2015-06-04 13:57:46 -07:00
David Wahlstrom
a1a4127eed dota2wins: add screename identifier
Add the ability for a user to define a screenname or for the name to be
dynamically discovered from the API.
2015-06-04 12:47:03 -07:00
David Wahlstrom
d1d3fe332f Dota 2 win rate module
A Dota 2 win/loss module that helps track the win:loss ratio of
recent games.
2015-06-04 10:09:35 -07:00
David Wahlstrom
ba711a745c Use proper module name for mock_modules 2015-06-03 08:01:53 -07:00
David Wahlstrom
8b299233cc Add mock module and additional documentation
This patch updates conf.py's mock_modules to include the required
python-novaclient module to ensure we have green tests.  This patch
also updates the openstack_vms.py description to be more explicit
about it's requirements.
2015-06-03 07:35:28 -07:00
facetoe
23b60fd2b7 Added bs4 2015-01-20 18:01:27 +08:00
facetoe
d18988827f Documented dependency on beautifulsoup4. 2015-01-20 08:29:24 +08:00
enkore
611415c2b9 docs/conf.py 2015-01-19 23:03:45 +01:00
enkore
75a2da8ef8 Update docs/conf.py 2014-12-01 18:39:52 +01:00
enkore
7d88b151e2 https://travis-ci.org/enkore/i3pystatus/builds/37715511 2014-10-12 02:52:50 +02:00
enkore
9841cc65f8 Better. 2014-10-12 02:47:49 +02:00
enkore
d91fc86e51 Looks nicer. 2014-10-12 01:41:23 +02:00
enkore
344ad4647f Moved all docs to sphinx. Nothing changes for module authors. 2014-10-12 01:32:29 +02:00
enkore
1b3db989ed Update conf.py 2014-10-11 13:19:25 +02:00
enkore
57bc764234 Path 2013-10-14 17:59:34 +02:00
enkore
3381959e6b Sphinx 2013-10-14 17:55:41 +02:00