hieroglyph is a Sphinx extension which builds HTML5 slides from ReStructured Text documents.UsingAdd hieroglyph as a Sphinx extension to your configuration:extensions = [ 'hieroglyph',]Build your slides: sphinx -b html5slides output/slidesYou...

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

EazyText

EazyText 0.94

Wiki, in general is a simple markup language to generate html pages that can be rendered in a browser. This is quick and neat way of documentation.EazyText is a text markup tool that is primarily developed for Zeta Project Collaboration suite.The Browser...

sphinx-gettext-helper is a Sphinx extension that contains the gettext helper script for Sphinx .This script enable you to update and build gettext message catalogs more easy:# update and merge PO file from POT file (pot file is generated from Sphinx)$...

Infrared-HOWTO explains how to use the software provided by the Linux/IrDA project.The Infrared-HOWTO (formerly known as the IR-HOWTO) is an introduction to Linux and infrared devices and how to use the software provided by the Linux/IrDA project. This...

mongodoc

mongodoc 0.3.3

mongodoc is a Python module that creates a UML-like diagram for a nested mongodb document.If you have a mongodb database that you wish to document, a good starting point might be to install mongodoc and use the doc-db command:doc-db testAfter answering a...

sphinxcontrib-spelling is a Sphinx package that contains sphinxcontrb.spelling, a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words.Installation: 1. Follow the instructions on the...