Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2004-12-20 09:15:56
Size: 1362
Editor: limodou
Comment:
Revision 4 as of 2009-12-25 07:19:06
Size: 1418
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
[[TableOfContents]] <<TableOfContents>>
Line 10: Line 10:
 * Cygwin 安装包: [[attachment::setup.exe]]
Line 18: Line 19:
 * epydoc 用来编写程序中的文档。访问:[http://epydoc.sourceforge.net/ epydoc](最新2.1)
 * docutils 用来写一般文档。访问:[http://docutils.sourceforge.net/ docutils](最新0.3.5)
 * epydoc 用来编写程序中的文档。访问:[[http://epydoc.sourceforge.net/|epydoc]](最新2.1)
 * docutils 用来写一般文档。访问:[[http://docutils.sourceforge.net/|docutils]](最新0.3.5)
Line 26: Line 27:
 * 一般文档要求使用reStructure格式编写,参考["reST"]
 * 程序注释文档要求使用epydoc格式来编写,参考[http://epydoc.sourceforge.net/epytext.html epytext]
 * 代码规范参考 [http://wiki.woodpecker.org.cn/moin.cgi/Python_e5_bc_80_e5_8f_91_e7_bc_96_e7_a0_81_e8_a7_84_e8_8c_83?action=highlight&value=%E7%BC%96%E7%A0%81%E8%A7%84%E8%8C%83 Python编码规范] 
 * 一般文档要求使用reStructure格式编写,参考[[reST]]
 * 程序注释文档要求使用epydoc格式来编写,参考[[http://epydoc.sourceforge.net/epytext.html|epytext]]
 * 代码规范参考 [[http://wiki.woodpecker.org.cn/moin.cgi/Python_e5_bc_80_e5_8f_91_e7_bc_96_e7_a0_81_e8_a7_84_e8_8c_83?action=highlight&value=%E7%BC%96%E7%A0%81%E8%A7%84%E8%8C%83|Python编码规范]]
Line 32: Line 33:
-- ZoomQuiet [[[DateTime(2004-12-20T08:04:00Z)]]] -- ZoomQuiet [<<DateTime(2004-12-20T08:04:00Z)>>]

参与者,需要具备的…………

环境及工具

  • python 2.4版
  • Cygwin 安装包: :setup.exe

  • curses环境
  • cvs
    • linux - 自带即可
    • windows - cygwin:http://www.cygwin.com, 带cvs, 因为tigris可以不用ssh,因此只要有cvs即可

    • 其它cvs工具也可以

第三方python包

  • epydoc 用来编写程序中的文档。访问:epydoc(最新2.1)

  • docutils 用来写一般文档。访问:docutils(最新0.3.5)

  • 其它

联系

  • 要求订阅 python.cn 或 google上的邮件列表(已经满足)
  • (可选)拥有自已的blog或wiki,便于发表成果和讨论问题
  • (可选)使用qq,uc,或msn在需要即时或语音讨论时使用

编码要求

  • 一般文档要求使用reStructure格式编写,参考reST

  • 程序注释文档要求使用epydoc格式来编写,参考epytext

  • 代码规范参考 Python编码规范


-- ZoomQuiet [2004-12-20 08:04:00]

CuLibNeed (last edited 2009-12-25 07:19:06 by localhost)