Name: | python-sphinx |
---|---|
Version: | 0.6.6 |
Release: | 2.el6 |
Architecture: | noarch |
Group: | Development/Tools |
Size: | 1832707 |
License: | BSD |
RPM: | python-sphinx-0.6.6-2.el6.noarch.rpm |
Source RPM: | python-sphinx-0.6.6-2.el6.src.rpm |
Build Date: | Wed Jul 28 2010 |
Build Host: | ca-build61.us.oracle.com |
Vendor: | Oracle America |
URL: | http://sphinx.pocoo.org/ |
Summary: | Python documentation generator |
Description: | Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects. Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the Docutils. Although it is still under constant development, the following features are already present, work fine and can be seen "in action" in the Python docs: * Output formats: HTML (including Windows HTML Help) and LaTeX, for printable PDF versions * Extensive cross-references: semantic markup and automatic links for functions, classes, glossary terms and similar pieces of information * Hierarchical structure: easy definition of a document tree, with automatic links to siblings, parents and children * Automatic indices: general index as well as a module index * Code handling: automatic highlighting using the Pygments highlighter * Various extensions are available, e.g. for automatic testing of snippets and inclusion of appropriately formatted docstrings. |
- minor tweaks to specfile
- Update to 0.6.6
- Few minor tweaks to Gareth's spec file update
- Update to 0.6.5 - Initial import of python-sphinx from Fedora Rawhide for use in HP CMS - Enforce that Sphinx requires Python 2.4 or later via an explicit BR - Minor tweaks to spec file - Move language files to %{_datadir}, idea borrowed from Debian's sphinx package - Deliver man pages for sphinx-build & sphinx-quickstart - Deliver rst documentation files to reST directory in doc sub-package - Add %check section for Python2 and add BR on python-nose
- Update to 0.6.4 - Fixes a problem using autodoc with pylons projects.
- Update to 0.6.3
- Update to 0.6.2 -- upstream bugfix requested inside bz#512438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- Add a patch to use our own setuptools package
- Update to 0.6.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- Update to 0.5.1
- Rebuild for Python 2.6
- Update to 0.5
- Update to 0.4.3
- Fix for EL-5 build.
- Update to 0.4.2
- Update to 0.3
- Split documentation into subpackage - Exclude C files (not built by default anyway)
- Build html documentation, include it and include the rst documentation.
- Initial package