sphinxjp.themes.bizstyle is a business style documentation theme for Sphinx.Set upMake environment with easy_install:easy_install sphinxjp.themes.bizstyleConvert Usagesetup conf.py with:extensions = ['sphinxjp.themecore']html_theme = 'bizstyle'and...

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:...

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-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 >...

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-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-...