buildframework/helium/external/python/lib/2.5/Sphinx-0.5.1-py2.5.egg/EGG-INFO/PKG-INFO
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 180 e02a83d4c571
child 592 3215c239276a
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
     1 Metadata-Version: 1.0
       
     2 Name: Sphinx
       
     3 Version: 0.5.1
       
     4 Summary: Python documentation generator
       
     5 Home-page: http://sphinx.pocoo.org/
       
     6 Author: Georg Brandl
       
     7 Author-email: georg@python.org
       
     8 License: BSD
       
     9 Download-URL: http://pypi.python.org/pypi/Sphinx
       
    10 Description: 
       
    11         Sphinx is a tool that makes it easy to create intelligent and beautiful
       
    12         documentation for Python projects (or other documents consisting of
       
    13         multiple reStructuredText sources), written by Georg Brandl.
       
    14         It was originally created to translate the new Python documentation,
       
    15         but has now been cleaned up in the hope that it will be useful to many
       
    16         other projects.
       
    17         
       
    18         Sphinx uses reStructuredText as its markup language, and many of its strengths
       
    19         come from the power and straightforwardness of reStructuredText and its
       
    20         parsing and translating suite, the Docutils.
       
    21         
       
    22         Although it is still under constant development, the following features
       
    23         are already present, work fine and can be seen "in action" in the Python docs:
       
    24         
       
    25         * Output formats: HTML (including Windows HTML Help), plain text and LaTeX,
       
    26         for printable PDF versions
       
    27         * Extensive cross-references: semantic markup and automatic links
       
    28         for functions, classes, glossary terms and similar pieces of information
       
    29         * Hierarchical structure: easy definition of a document tree, with automatic
       
    30         links to siblings, parents and children
       
    31         * Automatic indices: general index as well as a module index
       
    32         * Code handling: automatic highlighting using the Pygments highlighter
       
    33         * Various extensions are available, e.g. for automatic testing of snippets
       
    34         and inclusion of appropriately formatted docstrings.
       
    35         
       
    36 Platform: any
       
    37 Classifier: Development Status :: 4 - Beta
       
    38 Classifier: Environment :: Console
       
    39 Classifier: Environment :: Web Environment
       
    40 Classifier: Intended Audience :: Developers
       
    41 Classifier: License :: OSI Approved :: BSD License
       
    42 Classifier: Operating System :: OS Independent
       
    43 Classifier: Programming Language :: Python
       
    44 Classifier: Topic :: Documentation
       
    45 Classifier: Topic :: Utilities