initial code brought over from numpy. Now we need to do some simplification of the numpy code.

This commit is contained in:
Chris
2008-11-04 10:29:50 -07:00
parent 324145853e
commit b2141637e5
7 changed files with 1200 additions and 1 deletions

View File

@@ -177,7 +177,8 @@ setup(
entry_points={
'console_scripts': [
'sphinx-build = sphinx:main',
'sphinx-quickstart = sphinx.quickstart:main'
'sphinx-quickstart = sphinx.quickstart:main',
'sphinx-autogen = sphinx.scripts.autosummary_generate:main',
],
'distutils.commands': [
'build_sphinx = sphinx.setup_command:BuildDoc',