Skip to content

Commit

Permalink
replace english title with Chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
billryan committed Oct 7, 2014
1 parent 6c89ac8 commit 7d61524
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
# Summary

* [Introduction](README.md)
* [Chapter1-what-is-programming](chapter1-what-is-programming/README.md)
* [Chapter2-how-to-learn-programming](chapter2-how-to-learn-programming/README.md)
* [Chapter3-advanced-programming-part1](chapter3-advanced-programming-part1/README.md)
* [Chapter4-advanced-programming-part2](chapter4-advanced-programming-part2/README.md)
* [Chapter5-programming-languages](chapter5-programming-languages/README.md)
* [Chapter6-useful-tools](chapter6-useful-tools/README.md)
* [Chapter7-textbooks](chapter7-textbooks/README.md)
* [第一章-编程所谓何物](chapter1-what-is-programming/README.md)
* [第二章-咋学编程](chapter2-how-to-learn-programming/README.md)
* [第三章-编程进阶-数据结构与算法](chapter3-advanced-programming-part1/README.md)
* [第四章-操作系统及项目开发杂谈](chapter4-advanced-programming-part2/README.md)
* [控制台和图形用户界面](chapter4-advanced-programming-part2/cli-and-gui.md)
* [工程和单个文件的关系](chapter4-advanced-programming-part2/projects.md)
* [第五章-编程语言](chapter5-programming-languages/README.md)
* [第六章-编程方法论杂谈](chapter6-useful-tools/README.md)
* [第七章-教材推荐及其它](chapter7-textbooks/README.md)
* [数据结构与算法类](chapter7-textbooks/algo-data-struct.md)
* [C](chapter7-textbooks/c-programming.md)
* [C++](chapter7-textbooks/c-plusplus.md)
* [Java](chapter7-textbooks/java.md)
* [Python](chapter7-textbooks/python.md)
* [Go](chapter7-textbooks/go.md)
* [Network](chapter7-textbooks/network)
* [Web-前端](chapter7-textbooks/web-front-end.md)
* [Web-后端](chapter7-textbooks/web-.md)
* [机器学习](chapter7-textbooks/machine-learning.md)
* [Linux](chapter7-textbooks/linux.md)
* [Misc](chapter7-textbooks/misc.md)
* [GUI](chapter7-textbooks/gui.md)

0 comments on commit 7d61524

Please sign in to comment.