##// END OF EJS Templates
Add file for automatic API doc generation....
Add file for automatic API doc generation. This is taken from nipy, where we modified pymvpa code. Eventually this code will work its way back up to sphinx proper, we hope.

File last commit:

r1747:357d6659
r1849:f8615860
Show More
ipcluster
22 lines | 720 B | text/plain | TextLexer
#!/usr/bin/env python
# encoding: utf-8
"""ipcluster script"""
__docformat__ = "restructuredtext en"
#-------------------------------------------------------------------------------
# Copyright (C) 2008 The IPython Development Team
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# Imports
#-------------------------------------------------------------------------------
if __name__ == '__main__':
from IPython.kernel.scripts import ipcluster
ipcluster.main()