项目作者: ergl

项目描述 :
Pony documentation as Dash docset
高级语言: JavaScript
项目地址: git://github.com/ergl/pony-docset.git
创建时间: 2018-03-25T20:38:06Z
项目社区:https://github.com/ergl/pony-docset

开源协议:MIT License

下载


Pony Docset

Latest revision: Pony 0.22.2 | Download docset

Pony is an “object-oriented, actor-model,
capabilities-secure, high-performance programming language”. I found the
original online documentation a bit cumbersome to use,
so I created this docset.

Dash is an API Documentation Browser and Code Snippet
Manager for Mac. If you are using Windows or Linux you probably want to have a
look at Zeal which is quite similar to Dash.

Installation for Dash

Download the latest revision of
the docset and unzip it. To install it just double-click on Pony.docset and
Dash will add it automatically.

Installation for Zeal (Linux or Windows)

Untested, taken from https://github.com/obstschale/octave-docset

To manually install a docset in Zeal, download the latest revision,
unzip it and copy it into %HOMEPATH%\AppData\zeal\docset\.
Restart Zeal and the documentation should be loaded automatically.


Generate docset

The docset is generated with an ugly combination of javascript and the original
Pony documentation.

To generate the docset, simply run make. (Note: It will take a while).