Metadata-Version: 1.1
Name: asdoc2dash
Version: 0.1.0
Summary: asdoc2dash is tools that convert from ASDoc to Dash Docset.
Home-page: https://github.com/ton1517/asdoc2dash
Author: ton1517
Author-email: tonton1517@gmail.com
License: MIT License
Description: asdoc2dash
        ==========
        
        asdoc2dash is tools that convert from ASDoc(ActionScript Documentation) to `Dash <http://kapeli.com/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.0 (2013-06-16)
        ------------------
        
        - registered PyPI.
        
        
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing
