<s>
Pydoc	B-Protocol
is	O
the	O
standard	O
documentation	O
module	O
for	O
the	O
programming	O
language	O
Python	B-Language
.	O
</s>
<s>
Similar	O
to	O
the	O
functionality	O
of	O
Perldoc	B-Language
within	O
Perl	B-Language
and	O
Javadoc	B-Language
within	O
Java	B-Language
,	O
Pydoc	B-Protocol
allows	O
Python	B-Language
programmers	O
to	O
access	O
Python	B-Language
's	O
documentation	O
help	O
files	O
,	O
generate	O
text	O
and	O
HTML	B-Language
pages	O
with	O
documentation	O
specifics	O
,	O
and	O
find	O
the	O
appropriate	O
module	O
for	O
a	O
particular	O
job	O
.	O
</s>
<s>
Pydoc	B-Protocol
can	O
be	O
accessed	O
from	O
a	O
module-specific	O
GUI	B-Application
,	O
from	O
within	O
the	O
Python	B-Language
interpreter	O
,	O
or	O
from	O
a	O
command	B-Application
line	I-Application
shell	O
.	O
</s>
<s>
Developed	O
by	O
Ka-Ping	O
Yee	O
,	O
it	O
is	O
included	O
by	O
default	O
in	O
all	O
versions	O
of	O
Python	B-Language
since	O
Python	B-Language
2.1	O
and	O
is	O
available	O
for	O
download	O
for	O
1.5.2	O
,	O
1.6	O
,	O
and	O
2.0	O
.	O
</s>
<s>
Pydoc	B-Protocol
is	O
used	O
to	O
extract	O
documentation	O
from	O
the	O
source	O
code	O
itself	O
.	O
</s>
<s>
More	O
comprehensive	O
documentation	O
is	O
generated	O
from	O
external	O
reStructuredText	B-Language
documents	O
using	O
the	O
Sphinx	B-Language
documentation	O
system	O
.	O
</s>
