2007-02-11 04:29:03 +08:00
|
|
|
|
2007-02-11 21:31:24 +08:00
|
|
|
* get konqueror to display indents in source code better?
|
|
|
|
(currently it doesn't look like more than a single space)
|
|
|
|
|
2007-02-11 19:14:44 +08:00
|
|
|
* source page headers should read:
|
2007-02-11 04:29:03 +08:00
|
|
|
|
2007-02-11 19:14:44 +08:00
|
|
|
py/apigen sources [rev XXX]
|
2007-02-11 10:04:36 +08:00
|
|
|
|
2007-02-11 04:29:03 +08:00
|
|
|
* function view:
|
|
|
|
|
|
|
|
def __init__(self, rawcode):
|
|
|
|
docstring-in-grey-and-not-in-a-box
|
|
|
|
|
|
|
|
and the "show/hide funcinfo" link could be underyling
|
|
|
|
the full "def __init__(self, rawcode)" or be a link right after
|
|
|
|
(or maybe before) it.
|
|
|
|
|
|
|
|
goal: consume less vertical space and have the functions
|
|
|
|
be "sticking" out (the show/hide info link IMO disrupts this
|
|
|
|
and it's not visually clear it belongs to the function above it)
|
|
|
|
|
2007-02-11 10:04:36 +08:00
|
|
|
DONE, but please review if you like it like this...
|
2007-02-11 19:14:44 +08:00
|
|
|
|
|
|
|
XXX it's nice but can you keep the docstring visible when
|
|
|
|
more information is displayed/toggled?
|
2007-02-11 10:04:36 +08:00
|
|
|
|
2007-02-11 04:29:03 +08:00
|
|
|
* allow for flexibility regarding linking from
|
|
|
|
py/doc/*.txt documents to apigen with respect
|
|
|
|
to where apigen/ docs are located.
|
2007-02-11 10:04:36 +08:00
|
|
|
|
|
|
|
LATER, as discussed
|
|
|
|
|