|
20 | 20 | * [方便工作](http://github.phodal.com/#方便工作) |
21 | 21 | * [获得一份工作](http://github.phodal.com/#获得一份工作) |
22 | 22 | * [扩大交际](http://github.phodal.com/#扩大交际) |
| 23 | +* [创建开源项目](http://github.phodal.com/#创建开源项目) |
| 24 | + * [取一个好的名字](http://github.phodal.com/#取一个好的名字) |
| 25 | + * [挑选好 LICENSE](http://github.phodal.com/#挑选好-license) |
| 26 | + * [官方主页](http://github.phodal.com/#官方主页) |
23 | 27 | * [Git基本知识与GitHub使用](http://github.phodal.com/#git基本知识与github使用) |
24 | 28 | * [Git](http://github.phodal.com/#git) |
25 | 29 | * [Git初入](http://github.phodal.com/#git初入) |
|
31 | 35 | * [Pull Request](http://github.phodal.com/#pull-request) |
32 | 36 | * [我的第一个PR](http://github.phodal.com/#我的第一个pr) |
33 | 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/#可用示例) |
34 | 42 | * [构建GitHub项目](http://github.phodal.com/#构建github项目) |
35 | 43 | * [如何用好GitHub](http://github.phodal.com/#如何用好github) |
36 | 44 | * [敏捷软件开发](http://github.phodal.com/#敏捷软件开发) |
|
46 | 54 | * [代码质量与重构](http://github.phodal.com/#代码质量与重构) |
47 | 55 | * [Code Climate](http://github.phodal.com/#code-climate) |
48 | 56 | * [代码的坏味道](http://github.phodal.com/#代码的坏味道) |
49 | | -* [创建项目文档](http://github.phodal.com/#创建项目文档) |
50 | | - * [README](http://github.phodal.com/#readme) |
51 | | - * [在线文档](http://github.phodal.com/#在线文档) |
52 | | - * [可用示例](http://github.phodal.com/#可用示例) |
53 | | -* [测试](http://github.phodal.com/#测试-1) |
| 57 | +* [改善 GitHub 项目代码质量:测试](http://github.phodal.com/#改善-github-项目代码质量测试) |
54 | 58 | * [TDD](http://github.phodal.com/#tdd) |
55 | 59 | * [一次测试驱动开发](http://github.phodal.com/#一次测试驱动开发) |
56 | 60 | * [说说TDD](http://github.phodal.com/#说说tdd) |
|
60 | 64 | * [Twill 登陆测试](http://github.phodal.com/#twill-登陆测试) |
61 | 65 | * [Twill 测试脚本](http://github.phodal.com/#twill-测试脚本) |
62 | 66 | * [Fake Server](http://github.phodal.com/#fake-server) |
63 | | -* [重构](http://github.phodal.com/#重构) |
| 67 | +* [改善 GitHub 项目代码质量:重构](http://github.phodal.com/#改善-github-项目代码质量重构) |
64 | 68 | * [为什么重构?](http://github.phodal.com/#为什么重构) |
65 | 69 | * [重构uMarkdown](http://github.phodal.com/#重构umarkdown) |
66 | 70 | * [代码说明](http://github.phodal.com/#代码说明) |
|
70 | 74 | * [Inline Method](http://github.phodal.com/#inline-method) |
71 | 75 | * [Pull Members Up](http://github.phodal.com/#pull-members-up) |
72 | 76 | * [重构之以查询取代临时变量](http://github.phodal.com/#重构之以查询取代临时变量) |
| 77 | +* [如何推广](http://github.phodal.com/#如何推广) |
| 78 | + * [Marketing First](http://github.phodal.com/#marketing-first) |
| 79 | + * [编写 README](http://github.phodal.com/#编写-readme) |
| 80 | + * [这个项目做什么——一句话文案](http://github.phodal.com/#这个项目做什么一句话文案) |
| 81 | + * [它解决了什么问题](http://github.phodal.com/#它解决了什么问题) |
| 82 | + * [它有什么特性](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 | +* [开源项目维护](http://github.phodal.com/#开源项目维护) |
| 88 | +* [如何以“正确的姿势”阅读开源软件代码](http://github.phodal.com/#如何以正确的姿势阅读开源软件代码) |
| 89 | + * [阅读过程](http://github.phodal.com/#阅读过程) |
| 90 | + * [示例](http://github.phodal.com/#示例) |
73 | 91 | * [如何在GitHub“寻找灵感(fork)”](http://github.phodal.com/#如何在github寻找灵感fork) |
74 | 92 | * [Lettuce构建过程](http://github.phodal.com/#lettuce构建过程) |
75 | 93 | * [需求](http://github.phodal.com/#需求) |
76 | 94 | * [计划](http://github.phodal.com/#计划) |
77 | 95 | * [实现第一个需求](http://github.phodal.com/#实现第一个需求) |
78 | 96 | * [实现第二个需求](http://github.phodal.com/#实现第二个需求) |
79 | | -* [GitHub用户分析](http://github.phodal.com/#github用户分析) |
80 | | - * [生成图表](http://github.phodal.com/#生成图表) |
81 | | - * [数据解析](http://github.phodal.com/#数据解析) |
82 | | - * [Matplotlib](http://github.phodal.com/#matplotlib) |
83 | | - * [每周分析](http://github.phodal.com/#每周分析) |
84 | | - * [python github 每周情况分析](http://github.phodal.com/#python-github-每周情况分析) |
85 | | - * [Python 数据分析](http://github.phodal.com/#python-数据分析) |
86 | | - * [Python Matplotlib图表](http://github.phodal.com/#python-matplotlib图表) |
87 | | - * [存储到数据库中](http://github.phodal.com/#存储到数据库中) |
88 | | - * [SQLite3](http://github.phodal.com/#sqlite3) |
89 | | - * [数据导入](http://github.phodal.com/#数据导入) |
90 | | - * [Redis](http://github.phodal.com/#redis) |
91 | | - * [邻近算法与相似用户](http://github.phodal.com/#邻近算法与相似用户) |
92 | | -* [如何以“正确的姿势”阅读开源软件代码](http://github.phodal.com/#如何以正确的姿势阅读开源软件代码) |
93 | | - * [阅读过程](http://github.phodal.com/#阅读过程) |
94 | | - * [示例](http://github.phodal.com/#示例) |
95 | 97 | * [GitHub连击](http://github.phodal.com/#github连击) |
96 | 98 | * [100天](http://github.phodal.com/#天) |
97 | 99 | * [40天的提升](http://github.phodal.com/#天的提升) |
|
119 | 121 | * [写在GitHub 的第 19999 个 star 时](http://github.phodal.com/#写在github-的第-19999-个-star-时) |
120 | 122 | * [从创建开源框架说起](http://github.phodal.com/#从创建开源框架说起) |
121 | 123 | * [下一个开源项目](http://github.phodal.com/#下一个开源项目) |
122 | | - |
| 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/#邻近算法与相似用户) |
123 | 137 |
|
124 | 138 | ## License |
125 | 139 |
|
|
0 commit comments