Metadata-Version: 1.1
Name: doc2dash
Version: 2.1.0
Summary: Convert docs to Dash.app
Home-page: https://doc2dash.readthedocs.org/
Author: Hynek Schlawack
Author-email: hs@ox.cx
License: MIT
Description: doc2dash: Create docsets for Dash.app and clones
        ================================================
        
        .. image:: https://travis-ci.org/hynek/doc2dash.png?branch=master
           :target: https://travis-ci.org/hynek/doc2dash
           :alt: CI status
        
        .. image:: https://codecov.io/github/hynek/doc2dash/coverage.svg?branch=master
           :target: https://codecov.io/github/hynek/doc2dash?branch=master
           :alt: Coverage
        
        .. begin
        
        
        ``doc2dash`` is an MIT-licensed extensible `Documentation Set`_ generator intended to be used with the `Dash.app`_ API browser for OS X or one of its many *free* `clones <https://doc2dash.readthedocs.org/en/latest/installation.html#viewer>`_ for all relevant platforms.
        
        If you’ve never heard of Dash.app, you’re missing out:
        together with ``doc2dash`` it’s all your API documentation at your fingertips!
        
        ``doc2dash``\ ’s documentation lives at `Read the Docs`_, the code on GitHub_.
        It’s tested on Python 2.7, 3.4+, and PyPy.
        Both Linux and OS X are tested although certain features are only available on OS X.
        
        
        .. _`Documentation Set`: https://developer.apple.com/legacy/library/documentation/DeveloperTools/Conceptual/Documentation_Sets/010-Overview_of_Documentation_Sets/docset_overview.html#//apple_ref/doc/uid/TP40005266-CH13-SW6
        .. _`Dash.app`: https://kapeli.com/dash/
        .. _`Read the Docs`: https://doc2dash.readthedocs.org/
        .. _`GitHub`:  https://github.com/hynek/doc2dash
        
        
        Release Information
        ===================
        
        2.1.0 (2016-03-14)
        ------------------
        
        - Remove legacy Sphinx parsing.
          The intersphinx parser is much more robust so the old way shouldn't be needed anymore.
        - Add support for InterSphinx constants.
          `#49 <https://github.com/hynek/doc2dash/pull/49>`_
        - Fix handling in-docs links with multiple anchors.
          `#47 <https://github.com/hynek/doc2dash/issues/47>`_
        - Add support for ``--enable-js`` and ``--online-redirect-url`` options.
          `#43 <https://github.com/hynek/doc2dash/issues/43>`_
        - Better support for relative paths.
          `#37 <https://github.com/hynek/doc2dash/issues/37>`_, `#41 <https://github.com/hynek/doc2dash/issues/41>`_
        
        `Full changelog <https://doc2dash.readthedocs.org/en/stable/changelog.html>`_.
        
        Authors
        =======
        
        ``doc2dash`` is written and maintained by Hynek Schlawack.
        
        The development is kindly supported by `Variomedia AG <https://www.variomedia.de/>`_.
        
        A full list of contributors can be found on `GitHub's overview <https://github.com/hynek/doc2dash/graphs/contributors>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Text Processing
