[web2py] proposal for online documentation

2010-02-05 Thread mdipierro
I got a private email from David and we have an idea:

1) organize a wiki with the same table of content as the book. Each
page will have an errata and a a faq. It will include some parts of
the book (when possible) and link the scribd book chapters when not
possible.

2) integrate the above with a small web2py app that turns web2py
docstrings into wiki pages. When users edit the wiki, the docstrings
get updated, and I get a patch.

What do people think?

Massimo

-- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.



Re: [web2py] proposal for online documentation

2010-02-05 Thread tiago almeida
Hi!

1) Great idea.

2) Wouldn't the docstrings get immensely complex for someone actually
reading/mantaining the code? Maybe a Sphinx approach to code documentation
would be better.

Best regards,
Tiago

On Fri, Feb 5, 2010 at 4:11 PM, mdipierro mdipie...@cs.depaul.edu wrote:

 I got a private email from David and we have an idea:

 1) organize a wiki with the same table of content as the book. Each
 page will have an errata and a a faq. It will include some parts of
 the book (when possible) and link the scribd book chapters when not
 possible.

 2) integrate the above with a small web2py app that turns web2py
 docstrings into wiki pages. When users edit the wiki, the docstrings
 get updated, and I get a patch.

 What do people think?

 Massimo

 --
 You received this message because you are subscribed to the Google Groups
 web2py-users group.
 To post to this group, send email to web...@googlegroups.com.
 To unsubscribe from this group, send email to
 web2py+unsubscr...@googlegroups.comweb2py%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/web2py?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.



Re: [web2py] proposal for online documentation

2010-02-05 Thread Jonathan Lundell
On Feb 5, 2010, at 8:11 AM, mdipierro wrote:

 I got a private email from David and we have an idea:
 
 1) organize a wiki with the same table of content as the book. Each
 page will have an errata and a a faq.

I'd been thinking of that myself (so it must be a good idea!).

 It will include some parts of
 the book (when possible) and link the scribd book chapters when not
 possible.

Perhaps each wiki page could always link to the appropriate chapter/section, so 
it's always available for reference.

 
 2) integrate the above with a small web2py app that turns web2py
 docstrings into wiki pages. When users edit the wiki, the docstrings
 get updated, and I get a patch.

Interesting thought. I'm slightly skeptical (about editing docstrings outside 
the context of the source code itself, and about doctests), but at the very 
least the underlying goal is great: a way to quickly edit docstrings without 
going through a formal patch process.

 
 What do people think?


-- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.



Re: [web2py] proposal for online documentation

2010-02-05 Thread Zoom.Quiet
On Sat, Feb 6, 2010 at 00:26, tiago almeida tiago.b.alme...@gmail.com wrote:
 Hi!

 1) Great idea.

great +1

 2) Wouldn't the docstrings get immensely complex for someone actually
 reading/mantaining the code? Maybe a Sphinx approach to code documentation
 would be better.


when collection ebough doc in wiki,
and, understand who to make book in Sohinx though web2py ,
we can move in...
such as :关于本书的编写 ― 用Python做科学计算
http://hyry.dip.jp/pydoc/pydoc_write_tools.html
custom sphinx plugin comment action ...

 Best regards,
 Tiago

 On Fri, Feb 5, 2010 at 4:11 PM, mdipierro mdipie...@cs.depaul.edu wrote:

 I got a private email from David and we have an idea:

 1) organize a wiki with the same table of content as the book. Each
 page will have an errata and a a faq. It will include some parts of
 the book (when possible) and link the scribd book chapters when not
 possible.

 2) integrate the above with a small web2py app that turns web2py
 docstrings into wiki pages. When users edit the wiki, the docstrings
 get updated, and I get a patch.

 What do people think?

 Massimo

 --
 You received this message because you are subscribed to the Google Groups
 web2py-users group.
 To post to this group, send email to web...@googlegroups.com.
 To unsubscribe from this group, send email to
 web2py+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/web2py?hl=en.


 --
 You received this message because you are subscribed to the Google Groups
 web2py-users group.
 To post to this group, send email to web...@googlegroups.com.
 To unsubscribe from this group, send email to
 web2py+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/web2py?hl=en.




-- 
http://zoomquiet.org 人生苦短? Pythonic!
一个人如果力求完善自己,就会看到:为此也必须同时完善他人. 一个人如果不关心别人的完善,自己便不可能完善!

-- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.



Re: [web2py] proposal for online documentation

2010-02-05 Thread Jason Brower
I also agree, then we create a dynamic and growing collection of
documentation and when I need the information from the book I can get it
there as well.  Very fun idea indeed.
BR,
J
On Fri, 2010-02-05 at 08:11 -0800, mdipierro wrote: 
 I got a private email from David and we have an idea:
 
 1) organize a wiki with the same table of content as the book. Each
 page will have an errata and a a faq. It will include some parts of
 the book (when possible) and link the scribd book chapters when not
 possible.
 
 2) integrate the above with a small web2py app that turns web2py
 docstrings into wiki pages. When users edit the wiki, the docstrings
 get updated, and I get a patch.
 
 What do people think?
 
 Massimo
 


-- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.