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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asdoc2dash-0.1.1.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

asdoc2dash-0.1.1-py2.7.egg (14.5 kB view hashes)

Uploaded Source

Supported by

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