目录前言一、文档字符串(Docstring)基本语法多行文档字符串常用文档字符串格式二、使用help()函数查看文档三、文档生成工具Sphinxpdoc四、文档托管Read the Docsgithub Pages五、最佳实践结语前言
I like creating named branches in Mercurial to deal with features that might take a while to code, so when I push I do a hg push -r default to ensure I\'m only pushing changes to the default branch. H