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