Metadata-Version: 2.0
Name: sphinxcontrib-emacs
Version: 0.4
Summary: Emacs documentation support for Sphinx
Home-page: https://github.com/sambrightman/sphinxcontrib-emacs
Author: Sebastian Wiesner
Author-email: swiesner@lunaryorn.com
License: MIT License
Description-Content-Type: UNKNOWN
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Emacs-Lisp
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Documentation
Classifier: Topic :: Text Editors :: Emacs
Requires-Dist: Sphinx (>=1.2)
Requires-Dist: sexpdata (>=0.0.3)
Requires-Dist: requests (>=2.2)

=====================
 sphinxcontrib-emacs
=====================

.. default-role:: code

.. |travis| image:: https://travis-ci.org/sambrightman/sphinxcontrib-emacs.svg?branch=master
            :target: https://travis-ci.org/sambrightman/sphinxcontrib-emacs

.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg?dummy
             :target: https://github.com/sambrightman/sphinxcontrib-emacs/blob/master/LICENSE

|license| |travis|


http://sphinxcontrib-emacs.readthedocs.org/

sphinxcontrib-emacs is a Sphinx_ extension to document Emacs_ code.

.. _Sphinx: http://sphinx-doc.org
.. _Emacs: http://www.gnu.org/software/emacs/

Features
========

- Description directives for Emacs Lisp symbols
- Autodoc for Emacs Lisp objects
- Better Texinfo integration to build online manuals for Emacs

Installation
============

::

   pip install sphinxcontrib-emacs

The extension requires Sphinx 1.2 and Python 2.x.

.. warning::

   Python 3 is not supported currently!

Support
=======

- `User guide`_
- `Issue tracker`_

.. _User guide: http://sphinxcontrib-emacs.readthedocs.org/en/latest/#user-guide
.. _Issue tracker: https://github.com/sambrightman/sphinxcontrib-emacs/issues

Contribute
==========

- Github_
- `Contribution guidelines`_

.. _Github: https://github.com/sambrightman/sphinxcontrib-emacs
.. _Contribution guidelines: https://github.com/sambrightman/sphinxcontrib-emacs/blob/master/CONTRIBUTING.rst

License
=======

Copyright (c) 2014 Sebastian Wiesner <swiesner@lunaryorn.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


