|
93 | 93 |
|
94 | 94 | <li><a class="toctree-l3" href="#_16">勘误</a></li>
|
95 | 95 |
|
| 96 | + <li><a class="toctree-l3" href="#_17">本电子书制作和写作方式</a></li> |
| 97 | + |
96 | 98 | </ul>
|
97 | 99 |
|
98 | 100 |
|
@@ -179,9 +181,11 @@ <h2 id="_2">痛点</h2>
|
179 | 181 | </ul>
|
180 | 182 | <h2 id="_3">作者简介</h2>
|
181 | 183 | <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> |
185 | 189 | <p>电子书:<a href="http://python-web-guide.readthedocs.io/zh/latest/<Paste>">《Python web 入坑指南》</a></p>
|
186 | 190 | <h2 id="_4">课程内容</h2>
|
187 | 191 | <p>包括我们在业务开发和面试中常用的算法和数据结构,希望可以帮助新人快速上手,很多老手写业务代码写多了很多基础知识忘记了,
|
@@ -302,6 +306,17 @@ <h2 id="_16">勘误</h2>
|
302 | 306 | 有出版社找过笔者想让我出书,一来自己对出书兴趣不大,另外感觉书籍相对视频不够直观,有错误也不能及时修改,打算直接把所有
|
303 | 307 | 文字内容讲义放到 github 上,供大家免费查阅。</p>
|
304 | 308 | <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> |
305 | 320 |
|
306 | 321 | </div>
|
307 | 322 | </div>
|
@@ -352,5 +367,5 @@ <h2 id="_16">勘误</h2>
|
352 | 367 |
|
353 | 368 | <!--
|
354 | 369 | 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 |
356 | 371 | -->
|
0 commit comments