##// END OF EJS Templates
Merging in ipython-ipython1b branch. This branch was used to merge in the docs from ipython1-dev,...
Merging in ipython-ipython1b branch. This branch was used to merge in the docs from ipython1-dev, as well as the stuff from the ipython1-sconfig branch. In addition to simply merging the docs from ipython1-dev, I have completely reorganized the docs to make the easier to read and write.

File last commit:

r1259:55fa12a7
r1261:a818e11a merge
Show More
MANIFEST.in
31 lines | 618 B | text/plain | TextLexer
include README_Windows.txt
include win32_manual_post_install.py
include ipython.py
graft scripts
graft setupext
graft IPython/UserConfig
graft IPython/kernel
graft IPython/config
graft IPython/testing
graft IPython/tools
graft docs
exclude docs/\#*
exclude docs/man/*.1
exclude docs/ChangeLog.*
# There seems to be no way of excluding whole subdirectories, other than
# manually excluding all their subdirs. distutils really is horrible...
exclude docs/attic/*
exclude docs/build/*
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
global-exclude .svn
global-exclude .bzr