File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -177,8 +177,9 @@ pip install https://github.com/mitya57/python-markdown-math/archive/master.zip
177177
178178编写并查看:
179179``` sh
180- mkdocs serve # 修改自动更新,http://localhost:8000 访问
180+ mkdocs serve # 修改自动更新,浏览器打开 http://localhost:8000 访问
181181# 数学公式参考 https://www.zybuluo.com/codeep/note/163962
182+ mkdocs gh-deploy # 部署到自己的 github pages
182183```
183184
184185您的打赏就是我写作的最大动力,呵呵哒!
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ markdown_extensions:
99
1010pages :
1111 - 课程简介 : ' index.md'
12- - 课程简介之笨方法学算法 : ' 0_课程简介之笨方法学算法 /why_and_how_to_learn.md'
13- - 抽象数据类型和面向对象编程 : ' 1_抽象数据类型和面向对象编程 /ADT_OOP.md'
14- - 数组和列表 : ' 2_数组和列表 /array_and_list.md'
15- - 链表 : ' 3_链表 /linked_list.md'
16- - 队列 : ' 4_队列 /queue.md'
17- - 栈 : ' 5_栈 /stack.md'
18- - 算法分析 : ' 6_算法分析 /big_o.md'
19- - 哈希表 : ' 7_哈希表 /hashtable.md'
20- - 字典 : ' 8_字典 /dict.md'
21- - 集合 : ' 9_集合 /set.md'
12+ - 课程简介之笨方法学算法 : ' 00_课程简介之笨方法学算法 /why_and_how_to_learn.md'
13+ - 抽象数据类型和面向对象编程 : ' 01_抽象数据类型和面向对象编程 /ADT_OOP.md'
14+ - 数组和列表 : ' 02_数组和列表 /array_and_list.md'
15+ - 链表 : ' 03_链表 /linked_list.md'
16+ - 队列 : ' 04_队列 /queue.md'
17+ - 栈 : ' 05_栈 /stack.md'
18+ - 算法分析 : ' 06_算法分析 /big_o.md'
19+ - 哈希表 : ' 07_哈希表 /hashtable.md'
20+ - 字典 : ' 08_字典 /dict.md'
21+ - 集合 : ' 09_集合 /set.md'
2222 - 递归 : ' 10_递归/recursion.md'
You can’t perform that action at this time.
0 commit comments