asdoc2dash是从asdoc转换为dash docset的工具。

asdoc2dash的Python项目详细描述


asdoc2dash

asdoc2dash是从asdoc(actionscript文档)转换为Dashdocset的工具。

安装

从pypi安装

easy_install asdoc2dash

pip install asdoc2dash

从github安装

git clone git@github.com:ton1517/asdoc2dash.git
python setup.py install

使用量

Usage:
  asdoc2dash --name <name> --docdir <path> (--outdir <path>|--add-to-dash) [--icon <path>] [--force] [--log]
  asdoc2dash (-h | --help)
  asdoc2dash (-v | --version)

Options:
  -h --help           show help.
  -v --version        show version.
  -n --name <name>    docset name
  -d --docdir <path>  asdoc directory
  -o --outdir <path>  output directory
  -a --add-to-dash    add to dash
  -f --force          if exists directory, force overwrite
  -i --icon <path>    docset icon (png format only)
  -l --log            show debug information

示例

将我的库的asdoc添加到Dash

asdoc2dash --name mylib --docdir ./mylib/doc/ --add-to-dash

更改

0.1.1(2013-06-17)

  • 已修复问题:忘记在package.html中添加定位标记

0.1.0(2013-06-16)

  • 注册的PyPI

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何在点击JButton触发的进程仍在处理时更新JLabel?   try-catch为什么Java有嵌套的try语句?   java SSH命令执行失败,出现异常“net.schmizz.sshj.connection.ConnectionException:引发连接重置异常”   java在ApacheCamel的接口类解析器中,resolveMandatoryClass(字符串名称)有什么用途?   java如何在Eclipse远程调试器中找到有问题的线程?   java线程:containerlaunch退出代码127的异常   lambda左连接Java中的2个对象列表   Swift 2.0协议扩展和Java/C抽象类之间有区别吗?   安卓改造:使用GSON将JSON解析为多个Java对象   Spring中服务层的java角色(澄清)   html Java与网站的通信   Spring boot rest api是在不创建java类的情况下将getResultList()转换为映射以显示响应的最佳方法吗?   使用“getElementById”从javascript获取值到java   java如何在文本视图中以粗体和多色显示文本   java是设置TextView颜色的最有效方法