From 737d095ffc1fa39d53423757f02b3b30b96d85f7 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 14 Aug 2016 01:52:37 +0100 Subject: [PATCH] More docs. --- docs/history.rst | 8 +++++--- econtext/core.py | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/history.rst b/docs/history.rst index 25cfa3df..dea8e2c8 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -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 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 ``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 have long had a preference for avoiding infrastructure work commercially, not least for the inescapable depression induced by considering the wasted effort -across the world caused by universally horrific tooling. This is my tiny -contribution to the solution, I hope you find it useful. +across the world caused by universally horrific tooling. This is my small +contribution to a solution, I hope you find it useful. Future diff --git a/econtext/core.py b/econtext/core.py index 57f2ad16..624c275e 100644 --- a/econtext/core.py +++ b/econtext/core.py @@ -1,7 +1,7 @@ """ 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 -bootstrap code. +non-essential code in order to reduce its size, since it is also serves as the +bootstrap implementation sent to every new slave context. """ import Queue