documentr

documentr 1.1.0

documentr is an open source and web-based application specially designed to edit and present software documentation. It uses Markdown as a markup language.documentr allows users to easily maintain documentation for multiple projects and product branches....

Okydoky

Okydoky 0.9.5

Okydoky is an automated documentation builder using Sphinx, Distribute and GitHub (which was setuptools). It makes your closed Python project to continuously build documentations, with the following assumptions:1. Documentation is done using...

dexy

dexy 0.9.9.5

Dexy is an open source document automation utility that can help you create documents using your favorite programming languages and your favorite software.Check out the docs (such as they are). filter references (see what Dexy's filters can do)Read the...

sphinxcontrib-nwdiag contains the nwdiag Sphinx extension.This extension enable you to insert network diagrams in your Sphinx document. Following code is sample:.. nwdiag:: diagram { network { web01; web02; } network { web01;...

nwdiag

nwdiag 0.9.4

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.Setup:by easy_installMake environment: easy_install nwdiagby buildoutMake environment:hg clone...

omdox

omdox 0.6.1 Alpha

OMDOX is a lightweight documentation builder that utilises Jinja2 templates as placeholders for markdown and code.Code samples are parsed with pygments and the content is parsed with markdown.You're in total control of how it looks, feels and responds to...

sphinxcontrib-fulltoc is a Sphinx extension that changes the HTML output to include a more detailed table of contents in the sidebar. By default Sphinx only shows the local headers for the current page. With the extension installed, all of the page...

sphinxcontrib-inheritance is a Sphinx extension that provides Tryton-specific markup.InstallationThis extension can be installed from the Python Package Index:pip install sphinxcontrib-inheritanceAlternatively, you can clone the inheritance repository...

sphinxcontrib-rawfiles is a Sphinx extension to copy raw files, like a CNAME.SettingYou can get archive file at http://bitbucket.org/birkenfeld/sphinx-contrib/Installeasy_install sphinxcontrib-rawfilesConfigure SphinxTo enable this extension, add...