[dev] Generating documentation

2015-03-31 Thread Lee Verberne
I'd like to improve some of the documentation formatting, but I'm having trouble figure out how to build the apidocs. When I run 'python setup.py apidocs', it appears to be interpreting docs as epytext instead of rst, and so the resulting html looks very different from what's on libcloud.readthedo

Re: [dev] Discussion: changing a function's parameter, backwards compatability

2014-11-26 Thread Lee Verberne
This has come up for me as well in adding support for targetHttpProxies. I like option 1 as well. Option 2 would mean adding a third None-defaulted parameter for targethttpproxy. Option 3 seems crufty. On Wed Nov 19 2014 at 6:39:48 AM Eric Johnson wrote: > Hi folks, > > I'm working on the GCE d

[dev] Adding support for GCE HTTP Load Balancing

2014-08-29 Thread Lee Verberne
Hi all, I thought I'd contribute support for GCE's new HTTP Load Balancing: https://developers.google.com/compute/docs/load-balancing/http/ I'd like to do it in two steps. The first step would be to add support for the L7 load balancer. This seems pretty straightforward since there are already