[web2py] Re: doc2py - php.net like python module documentation

2010-08-27 Thread Timmie
Hello, have a look at the Sphinx web app from this years GSoC: http://gsoc.jacobmason.us/demo/contents Done by jacob Mason (http://gsoc.jacobmason.us/blog/?cat=3). This is a good opportunity to make web2py docs commenatble online.

[web2py] Re: doc2py - php.net like python module documentation

2010-08-27 Thread mdipierro
Actually, the plan was to make the docs editable online but move from reST to MARKMIN and use our own software. On Aug 27, 9:38 am, Timmie timmichel...@gmx-topmail.de wrote: Hello, have a look at the Sphinx web app from this years GSoC: http://gsoc.jacobmason.us/demo/contents Done by jacob

[web2py] Re: doc2py - php.net like python module documentation

2010-08-11 Thread selecta
On Aug 10, 2:34 pm, Martin.Mulone mulone.mar...@gmail.com wrote: All seem to working fine for me, in some titles you have gray background and gray titles. Do you mean the section headers like SOURCE CODE and TAGS These are intentionally dark grey on light grey, if this is still not readable I

[web2py] Re: doc2py - php.net like python module documentation

2010-08-11 Thread Martin.Mulone
On 11 ago, 06:31, selecta gr...@delarue-berlin.de wrote: On Aug 10, 2:34 pm, Martin.Mulone mulone.mar...@gmail.com wrote: All seem to working fine for me, in some titles you have gray background and gray titles. Do you mean the section headers like SOURCE CODE and TAGS These are

[web2py] Re: doc2py - php.net like python module documentation

2010-08-11 Thread selecta
new feature: parsing of docstrings strings as examples (searches for any occurrence of ) Yes, make more darker and lighter the other. made the headers a bit darker

Re: [web2py] Re: doc2py - php.net like python module documentation

2010-08-11 Thread Bruno Rocha
Is there any way to copy a *permalink* to a function? e.g : http://semanticsbml.org/doc2py/default/index/gluon/contrib/login_methods/email_auth 2010/8/11 selecta gr...@delarue-berlin.de new feature: parsing of docstrings strings as examples (searches for any occurrence of ) Yes, make

[web2py] Re: doc2py - php.net like python module documentation

2010-08-11 Thread selecta
i am currently working on that, i will report back when it is done :) On Aug 11, 3:31 pm, Bruno Rocha rochacbr...@gmail.com wrote: Is there any way to copy a *permalink* to a function? e.g :http://semanticsbml.org/doc2py/default/index/gluon/contrib/login_meth... 2010/8/11 selecta

[web2py] Re: doc2py - php.net like python module documentation

2010-08-11 Thread selecta
the module/class/function name in the top now contains a permlink to itself e.g. http://semanticsbml.org/doc2py/default/s/gluon.validators.IS_EQUAL_TO On Aug 11, 4:35 pm, selecta gr...@delarue-berlin.de wrote: i am currently working on that, i will report back when it is done :) On Aug 11,

Re: [web2py] Re: doc2py - php.net like python module documentation

2010-08-11 Thread Jonathan Lundell
A minor suggestion: when an arg default is [] or {}, it would enhance readability to stick a space in there. Or set it in a monospace font. (I can't say I'm a big fan of Andale Mono, though.)

[web2py] Re: doc2py - php.net like python module documentation

2010-08-11 Thread selecta
A minor suggestion: when an arg default is [] or {}, it would enhance readability to stick a space in there. Or set it in a monospace font. (I can't say I'm a big fan of Andale Mono, though.) changed both columns to plain monospace font

[web2py] Re: doc2py - php.net like python module documentation

2010-08-11 Thread selecta
btw, when playing around with doc2py I noticed that you can access things like http://semanticsbml.org/doc2py/default/s/scipy.sparse and other libs that are installed on that server however standard libs like sys and os do not work ... On Aug 12, 12:44 am, selecta gr...@delarue-berlin.de wrote:

[web2py] Re: doc2py - php.net like python module documentation

2010-08-10 Thread selecta
new features: rpx login tagging minimal comments (this will be improved when I find out how to get the markmin editor working for the comments) On Aug 9, 11:10 am, selecta gr...@delarue-berlin.de wrote: default color is now black the expanding of the tree is a bug caused by the async jquery

[web2py] Re: doc2py - php.net like python module documentation

2010-08-10 Thread Martin.Mulone
All seem to working fine for me, in some titles you have gray background and gray titles. I am on online version. There is a minimal bug when you expand, seem that collapsing and then expand, perhaps some waiting text or some that say i am loading the element in the three On Aug 10, 8:05 am,

[web2py] Re: doc2py - php.net like python module documentation

2010-08-09 Thread selecta
default color is now black the expanding of the tree is a bug caused by the async jquery treeview widget the objects that can be expandable do have a plus sign and are expandable, however on clicking on the plus the requested object is loaded and may not contain expandable information thus the

[web2py] Re: doc2py - php.net like python module documentation

2010-08-06 Thread selecta
Yes sorry i just tested in opera 10.60 which has a very fast javascrip engine. The problem is that I expose the whole tree from modules to instance methods and variables at once and render it with jquery treeview. This is most likely too much for other browsers than the latest opera or chrome. I

[web2py] Re: doc2py - php.net like python module documentation

2010-08-06 Thread selecta
fixed both requests :) now loads the tree async and the headers are readable also improved displaying of doc for objects of type type On Aug 6, 9:29 am, selecta gr...@delarue-berlin.de wrote: Yes sorry i just tested in opera 10.60 which has a very fast javascrip engine. The problem is that I

Re: [web2py] Re: doc2py - php.net like python module documentation

2010-08-06 Thread Phyo Arkar
I like your app a few things bugging it. - All the text are wayy too light , cannot read at all. Whiet on black will be most assessible. - Sometimes Tree view close after expanded On 8/6/10, selecta gr...@delarue-berlin.de wrote: fixed both requests :) now loads the tree async and the headers

[web2py] Re: doc2py - php.net like python module documentation

2010-08-05 Thread selecta
here is a online test version where you can also browse the gluon source code http://semanticsbml.org/doc2py new features: source code view parsing of epydoc for function headers ... and as I said before if you are interested in developing this app with me, drop a line here On Jul 15, 10:55 pm,

[web2py] Re: doc2py - php.net like python module documentation

2010-08-05 Thread mdipierro
seems to crash my browser. :-( On Aug 5, 9:36 am, selecta gr...@delarue-berlin.de wrote: here is a online test version where you can also browse the gluon source codehttp://semanticsbml.org/doc2py new features: source code view parsing of epydoc for function headers ... and as I said

[web2py] Re: doc2py - php.net like python module documentation

2010-08-05 Thread mikech
Works on mine but the section headings are very light. On Aug 5, 9:47 am, mdipierro mdipie...@cs.depaul.edu wrote: seems to crash my browser. :-( On Aug 5, 9:36 am, selecta gr...@delarue-berlin.de wrote: here is a online test version where you can also browse the gluon source

[web2py] Re: doc2py - php.net like python module documentation

2010-08-05 Thread mdipierro
It broke mine when I tried change the dropbox to gluon. On Aug 5, 12:46 pm, mikech mp.ch...@gmail.com wrote: Works on mine but the section headings are very light. On Aug 5, 9:47 am, mdipierro mdipie...@cs.depaul.edu wrote: seems to crash my browser. :-( On Aug 5, 9:36 am, selecta

[web2py] Re: doc2py - php.net like python module documentation

2010-07-15 Thread mdipierro
Thank you! I will take a look. On 15 Lug, 11:02, selecta gr...@delarue-berlin.de wrote: Since I like the idea of having a php.net like documentation application I took some time and created a basic application that may kick-start the development of a web2py app that is just that. So far only