annotate docs/spec/fv7.tikz @ 628:356d7b319ae8

tightened the inline docs in pyadbmodule.c a first pass at a query implementation in pyadb.py that allows for query parameters to be defined via a class attribute dict, configQuery and an accompanying dict specifying the expected keywords and types. Barely tested, be gentle.
author map01bf
date Wed, 23 Sep 2009 14:38:02 +0000
parents 5a248cedd3e9
children
rev   line source
mas02md@547 1 \foreach \y/\col in {0/60,0.2/20,0.4/40,0.6/10,0.8/10} {
mas02md@547 2 \fill[black!\col!white] ($(-0.1,0)+(0,\y)$) rectangle ($(0.1,0.2)+(0,\y)$);
mas02md@547 3 }