Metadata-Version: 2.0
Name: db4sphinx
Version: 0.1.1
Summary: Docbook parser for docutils and sphinx
Home-page: https://github.com/bonzini/db4sphinx
Author: Paolo Bonzini
Author-email: pbonzini@redhat.com
License: MIT
Keywords: sphinx docbook xml
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: sphinx
Requires-Dist: lxml

A Docbook parser for docutils and Sphinx
========================================

This project provides a simple Docbook converter for use with docutils and
sphinx.  When used with Sphinx, it can read docbook assembly files to produce
toctrees automatically, or it can be used to incorporate individual docbook
files in documentation (together with rST toctree).

Assembly handling is designed to work with the ``topic-maker-chunk.xsl`` style
from the Docbook distribution:
::

   xsltproc --xinclude \
      --stringparam chunk.section.depth 1  \
      --stringparam assembly.filename index.xml \
      --stringparam base.dir topics/ \
      /usr/share/sgml/docbook/xsl-ns-stylesheets-1.79.1/assembly/topic-maker-chunk.xsl -



