Metadata-Version: 2.0
Name: doc2dash
Version: 2.2.0
Summary: Convert docs to Dash.app
Home-page: https://doc2dash.readthedocs.io/
Author: Hynek Schlawack
Author-email: hs@ox.cx
License: MIT
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
Requires-Dist: Sphinx (==1.6.2)
Requires-Dist: attrs (==17.2.0)
Requires-Dist: beautifulsoup4 (==4.6.0)
Requires-Dist: click (==6.7)
Requires-Dist: colorama (==0.3.9)
Requires-Dist: lxml (==3.8.0)
Requires-Dist: six (==1.10.0)
Requires-Dist: zope.interface (==4.4.1)

doc2dash: Create docsets for Dash.app and clones
================================================

.. image:: https://readthedocs.org/projects/doc2dash/badge/?version=stable
   :target: https://doc2dash.readthedocs.io/en/stable/?badge=stable
   :alt: Documentation Status

.. image:: https://travis-ci.org/hynek/doc2dash.svg?branch=master
   :target: https://travis-ci.org/hynek/doc2dash

.. image:: https://codecov.io/github/hynek/doc2dash/branch/master/graph/badge.svg
  :target: https://codecov.io/github/hynek/doc2dash
  :alt: Test Coverage

.. begin


``doc2dash`` is an MIT-licensed extensible `Documentation Set`_ generator intended to be used with the `Dash.app`_ API browser for macOS or one of its many *free* `clones <https://doc2dash.readthedocs.io/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 macOS are tested although certain features are only available on macOS.


.. _`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.io/
.. _`GitHub`:  https://github.com/hynek/doc2dash


Release Information
===================

2.2.0 (2017-06-12)
------------------

- ``InterSphinxParser`` is now open to extension.
  `#59 <https://github.com/hynek/doc2dash/pull/59>`_
- Support a ``--parser`` option to force the use of a custom parser class.
  `#60 <https://github.com/hynek/doc2dash/pull/60>`_

`Full changelog <https://doc2dash.readthedocs.io/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>`_.


