Re: [matplotlib-devel] "cached" member of Text class appearing in docs

2013-09-16 Thread Michael Droettboom
Wow. It definitely should be private, or at the very least excluded from the docs, through whatever mechanism Sphinx gives us. I really hope no one is using that as a public API -- I think it's ok to just privatize this post haste without a deprecation period. Mike On 09/16/2013 12:39 PM, B

[matplotlib-devel] "cached" member of Text class appearing in docs

2013-09-16 Thread Benjamin Root
While looking up some information, I came across this hideousness: http://matplotlib.org/api/artist_api.html?highlight=text#matplotlib.text.Text.cached Why is this member made public? I would have thought it should be "private"?

[matplotlib-devel] Autogenerated docstrings, pyplot, and Windows code completion

2013-09-16 Thread Paul Hobson
Hey folks, While I'm primarily a Vim/Sublime Text kind of guy, my employer provides me with a Windows machine with Visual Studio and whatnot. So I've been giving PTVS a shot (https://pytools.codeplex.com/). Seems perfectly nice so far. But the point is that I just wanted the dev team to know that