Metadata-Version: 1.1
Name: sphinxcontrib-cldomain
Version: 0.4
Summary: Sphinx domain for Common Lisp
Home-page: http://cldomain.russellsim.org/
Author: Russell Sim
Author-email: russell.sim@gmail.com
License: GPL
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-cldomain
Description: CLDomain
        ========
        
        CLDomain is a Common Lisp domain for `Sphinx Documentation Generator`_.
        Sphinx is a mulit-language tool this project extends it's
        functionality to cover Common Lisp. The aim is to support
        documentation with the same ease that a Python project.
        
        Currently the project supports inspection based documentation of
        symbols.
        
        `Documentation`_
        
        CLDomain is licensed under the `GPLv3`_. Please report any bugs in the
        GitHub `Bug Tracker`_.
        
        An example of the generated documentation is the `cl-git`_ project.
        
        .. _Documentation: http://cldomain.russellsim.org/
        .. _rendered example: http://cl-git.russellsim.org/#CL-GIT:ENSURE-GIT-REPOSITORY-EXIST
        .. _cl-git: http://cl-git.russellsim.org/
        .. _Sphinx Documentation Generator: http://sphinx.pocoo.org/
        .. _Bug Tracker: https://github.com/russell/sphinxcontrib-cldomain
        .. _GPLv3: https://www.gnu.org/licenses/gpl-3.0-standalone.html
        
        
        Changelog
        =========
        
        Release 0.4 19/04/2013
        ----------------------
        * fixed some packaging bugs.
        * made the data model more tolerant to missing symbols.
        * fixed symbol resolving bug.
        * added output of unused symbols.
        
        Release 0.3 16/04/2013
        -----------------------
        * cleaned up specializer output.
        * fixed bug when rendering specializers that have the form :KEYWORD
          SYMBOL.
        * updated documentation.
        * split out package code from lisp program.
        
        Release 0.2 14/04/2013
        -----------------------
        
        * link between generics and specializers.
        * ignore symbols in documentation if they are in the arg list.
        * better Quicklisp support.
        * handling of symbols that boarder on punctuation.
        
        Release 0.1 UNRELEASED
        ----------------------
        
        * initial prototype
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
