47 lines
1.4 KiB
Plaintext
47 lines
1.4 KiB
Plaintext
|
|
* source page headers should read:
|
|
|
|
py/apigen sources [rev XXX]
|
|
|
|
DONE (XXX: i don't see it as done, are you sure?
|
|
|
|
* and "namespace" pages:
|
|
|
|
builtin namespace index [rev XXX]
|
|
|
|
DONE, except they're now called 'index of <dotted_name> [rev. XXX]'
|
|
(XXX: strange, i also don't see this, am i doing something wrong?)
|
|
|
|
* get konqueror to display indents in source code better?
|
|
(currently it doesn't look like more than a single space)
|
|
|
|
* 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)
|
|
|
|
DONE, but please review if you like it like this...
|
|
|
|
XXX it's nice but can you keep the docstring visible when
|
|
more information is displayed/toggled?
|
|
|
|
DONE too
|
|
|
|
* linking from docs to apigen and back:
|
|
|
|
XXX holger thinks that apigen needs a doc_relpath
|
|
(symettric to py/doc/conftest needing a apigen_relpath)
|
|
if you can't find a way to provide this as a command line param,
|
|
then we probably need to hardcode it.
|
|
note that both relpath's are related to how we map docs and
|
|
apigen into the URL namespace.
|
|
|