Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install sphinxcontrib-programoutput

How to install sphinxcontrib-programoutput

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install sphinxcontrib-programoutput
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.7
0.8Never BuiltWhy not?
0.7 Available View build log
0.6 Available View build log
0.5 Available View build log
0.4.1 Available View build log
0.4 Available View build log
0.7
0.8Never BuiltWhy not?
0.7 Available View build log
Windows (64-bit)
0.7
0.8Never BuiltWhy not?
0.7 Available View build log
0.6 Available View build log
0.5 Available View build log
0.4.1 Available View build log
0.4 Available View build log
0.7
0.8Never BuiltWhy not?
0.7 Available View build log
Mac OS X (10.5+)
0.7
0.8Never BuiltWhy not?
0.7 Available View build log
0.6 Available View build log
0.5 Available View build log
0.4.1 Available View build log
0.4 Available View build log
0.8 Available View build log
0.7 Available View build log
Linux (32-bit)
0.8 Available View build log
0.7 Available View build log
0.6 Available View build log
0.5 Available View build log
0.4.1 Available View build log
0.4 Available View build log
0.8 Available View build log
0.7 Available View build log
Linux (64-bit)
0.8 Available View build log
0.7 Available View build log
0.6 Available View build log
0.5 Available View build log
0.4.1 Available View build log
0.4 Available View build log
0.8 Available View build log
0.7 Available View build log
0.8 Available View build log
 
Links
License
BSD
Dependencies
Depended by
Lastest release
version 0.8 on Nov 22nd, 2012
https://secure.travis-ci.org/lunaryorn/sphinxcontrib-programoutput.png

http://sphinxcontrib-programoutput.readthedocs.org

A Sphinx extension to literally insert the output of arbitrary commands into documents, helping you to keep your command examples up to date.

Installation

Install this extension from the Cheeseshop:

pip install sphinxcontrib-programoutput

The extension requires Sphinx 1.1 and Python 2.6 or Python 3.1 at least.

Usage

Just add this extension to extensions:

extensions = ['sphinxcontrib.programoutput']

Now you've two new directives program-output and command-output to insert the output of programs. The former just inserts the output:

.. program-output:: python -V

Output:

Python 2.7.1

The latter directive mimics a shell session, and is intended to show examples:

.. command-output:: python -V

Output:

$ python -V
Python 2.7.1

Please refer to the documentation for comprehensive information about usage and configuration of this extension.

Support

Please report issues to the issue tracker if you have trouble or found a bug in this extension, but respect the following guidelines:

  • Check that the issue has not already been reported.
  • Check that the issue is not already fixed in the master branch.
  • Open issues with clear title and a detailed description in grammatically correct, complete sentences.

Development

The source code is hosted on Github:

git clone https://github.com/lunaryorn/sphinxcontrib-programoutput

Please fork the repository and send pull requests with your fixes or features, but respect these guidelines:

Subscribe to package updates

Last updated Nov 22nd, 2012

Download Stats

Last month:7

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.