近期学到的
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了近期学到的相关的知识,希望对你有一定的参考价值。
Markdown
编辑器使用Remarkable
语法,参考Remarkable帮助里的Tutorial
Mathjax
Sphinx
使用docstring生成APIdoc
$sphinx-apidoc -o /home/me/outdir -F /home/me/code
$cd /home/me/outdir
$gedit conf.py
1 import os 2 import sys 3 sys.path.insert(0, os.path.abspath(‘../..‘)) 4 .... 5 ....
reStructuredText
以上是关于近期学到的的主要内容,如果未能解决你的问题,请参考以下文章
ngx-translate实现国际化:this.translate.use()this.translate.get()this.translate.instant()onLangChange(代码片段