GTK-Doc

GTK-Doc 1.18

GTK-Doc is used to document C code. It is typically used to document the public API of libraries, such as the GTK+ and GNOME libraries, but it can also be used to document application code.Note that GTK-Doc wasn't originally intended to be a...

sphinxcontrib-proceduralimage adds the proceduralimage directive to Sphinx.It allows a python code snippet to be supplied, that generates an image, that will be included in the documentation.It adds a single directive, proceduralimage. It takes a block of...

sphinxjp.themes.dotted is a dotted style theme for Sphinx.Set upMake environment with easy_install: easy_install sphinxjp.themes.dottedConvert Usagesetup conf.py with:extensions = ['sphinxjp.themecore']html_theme = 'dotted'and run:make...

blockdiagcontrib-class is a blockdiag plugin that provides a Square node-renderer.blockdiagcontrib-class is a sample implementation for blockdiag plugin.Diagram examplesblockdiagcontrib-class renders class as node's shape.Example:diagram admin...

blockdiagcontrib-cisco is a blockdiag plugin for that provides shapes for networking. The shapes are using Network Topology Icons designed by Cisco Systems, Inc.Diagram examples:`blockdiagcontrib-cisco` renders network icon as node's...

sphinxfeed is a Sphinx extension derived from Dan Mackinlay's sphinxcontrib.feed package.It relies on the feedformatter package instead of Django utils to generate the feed.Usage1. Install sphinxfeed using easy_install / pip / python setup.py install2....