rstspreadsheet is a module that adds the spreadsheet directive for reStructuredText. You can use it from Docutils or Sphinx. Any Python function/module can be used to calculate the cell value.
xhtml2pdf is a converter for HTML/XHTML and CSS to PDF and a Python package.
sphinxcontrib-seqdiag contains the seqdiag Sphinx extension.This extension enable you to insert sequence diagrams in your Sphinx document. Following code is sample:.. seqdiag::
sphinxcontrib-actdiag contains the actdiag Sphinx extension.
sphinxcontrib-nwdiag contains the nwdiag Sphinx extension.This extension enable you to insert network diagrams in your Sphinx document. Following code is sample:.. nwdiag::
cloud_sptheme is a small package containing a Sphinx theme named "Cloud", along with some related Sphinx extensions. To see an example of the theme in action, check out it's documentation at http://packages.python.org/cloud_sptheme.
nwdiag is a Python tool to generate network-diagram image file from spec-text file.You can get some examples and generated images on tk0miya.bitbucket.org.
sphinxcontrib-requirements contains the requirements Sphinx extension.Allows declaring requirement specs wherever in the documentation (for instance, in docstrings of UnitTest.test_* methods) and displaying them as a single list.
mysql-autodoc is a program to generate html documentation for a mysql dtabase.The idea ant the template is base on the postgresql_autodo from Rod Taylor.Installing:
Grunt is a software to make a slideshow from a text file.Installation:sudo pip install gruntExample: ...
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 .Setup
sphinxjp.themes.bizstyle is a business style documentation theme for Sphinx.Set upMake environment with easy_install:easy_install sphinxjp.themes.bizstyle
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']
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.
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 ...
sphinxjp.themes.biz_blue_simple is a Sphinx simple blue theme for business.Output Sampleoutput: http://packages.python.org/sphinxjp.themes.biz_blue_simple/
pywebuml is a package that will parse C#, Java or Python files, and generate the UML class diagram using a web interface.It has 2 commands:>>> pywebuml initialize
sphinx-http-domain is a Sphinx plugin to add an HTTP domain, allowing the documentation of RESTful HTTP methods.You can document simple methods, wrap any arguments in the path with curly-braces:
The sphinxcontrib-phpdomain package contains the phpdomain Sphinx extension.This extension provides a PHP domain for Sphinx.
blockdiagcontrib-class is a blockdiag plugin that provides a Square node-renderer.blockdiagcontrib-class is a sample implementation for blockdiag plugin.Diagram examples