Skip to main content

asdoc2dash is tools that convert from ASDoc to Dash Docset.

Project description

asdoc2dash

asdoc2dash is tools that convert from ASDoc(ActionScript Documentation) to Dash Docset.

installation

install from pypi

easy_install asdoc2dash

or

pip install asdoc2dash

install from github

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

usage

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

example

add my library’s asdoc to Dash.

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

CHANGES

0.1.1 (2013-06-17)

  • fixed problem : forget adding anchor tag in package.html

0.1.0 (2013-06-16)

  • registered PyPI.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page