##// END OF EJS Templates
Organizing the docs/examples directory. I moved all the old examples into a core subdir. I then created...
Organizing the docs/examples directory. I moved all the old examples into a core subdir. I then created a new kernel subdir for all the examples that are being moved here from ipython1-dev. The examples in core should probably be organized into more appropriately named subdirs. The core subdir should be reserved for things related to the ipython core (as it develops).

File last commit:

r1244:ba669b1a
r1251:99658885
Show More
MANIFEST.in
36 lines | 765 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 doc
exclude doc/\#*
exclude doc/*.1
exclude doc/ChangeLog.*
exclude doc/update_version.sh
# There seems to be no way of excluding whole subdirectories, other than
# manually excluding all their subdirs. distutils really is horrible...
exclude doc/attic/*
exclude doc/build/doctrees/*
exclude doc/build/html/_sources/*
exclude doc/build/html/_static/*
exclude doc/build/html/*
exclude doc/build/latex/*
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
global-exclude .svn
global-exclude .bzr