Skip to content

Commit c76ca0e

Browse files
committed
Deployed 4b11b04 with MkDocs version: 0.17.3
1 parent e60be45 commit c76ca0e

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

index.html

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393

9494
<li><a class="toctree-l3" href="#_16">勘误</a></li>
9595

96+
<li><a class="toctree-l3" href="#_17">本电子书制作和写作方式</a></li>
97+
9698
</ul>
9799

98100

@@ -179,9 +181,11 @@ <h2 id="_2">痛点</h2>
179181
</ul>
180182
<h2 id="_3">作者简介</h2>
181183
<p>目前就职于<a href="https://www.zhihu.com/people/pegasus-wang/activities">知乎</a>,从实习期间接触 Python 起一直从事 Python 网站后端开发,有一定 Python 的使用和实践经验。</p>
182-
<p>知乎专栏:
183-
- <a href="https://zhuanlan.zhihu.com/c_85234576">《Python 学习之路》</a>
184-
- <a href="https://zhuanlan.zhihu.com/vim-video">《玩转vim(视频)》</a></p>
184+
<p>知乎专栏:</p>
185+
<ul>
186+
<li><a href="https://zhuanlan.zhihu.com/c_85234576">《Python 学习之路》</a></li>
187+
<li><a href="https://zhuanlan.zhihu.com/vim-video">《玩转vim(视频)》</a></li>
188+
</ul>
185189
<p>电子书:<a href="http://python-web-guide.readthedocs.io/zh/latest/&lt;Paste&gt;">《Python web 入坑指南》</a></p>
186190
<h2 id="_4">课程内容</h2>
187191
<p>包括我们在业务开发和面试中常用的算法和数据结构,希望可以帮助新人快速上手,很多老手写业务代码写多了很多基础知识忘记了,
@@ -302,6 +306,17 @@ <h2 id="_16">勘误</h2>
302306
有出版社找过笔者想让我出书,一来自己对出书兴趣不大,另外感觉书籍相对视频不够直观,有错误也不能及时修改,打算直接把所有
303307
文字内容讲义放到 github 上,供大家免费查阅。</p>
304308
<p>如果你觉得文字内容或者视频内容有错误,欢迎在 github 上提 issue 讨论,我会修正相关内容,防止产生误导。</p>
309+
<h2 id="_17">本电子书制作和写作方式</h2>
310+
<p>使用 mkdocs 和 markdown 构建,使用 Python-Markdown-Math 完成数学公式</p>
311+
<p>安装依赖:</p>
312+
<pre><code class="sh">pip install mkdocs # 制作电子书
313+
# https://stackoverflow.com/questions/27882261/mkdocs-and-mathjax/31874157
314+
pip install https://github.com/mitya57/python-markdown-math/archive/master.zip
315+
</code></pre>
316+
317+
<p>编写并查看:</p>
318+
<pre><code class="sh">mkdocs serve # 修改自动更新,http://localhost:8000 访问
319+
</code></pre>
305320

306321
</div>
307322
</div>
@@ -352,5 +367,5 @@ <h2 id="_16">勘误</h2>
352367

353368
<!--
354369
MkDocs version : 0.17.3
355-
Build Date UTC : 2018-04-20 01:12:08
370+
Build Date UTC : 2018-04-20 01:22:39
356371
-->

0 commit comments

Comments
 (0)