Lines Matching refs:documentation
13 single: documentation; generation
14 single: documentation; online
19 The :mod:`pydoc` module automatically generates documentation from Python
20 modules. The documentation can be presented as pages of text on the console,
23 For modules, classes, functions and methods, the displayed documentation is
31 interactive interpreter, which uses :mod:`pydoc` to generate its documentation
32 as text on the console. The same text documentation can also be viewed from
38 at a shell prompt will display documentation on the :mod:`sys` module, in a
44 Unix), and refers to an existing Python source file, then documentation is
49 In order to find objects and their documentation, :mod:`pydoc` imports the
58 Specifying a ``-w`` flag before the argument will cause HTML documentation
65 module is the first line of its documentation string.
68 that will serve documentation to visiting Web browsers. :program:`pydoc -p 1234`
70 documentation at ``http://localhost:1234/`` in your preferred Web browser.
85 When :program:`pydoc` generates documentation, it uses the current environment