|
35 | 35 | * [Pull Request](http://github.phodal.com/#pull-request)
|
36 | 36 | * [我的第一个PR](http://github.phodal.com/#我的第一个pr)
|
37 | 37 | * [CLA](http://github.phodal.com/#cla)
|
38 |
| -* [创建项目文档](http://github.phodal.com/#创建项目文档) |
39 |
| - * [README](http://github.phodal.com/#readme) |
40 |
| - * [在线文档](http://github.phodal.com/#在线文档) |
41 |
| - * [可用示例](http://github.phodal.com/#可用示例) |
42 | 38 | * [构建GitHub项目](http://github.phodal.com/#构建github项目)
|
43 | 39 | * [如何用好GitHub](http://github.phodal.com/#如何用好github)
|
44 | 40 | * [敏捷软件开发](http://github.phodal.com/#敏捷软件开发)
|
|
54 | 50 | * [代码质量与重构](http://github.phodal.com/#代码质量与重构)
|
55 | 51 | * [Code Climate](http://github.phodal.com/#code-climate)
|
56 | 52 | * [代码的坏味道](http://github.phodal.com/#代码的坏味道)
|
57 |
| -* [改善 GitHub 项目代码质量:测试](http://github.phodal.com/#改善-github-项目代码质量测试) |
58 |
| - * [TDD](http://github.phodal.com/#tdd) |
59 |
| - * [一次测试驱动开发](http://github.phodal.com/#一次测试驱动开发) |
60 |
| - * [说说TDD](http://github.phodal.com/#说说tdd) |
61 |
| - * [TDD思考](http://github.phodal.com/#tdd思考) |
62 |
| - * [功能测试](http://github.phodal.com/#功能测试) |
63 |
| - * [轻量级网站测试TWill](http://github.phodal.com/#轻量级网站测试twill) |
64 |
| - * [Twill 登陆测试](http://github.phodal.com/#twill-登陆测试) |
65 |
| - * [Twill 测试脚本](http://github.phodal.com/#twill-测试脚本) |
66 |
| - * [Fake Server](http://github.phodal.com/#fake-server) |
| 53 | +* [Git 提交信息及几种不同的规范](http://github.phodal.com/#git-提交信息及几种不同的规范) |
| 54 | + * [工作写法](http://github.phodal.com/#工作写法) |
| 55 | + * [常规写法](http://github.phodal.com/#常规写法) |
| 56 | + * [开源应用、开源库写法](http://github.phodal.com/#开源应用开源库写法) |
| 57 | +* [创建项目文档](http://github.phodal.com/#创建项目文档) |
| 58 | + * [README](http://github.phodal.com/#readme) |
| 59 | + * [在线文档](http://github.phodal.com/#在线文档) |
| 60 | + * [可用示例](http://github.phodal.com/#可用示例) |
67 | 61 | * [改善 GitHub 项目代码质量:重构](http://github.phodal.com/#改善-github-项目代码质量重构)
|
68 | 62 | * [为什么重构?](http://github.phodal.com/#为什么重构)
|
69 | 63 | * [重构uMarkdown](http://github.phodal.com/#重构umarkdown)
|
|
74 | 68 | * [Inline Method](http://github.phodal.com/#inline-method)
|
75 | 69 | * [Pull Members Up](http://github.phodal.com/#pull-members-up)
|
76 | 70 | * [重构之以查询取代临时变量](http://github.phodal.com/#重构之以查询取代临时变量)
|
| 71 | +* [改善 GitHub 项目代码质量:测试](http://github.phodal.com/#改善-github-项目代码质量测试) |
| 72 | + * [TDD](http://github.phodal.com/#tdd) |
| 73 | + * [一次测试驱动开发](http://github.phodal.com/#一次测试驱动开发) |
| 74 | + * [说说TDD](http://github.phodal.com/#说说tdd) |
| 75 | + * [TDD思考](http://github.phodal.com/#tdd思考) |
| 76 | + * [功能测试](http://github.phodal.com/#功能测试) |
| 77 | + * [轻量级网站测试TWill](http://github.phodal.com/#轻量级网站测试twill) |
| 78 | + * [Twill 登陆测试](http://github.phodal.com/#twill-登陆测试) |
| 79 | + * [Twill 测试脚本](http://github.phodal.com/#twill-测试脚本) |
| 80 | + * [Fake Server](http://github.phodal.com/#fake-server) |
77 | 81 | * [如何推广](http://github.phodal.com/#如何推广)
|
78 | 82 | * [Marketing First](http://github.phodal.com/#marketing-first)
|
79 |
| - * [编写 README](http://github.phodal.com/#编写-readme) |
| 83 | + * [编写一个好的 README](http://github.phodal.com/#编写一个好的-readme) |
80 | 84 | * [这个项目做什么——一句话文案](http://github.phodal.com/#这个项目做什么一句话文案)
|
81 | 85 | * [它解决了什么问题](http://github.phodal.com/#它解决了什么问题)
|
82 | 86 | * [它有什么特性](http://github.phodal.com/#它有什么特性)
|
83 |
| - * [hello, world 示例](http://github.phodal.com/#hello-world-示例) |
84 |
| - * [技术文档——手把手教会别人](http://github.phodal.com/#技术文档手把手教会别人) |
85 |
| - * [示例程序](http://github.phodal.com/#示例程序) |
86 |
| - * [吸引贡献者](http://github.phodal.com/#吸引贡献者) |
| 87 | + * [安装及hello, world 示例](http://github.phodal.com/#安装及hello-world-示例) |
| 88 | + * [技术文档](http://github.phodal.com/#技术文档) |
| 89 | + * [技术文档](http://github.phodal.com/#技术文档-1) |
| 90 | + * [更多的示例程序](http://github.phodal.com/#更多的示例程序) |
| 91 | + * [编写技术文章、书籍](http://github.phodal.com/#编写技术文章书籍) |
| 92 | + * [鼓励、吸引贡献者](http://github.phodal.com/#鼓励吸引贡献者) |
87 | 93 | * [开源项目维护](http://github.phodal.com/#开源项目维护)
|
88 |
| -* [如何以“正确的姿势”阅读开源软件代码](http://github.phodal.com/#如何以正确的姿势阅读开源软件代码) |
89 |
| - * [阅读过程](http://github.phodal.com/#阅读过程) |
90 |
| - * [示例](http://github.phodal.com/#示例) |
| 94 | + * [Release](http://github.phodal.com/#release) |
| 95 | +* [Git 工具推荐](http://github.phodal.com/#git-工具推荐) |
| 96 | +* [GitHub用户分析](http://github.phodal.com/#github用户分析) |
| 97 | + * [生成图表](http://github.phodal.com/#生成图表) |
| 98 | + * [数据解析](http://github.phodal.com/#数据解析) |
| 99 | + * [Matplotlib](http://github.phodal.com/#matplotlib) |
| 100 | + * [每周分析](http://github.phodal.com/#每周分析) |
| 101 | + * [python github 每周情况分析](http://github.phodal.com/#python-github-每周情况分析) |
| 102 | + * [Python 数据分析](http://github.phodal.com/#python-数据分析) |
| 103 | + * [Python Matplotlib图表](http://github.phodal.com/#python-matplotlib图表) |
| 104 | + * [存储到数据库中](http://github.phodal.com/#存储到数据库中) |
| 105 | + * [SQLite3](http://github.phodal.com/#sqlite3) |
| 106 | + * [数据导入](http://github.phodal.com/#数据导入) |
| 107 | + * [Redis](http://github.phodal.com/#redis) |
| 108 | + * [邻近算法与相似用户](http://github.phodal.com/#邻近算法与相似用户) |
91 | 109 | * [如何在GitHub“寻找灵感(fork)”](http://github.phodal.com/#如何在github寻找灵感fork)
|
92 | 110 | * [Lettuce构建过程](http://github.phodal.com/#lettuce构建过程)
|
93 | 111 | * [需求](http://github.phodal.com/#需求)
|
94 | 112 | * [计划](http://github.phodal.com/#计划)
|
95 | 113 | * [实现第一个需求](http://github.phodal.com/#实现第一个需求)
|
96 | 114 | * [实现第二个需求](http://github.phodal.com/#实现第二个需求)
|
| 115 | +* [如何以“正确的姿势”阅读开源软件代码](http://github.phodal.com/#如何以正确的姿势阅读开源软件代码) |
| 116 | + * [阅读过程](http://github.phodal.com/#阅读过程) |
| 117 | + * [示例](http://github.phodal.com/#示例) |
97 | 118 | * [GitHub连击](http://github.phodal.com/#github连击)
|
98 | 119 | * [100天](http://github.phodal.com/#天)
|
99 | 120 | * [40天的提升](http://github.phodal.com/#天的提升)
|
|
121 | 142 | * [写在GitHub 的第 19999 个 star 时](http://github.phodal.com/#写在github-的第-19999-个-star-时)
|
122 | 143 | * [从创建开源框架说起](http://github.phodal.com/#从创建开源框架说起)
|
123 | 144 | * [下一个开源项目](http://github.phodal.com/#下一个开源项目)
|
124 |
| -* [GitHub用户分析](http://github.phodal.com/#github用户分析) |
125 |
| - * [生成图表](http://github.phodal.com/#生成图表) |
126 |
| - * [数据解析](http://github.phodal.com/#数据解析) |
127 |
| - * [Matplotlib](http://github.phodal.com/#matplotlib) |
128 |
| - * [每周分析](http://github.phodal.com/#每周分析) |
129 |
| - * [python github 每周情况分析](http://github.phodal.com/#python-github-每周情况分析) |
130 |
| - * [Python 数据分析](http://github.phodal.com/#python-数据分析) |
131 |
| - * [Python Matplotlib图表](http://github.phodal.com/#python-matplotlib图表) |
132 |
| - * [存储到数据库中](http://github.phodal.com/#存储到数据库中) |
133 |
| - * [SQLite3](http://github.phodal.com/#sqlite3) |
134 |
| - * [数据导入](http://github.phodal.com/#数据导入) |
135 |
| - * [Redis](http://github.phodal.com/#redis) |
136 |
| - * [邻近算法与相似用户](http://github.phodal.com/#邻近算法与相似用户) |
137 | 145 |
|
138 | 146 | ## License
|
139 | 147 |
|
|
0 commit comments