You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

db4sphinx

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db4sphinx

Docbook parser for docutils and sphinx

0.1.3
pipPyPI
Maintainers
1

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 -

Keywords

sphinx docbook xml

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts