"Pydoc"의 두 판 사이의 차이

(새 문서: ==개요== ;pydoc ;/usr/bin/pydoc <source lang='dos'> [root@jmnote ~]# pydoc -p 1234 pydoc server ready at http://localhost:1234/ </source> ==같이 보기== *Python 설치된 모...)
 
2번째 줄: 2번째 줄:
;pydoc
;pydoc
;/usr/bin/pydoc
;/usr/bin/pydoc
*파이썬 문서 모듈


==웹서버 실행==
*문서를 웹서버로 띄워서 볼 수도 있다.
<source lang='bash'>
pydoc -p 포트번호
</source>
<source lang='dos'>
<source lang='dos'>
[root@jmnote ~]# pydoc -p 1234
[root@jmnote ~]# pydoc -p 1234
10번째 줄: 16번째 줄:
==같이 보기==
==같이 보기==
*[[Python 설치된 모듈 목록]]
*[[Python 설치된 모듈 목록]]
==참고 자료==
*http://pydoc.org/
*https://en.wikipedia.org/wiki/Pydoc


[[분류: Python]]
[[분류: Python]]
[[분류: /usr/bin]]
[[분류: /usr/bin]]

2014년 7월 25일 (금) 00:17 판

1 개요

pydoc
/usr/bin/pydoc
  • 파이썬 문서 모듈

2 웹서버 실행

  • 문서를 웹서버로 띄워서 볼 수도 있다.
pydoc -p 포트번호
[root@jmnote ~]# pydoc -p 1234
pydoc server ready at http://localhost:1234/

3 같이 보기

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}