Re: [Doc-SIG] Python tutorial

2011-04-06 Thread Aahz
On Sun, Apr 03, 2011, Guido Carballo-Guerrero wrote: > > I just start writing a tutorial about Python, and will like to share > it with you guys. It's a project that I just start, so any comment is > very much appreciated: > > http://web.me.com/charras/Python/Welcome.html If you're looking for fee

Re: [Doc-SIG] Python tutorial

2011-04-06 Thread Robert Lehmann
Hi Guido, have you had a look at the official tutorial [1]_ and the Using Python [2]_ guides? If so, what did you find particularly lacking about them? We are always open for suggestions and happy to improve! (I'm keeping this on-list purposefully for these questions; we usually discuss the *P

[Doc-SIG] Python tutorial

2011-04-04 Thread Guido Carballo-Guerrero
I just start writing a tutorial about Python, and will like to share it with you guys. It's a project that I just start, so any comment is very much appreciated: http://web.me.com/charras/Python/Welcome.html Guido Carballo ___ Doc-SIG maillist - Doc

Re: [Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread Fredrik Lundh
Martin Blais wrote: > > javadoc's > > > > [EMAIL PROTECTED] os.popen} > > > > is even shorter. > > > > hmm. maybe a combination of rest/html/whatever and pythondoc markup > > would be the ultimate tool for the library reference... > > <* heavy clapping sound of my footsteps while running away

Re: [Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread Martin Blais
On 12/22/05, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > Fred L. Drake, Jr. wrote: > > > Whether :function:`os.popen()` is any uglier than \function{os.popen()} is > > largely a matter of what you're used to. I will note that the LaTeX version > > is one character shorter. :-) > > javadoc's > >

Re: [Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread Fredrik Lundh
Fred L. Drake, Jr. wrote: > Whether :function:`os.popen()` is any uglier than \function{os.popen()} is > largely a matter of what you're used to. I will note that the LaTeX version > is one character shorter. :-) javadoc's [EMAIL PROTECTED] os.popen} is even shorter. hmm. maybe a combin

Re: [Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread Laura Creighton
Is there a list somewhere of exactly what it is that would need to be added to ReST in order to support writing Python documentation in ReST? Laura ___ Doc-SIG maillist - Doc-SIG@python.org http://mail.python.org/mailman/listinfo/doc-sig

Re: [Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread Martin Blais
On 12/22/05, Fred L. Drake, Jr. <[EMAIL PROTECTED]> wrote: > On Thursday 22 December 2005 10:47, Martin Blais wrote: > > Well, be disappointed. > > It does not currently, and most likely won't. > > Yes and no. > > Docutils provides support for creating new directives ("dot-dot things") and > inte

Re: [Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread Fred L. Drake, Jr.
On Thursday 22 December 2005 10:47, Martin Blais wrote: > Well, be disappointed. > It does not currently, and most likely won't. Yes and no. Docutils provides support for creating new directives ("dot-dot things") and interpreted text roles (":colon: things"). These would go a long way to do

Re: [Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread Fred L. Drake, Jr.
On Thursday 22 December 2005 09:57, Aahz wrote: > Submit in reST or plain-text and someone will do any necessary > conversions. Really, don't worry about it, Just Do It. For the record, I've assigned Fuzzyman's issue to myself, but we should make it easier for other Python project members to r

Re: [Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread Fred L. Drake, Jr.
On Thursday 22 December 2005 10:06, Martin Blais wrote: > Convert it to LaTeX (it's easy) and submit it. Or just submit as ReST, and request conversion. I like spending my time in XEmacs. :-) > The LaTeX input format using the macros from the python docs is very > simple. Converting your d

Re: [Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread Michael Foord
A.M. Kuchling wrote: > On Thu, Dec 22, 2005 at 10:06:48AM -0500, Martin Blais wrote: > >>Your tutorial is great. Read it a while ago. Would love to see it >>along the other tutorials or even in the library docs for the module >>(as the urllib2 docs are a bit thin on explanations). > > > There'

Re: [Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread A.M. Kuchling
On Thu, Dec 22, 2005 at 10:06:48AM -0500, Martin Blais wrote: > Your tutorial is great. Read it a while ago. Would love to see it > along the other tutorials or even in the library docs for the module > (as the urllib2 docs are a bit thin on explanations). There's also the Doc/howto directory.

Re: [Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread Martin Blais
> >>By the way my vote is -1 on moving to html as the standard markup format > >>and +1 on working on docutils to turn that into an usable input format. > >>Additionally - having a wiki version, or a version that accepts user > >>commentary would be a very useful way of gathering additional > >>inf

Re: [Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread Michael Foord
Martin Blais wrote: > On 12/22/05, Michael Foord <[EMAIL PROTECTED]> wrote: > >>By the way (and in the vain (sic) of shameless self-promotion...) there >>was a suggestion on Dobbs Python-URL that the inclusion of some of my >>material on urllib2 would be welcome in the tutorial. >> >>http://groups

Re: [Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread Martin Blais
On 12/22/05, Michael Foord <[EMAIL PROTECTED]> wrote: > By the way (and in the vain (sic) of shameless self-promotion...) there > was a suggestion on Dobbs Python-URL that the inclusion of some of my > material on urllib2 would be welcome in the tutorial. > > http://groups.google.com/group/comp.lan

Re: [Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread Aahz
On Thu, Dec 22, 2005, Michael Foord wrote: > > Is reST acceptable for *someone* to add this material - and if so, what > should I do about it ? Submit in reST or plain-text and someone will do any necessary conversions. Really, don't worry about it, Just Do It. -- Aahz ([EMAIL PROTECTED])

Re: [Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread Fredrik Lundh
Michael Foord wrote: > By the way my vote is -1 on moving to html as the standard markup format > and +1 on working on docutils to turn that into an usable input format. so how to you plan to achieve the required level of semantic markup in ReST?

Re: [Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread Michael Foord
Michael Foord wrote: > By the way (and in the vain (sic) of shameless self-promotion...) there > was a suggestion on Dobbs Python-URL that the inclusion of some of my > material on urllib2 would be welcome in the tutorial. > > http://groups.google.com/group/comp.lang.python/browse_frm/thread/1d528

[Doc-SIG] Python Tutorial - urllib2

2005-12-22 Thread Michael Foord
By the way (and in the vain (sic) of shameless self-promotion...) there was a suggestion on Dobbs Python-URL that the inclusion of some of my material on urllib2 would be welcome in the tutorial. http://groups.google.com/group/comp.lang.python/browse_frm/thread/1d52898f07b7dfcd/d015de23ad6818fa M