> To: python-list@python.org
> From: tjre...@udel.edu
> Subject: Re: Screenshots in Sphinx docs
> Date: Mon, 14 Dec 2015 14:01:03 -0500
>
> On 12/14/2015 11:31 AM, Albert-Jan Roskam wrote:
>
> > I'd like to include up-to-date screenshots (of a tkinter app)
&
On 12/14/2015 11:31 AM, Albert-Jan Roskam wrote:
I'd like to include up-to-date screenshots (of a tkinter app)
> into my Sphinx documentation.
If you manually take screenshots with *any* screen grabber and save in
an appropriate format, this is apparently trivial -- use the ..image
directive
Hello,
I'd like to include up-to-date screenshots (of a tkinter app) into my Sphinx
documentation. This looks ok:
https://pypi.python.org/pypi/sphinxcontrib-programscreenshot
BUT I need something that works on Windows (Python 2.7). Can any recommend an
approach? I thought about using PIL:
http: