The Linux-Mobile-Guide is a guide for users of Linux and laptops, notebooks, PDAs and other mobile computers.This guide was former known as Linux-Laptop-HOWTO but was now extended to cover Linux and mobile computer devices in general (laptops, PDAs,...

sphinxcontrib-sqltable is a Sphinx extension that contains sphinxcontrb.sqltable, an extension to Sphinx to allow authors to embed SQL statements in source documents and produce tabular output in rendered documents.Refer to the main documentation page for...

sphinxcontrib-gtkwave is a Sphinx extension that executes GTKWave during the build step and includes its screenshot into the documentation. GTKWave can display wave files like VCD.Links:- Home: https://github.com/ponty/sphinxcontrib-gtkwave-...

gir2rst

gir2rst 0.3

gir2rst is a tool that provides a package and command-line tool to create Sphinx documentation from GObject-Introspection files.InstallationFetch the latest version from Githubgit clone git://github.com/matze/gir2rst.gitand install with:python setup.py...

sphinxcontrib-plantuml is a plantuml extension for Sphinx.First, you may need to specify plantuml command in your conf.py:plantuml = ['java', '-jar', '/path/to/plantuml.jar']Instead, you can install a wrapper script in your PATH:% cat < < EOT >...

actdiag

actdiag 0.4.0

actdiag is a Python module to generate activity-diagram image file from spec-text file.You can get some examples and generated images on tk0miya.bitbucket.org .Setupby easy_installMake environment:easy_install actdiagby buildoutMake environment:hg clone...

sphinxcontrib-sadisplay is a Sphinx extension used for rendering PlantUML diagrams generated by SqlALchemy models.Most part of code based on sphinxcontrib-plantuml source code.Install:pip install sphinxcontrib-sadisplayUsage:.. sadisplay:: :module:...