Name: python-Sphinx Version: 1.0.7 Release: 1mamba Summary: Python documentation generator Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://sphinx.pocoo.org/ Source: http://pypi.python.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz License: BSD Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root %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), plain text 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. %prep %setup -q -n Sphinx-%{version} %build python setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" python setup.py install \ --root="%{buildroot}" \ --install-headers=%{_includedir}/python \ --install-lib=%{python_sitearch} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/sphinx-autogen %{_bindir}/sphinx-build %{_bindir}/sphinx-quickstart %{python_sitearch}/sphinx/* %{python_sitearch}/Sphinx-%{version}-py*.egg-info/* %changelog * Wed Feb 02 2011 Automatic Build System 1.0.7-1mamba - automatic update by autodist * Tue Jan 11 2011 Automatic Build System 1.0.6-1mamba - automatic update by autodist * Fri Nov 19 2010 Automatic Build System 1.0.5-1mamba - automatic update by autodist * Wed Sep 29 2010 Automatic Build System 1.0.4-1mamba - automatic update by autodist * Wed Jul 28 2010 Automatic Build System 1.0.1-1mamba - automatic update by autodist * Sat Jan 02 2010 Silvan Calarco 0.6.3-1mamba - package created by autospec