Re: [Python-Dev] Decisions about workflow

2011-04-02 Thread Nick Coghlan
On Sun, Apr 3, 2011 at 1:23 PM, wrote: > This isn't exactly Nick's setup, and I've never used graphviz/dot before, so > I don't yet know how to lay things out, but, here's a first crack at it: > >    http://www.smontanaro.net/hgpython.png >    http://www.smontanaro.net/hgpython.gv I don't think

Re: [Python-Dev] Decisions about workflow

2011-04-02 Thread skip
Skip> I'm going to try to reproduce Nick's setup as he described it. Skip> That would certainly be a whole lot easy for me to understand, Skip> hopefully for others as well. Laura> *DEFINITELY* for me too! Nick> I'll reproduce it in dodgy ASCII art here, but a real diagram

Re: [Python-Dev] Decisions about workflow

2011-04-02 Thread Nick Coghlan
On Sun, Apr 3, 2011 at 4:25 AM, Laura Creighton wrote: > In a message of Sat, 02 Apr 2011 12:56:13 CDT, s...@pobox.com writes: >> >>    Laura> Sphinx lets you embed graphviz. >>    Laura> http://sphinx.pocoo.org/ext/graphviz.html?highlight=image >> >>Cool, thanks.  I'm going to try to reproduce Ni

Re: [Python-Dev] Decisions about workflow

2011-04-02 Thread Laura Creighton
In a message of Sat, 02 Apr 2011 12:56:13 CDT, s...@pobox.com writes: > >Laura> Sphinx lets you embed graphviz. >Laura> http://sphinx.pocoo.org/ext/graphviz.html?highlight=image > >Cool, thanks. I'm going to try to reproduce Nick's setup as he described >it. That would certainly be a whol

Re: [Python-Dev] Decisions about workflow

2011-04-02 Thread skip
Laura> Sphinx lets you embed graphviz. Laura> http://sphinx.pocoo.org/ext/graphviz.html?highlight=image Cool, thanks. I'm going to try to reproduce Nick's setup as he described it. That would certainly be a whole lot easy for me to understand, hopefully for others as well. Skip __

Re: [Python-Dev] Decisions about workflow

2011-04-02 Thread Laura Creighton
In a message of Sat, 02 Apr 2011 10:36:01 CDT, s...@pobox.com writes: >>> =A0 =A0Antoine> Take a look at: >>> =A0 =A0Antoine> http://docs.python.org/devguide/committing.html >>> = > >>> What form should directed graphs be in for inclusion? > >anatoly> Pictures. > >anatoly> B

Re: [Python-Dev] Decisions about workflow

2011-04-02 Thread Nick Coghlan
On Sun, Apr 3, 2011 at 1:36 AM, wrote: > Yeah, I sort of figured that. :-) I meant JPEG? PNG?  ASCII art?  Some sort > of graph notation (like Graphviz)?  MoinMoin .draw notation?  Does ReST > support any sort of embedded images or diagrams? Taking PEP 1 as the precedent, I would suggest going w

Re: [Python-Dev] Decisions about workflow

2011-04-02 Thread skip
>>    Antoine> Take a look at: >>    Antoine> http://docs.python.org/devguide/committing.html >> >> What form should directed graphs be in for inclusion? anatoly> Pictures. anatoly> But so far I haven't seen any Graphviz-like tools in pure Python. anatoly> http://code

Re: [Python-Dev] Decisions about workflow

2011-04-02 Thread anatoly techtonik
On Sat, Mar 26, 2011 at 5:54 PM, wrote: > >    Antoine> Take a look at: >    Antoine> http://docs.python.org/devguide/committing.html > > What form should directed graphs be in for inclusion? Pictures. But so far I haven't seen any Graphviz-like tools in pure Python. http://code.google.com/p/ra

Re: [Python-Dev] Decisions about workflow

2011-03-26 Thread skip
Antoine> Take a look at: Antoine> http://docs.python.org/devguide/committing.html What form should directed graphs be in for inclusion? Thx, Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python

Re: [Python-Dev] Decisions about workflow

2011-03-26 Thread Antoine Pitrou
Hello Facundo, > But maybe some small decisions are already taken, some suggestions > about the best way to do this or that, even if there are others that > are not taken. > > Is this being documented somewhere? Take a look at: http://docs.python.org/devguide/committing.html Regards Antoine.