Le Mon, 23 Sep 2013 15:51:27 +0200, Walter Dörwald <[email protected]> a écrit : > On 23.09.13 15:38, Fred Drake wrote: > > > On Mon, Sep 23, 2013 at 7:27 AM, Walter Dörwald > > <[email protected]> wrote: > >> It would be great if the docstring contained a link to the online > >> documentation. > > > > The docstring itself, or the presentation generated by help() ? > > The presentation generated by help(), or the output of IPython's foo? > or foo?? syntax.
Perhaps objects could gain some kind of optional __docurl__ attribute, to avoid cluttering __doc__ with external links. Not sure how that could be auto-generated, though (we certainly don't want to maintain doc links manually). Regards Antoine. _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
