enkore
49eef86561
changelog to PR #223
2015-06-22 20:04:51 +02:00
Lukáš Mandák
794d68fe5d
Added user documentation about bar refreshing.
2015-06-22 13:52:30 +02:00
enkore
29a34d725c
Emacs betrayed me!
2015-06-20 11:01:55 +02:00
enkore
d2b1df2f70
Fix wrong text wrap in changelog
2015-06-20 11:00:18 +02:00
enkore
5e4955b0fb
Changelog
2015-06-20 10:59:21 +02:00
enkore
85566a9897
Typo
2015-06-20 10:48:03 +02:00
enkore
d6a99954f8
Merge pull request #220 from richese/hints
...
Added hints setting to Module.
2015-06-20 10:44:22 +02:00
Lukáš Mandák
b501d22ad9
Moved hints
documentation to Configuration section.
...
Added a few basic examples.
2015-06-19 22:27:16 +02:00
enkore
c4b55e335e
Add testing changes chapter
2015-06-19 13:38:21 +02:00
enkore
7df811b9a1
Add callbacks chapter
2015-06-17 18:11:40 +02:00
enkore
09b158a6e1
anchors
2015-06-17 17:39:20 +02:00
enkore
8ea4bdeb55
Minor formatting change
2015-06-17 16:12:10 +02:00
enkore
74bffab945
Add Logging chapter
2015-06-17 16:05:09 +02:00
enkore
30a330834f
Merge formatting and configuration chapters
2015-06-17 16:05:03 +02:00
enkore
087cec56f0
typo
2015-06-17 15:17:26 +02:00
enkore
9c1ae61c25
Update docs re. credentials
2015-06-17 15:16:40 +02:00
enkore
f5598b8b7c
make setting_util zip_safe and location-independent
2015-06-17 15:10:24 +02:00
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
33c4172ee5
Update module_docs to not manually merge inherited settings
2015-06-06 12:49:25 +02:00
enkore
e41d12079f
Fix missing documentation of inherited settings
2015-06-06 12:37:51 +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
317d96b176
docs
2015-06-06 00:48:45 +02:00
enkore
72f7b3acf1
Update configuration.rst
2015-06-06 00:28:17 +02:00
enkore
0eca656b1b
Update configuration.rst
2015-06-06 00:27:38 +02:00
enkore
508b5a7ada
Update configuration.rst
2015-06-06 00:26:15 +02:00
enkore
45f755d4bb
Update configuration.rst
2015-06-06 00:25:01 +02:00
enkore
12bfbe895b
Python 3 doesn't require that
2015-06-06 00:21:01 +02:00
enkore
5ff2362df3
Update configuration.rst
2015-06-06 00:20:27 +02:00
enkore
f2fa560beb
Update configuration.rst
2015-06-06 00:18:03 +02:00
enkore
c6c719dbe6
Update configuration.rst
2015-06-06 00:17:37 +02:00
enkore
565d93b407
Update configuration.rst
2015-06-06 00:16:38 +02:00
enkore
8c70904018
Update configuration.rst
2015-06-06 00:16:03 +02:00
enkore
f5b52729c1
Update docs/conf.py copyright notice (it's 2015 now)
2015-06-06 00:07:35 +02:00
enkore
4e169b199e
Merge pull request #211 from drwahl/master
...
Dota 2 win rate module
2015-06-05 16:49:26 +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
enkore
8a783004c5
docs: add check_settings_consistency
2015-06-05 13:24:08 +02:00
enkore
dbdf0a731b
Rephrase docs re. MOCK_MODULES
2015-06-05 10:20:14 +02: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
enkore
14ad898f78
Merge pull request #209 from richese/updates
...
Updates module
2015-06-03 20:44:12 +02:00
enkore
f987972c15
Merge pull request #208 from drwahl/openstack_vms
...
Initial commit of openstack_vms.py
2015-06-03 20:44:07 +02: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
enkore
8766d9ed19
Worked on "Creating modules" page
2015-06-03 11:04:37 +02:00
Lukáš Mandák
7d48a00b1e
Updated docs.
2015-06-02 22:49:12 +02:00
enkore
0891a0ef87
That was a little fussy :-)
2015-05-28 01:29:00 +02:00
enkore
19db834aa6
Add fail_on_missing_dependency_hints to automatic module documentation system
2015-05-28 01:26:56 +02:00
enkore
a5bd169fd2
Compiled changelog
2015-05-27 19:38:49 +02:00
facetoe
d61925ab54
Added documentation on adding specific keyrings.
2015-02-22 10:06:44 +08:00
facetoe
c051e01959
Added documentation of keyring feature.
2015-02-14 10:40:58 +08: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
facetoe
a9116fa592
Update docs
2015-01-03 21:53:26 +08:00
enkore
735f244270
3.32
2014-12-14 14:32:38 +01:00
enkore
a92ff456dc
Restructured text ... eh... docs.
...
Moved changelog into docs, since it got really long. Also, have to collect
changes soon and make another release.
2014-12-01 18:51:06 +01:00
enkore
75a2da8ef8
Update docs/conf.py
2014-12-01 18:39:52 +01:00
enkore
1fd3b748a5
...
2014-10-12 16:50:50 +02:00
enkore
d481b62c44
....
2014-10-12 16:27:07 +02:00
enkore
850c0f11dc
Update i3pystatus.rst
2014-10-12 14:37:19 +02:00
enkore
057e29d8a8
Update module_docs.py
2014-10-12 14:29:54 +02:00
enkore
936efdde95
Update configuration.rst
2014-10-12 03:02:15 +02: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
d4319bddc4
Update i3pystatus.core.rst
2014-10-11 13:08:01 +02:00
facetoe
31a6d91b25
Added color module to i3pystatus.rst.
2014-10-11 18:10:33 +08:00
enkore
1bcc38802a
Some stuff about creating modules
2014-05-03 02:09:55 +02:00
enkore
3071e65550
Remove config from docs
2013-10-23 21:35:42 +02:00
enkore
0d93f165b3
Sphinx warning
2013-10-14 18:51:52 +02:00
enkore
57bc764234
Path
2013-10-14 17:59:34 +02:00
enkore
3381959e6b
Sphinx
2013-10-14 17:55:41 +02:00