More docs.

pull/35/head
David Wilson 9 years ago
parent 753544c104
commit 737d095ffc

@ -31,7 +31,9 @@ LAN feel like I were configuring a host on Mars. Poking through what Ansible
was doing, I was shocked to discover it writing temporary files everywhere, and was doing, I was shocked to discover it writing temporary files everywhere, and
uploading a 56KiB zip file apparently for every playbook step. uploading a 56KiB zip file apparently for every playbook step.
.. image:: _static/wtf.gif .. figure:: _static/wtf.gif
All contemporary Devops tooling
Searching around for something to play with, I came across my forgotten Searching around for something to play with, I came across my forgotten
``src/econtext`` directory and somehow in a few hours managed to squash most of ``src/econtext`` directory and somehow in a few hours managed to squash most of
@ -44,8 +46,8 @@ So there you have it. As of writing :py:mod:`econtext.core` consists of 550
source lines, and those 550 lines have taken me almost a decade to write. I source lines, and those 550 lines have taken me almost a decade to write. I
have long had a preference for avoiding infrastructure work commercially, not have long had a preference for avoiding infrastructure work commercially, not
least for the inescapable depression induced by considering the wasted effort least for the inescapable depression induced by considering the wasted effort
across the world caused by universally horrific tooling. This is my tiny across the world caused by universally horrific tooling. This is my small
contribution to the solution, I hope you find it useful. contribution to a solution, I hope you find it useful.
Future Future

@ -1,7 +1,7 @@
""" """
This module implements most package functionality, but remains separate from This module implements most package functionality, but remains separate from
non-essential code in order to reduce its size, as it is also implements the non-essential code in order to reduce its size, since it is also serves as the
bootstrap code. bootstrap implementation sent to every new slave context.
""" """
import Queue import Queue

Loading…
Cancel
Save