You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/docs
David Wilson 4d940f08ae importer: drop redundant prefix from pkg_present
For the 52 submodules of ansible.modules.system, this produced a 1602
byte pkg_present list. After stripping it becomes 406 bytes, and the
entire LOAD_MODULE size drops from 1988 bytes to 792 bytes (-60%).

For the 68 submodules of ansible.module_utils, 1902 bytes pkg_present
becomes 474 bytes (-75%), and LOAD_MODULE size drops from 2867 bytes to
1439 bytes (-49%).

In a simple test running Ansible's "setup" module followed by its "apt"
module, wire bytes sent drops from 140,357 to 135,531 (-3.4%).
7 years ago
..
_static docs: more getting started guide 7 years ago
_templates Initial commit. 7 years ago
images docs: way more appropriate image 7 years ago
Makefile docs: sphinx-autobuild default target. 7 years ago
api.rst master: Select.all() sugar 7 years ago
conf.py docs: Use sphinx-programoutput plugin for preamble_size.py 7 years ago
docs-requirements.txt docs: Use sphinx-programoutput plugin for preamble_size.py 7 years ago
examples.rst docs: fix typo 7 years ago
getting_started.rst docs: Fix out of date get_data() snippets 7 years ago
howitworks.rst Latch v2: combined queue + one self-pipe-per-thread 7 years ago
index.rst docs: fix Select() example for new style API. 7 years ago
internals.rst importer: drop redundant prefix from pkg_present 7 years ago
shame.rst docs: Fix function name. 7 years ago
toc.rst Reorder table of contents. 7 years ago