Skip to content

neurogeek/sphinx_guidexml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This is all you need to create GuideXML documents
from Sphinx documentation. 

It was created for the Autodep project (GSoC 2011).
Maybe it needs to handle more stuff, but it does
everything I need right now.


To use it. Three simple steps:
1) Copy builders/guidexml.py to Sphinx's builders pkg.
2) Copy writers/guidexml.py to Sphinx's writers pkg.
3) Edit sphinx/builders/__init__.py and the following:

BUILTIN_BUILDERS = {
    ...
    'guidexml':   ('guidexml', 'GuideXML'),
    ...
}

That's it. Enjoy!


Jesus (Neurogeek) Rivero
neurogeek@gentoo.org


Releases

No releases published

Packages

No packages published

Languages