Re: [Python-authors] Code in books

2014-02-23 Thread Aahz
On Sun, Feb 23, 2014, Varied Thoughts wrote: > > I'm just about to put my first draft into some structure. > It's in markdown-ish. > I'd like to know more about the test scripts used. > > What are people using? My preference is to write in reST and use a custom directive that includes both tex

Re: [Python-authors] Python-authors Digest, Vol 26, Issue 2

2014-02-23 Thread Varied Thoughts
Hi all, I'm just about to put my first draft into some structure. It's in markdown-ish. I'd like to know more about the test scripts used. What are people using? Do you insert code an output into doc during make? Or extract code out of markdown somehow to run and test? Are you inserting the ou