##// END OF EJS Templates
fix a few doc typos...
fix a few doc typos found by @juliantaylor closes gh-917

File last commit:

r5160:0ed556a8
r5167:7e0d999a
Show More
MANIFEST.in
34 lines | 644 B | text/plain | TextLexer
include ipython.py
include setupbase.py
include setupegg.py
graft setupext
graft scripts
# Load main dir but exclude things we don't want in the distro
graft IPython
prune IPython/deathrow
prune IPython/frontend/html/notebook/static/mathjax
include IPython/.git_commit_info.ini
include IPython/frontend/qt/console/resources/icon/IPythonConsole.svg
graft docs
exclude docs/\#*
exclude docs/man/*.1
# docs subdirs we want to skip
prune docs/attic
prune docs/build
prune docs/gh-pages
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
global-exclude .svn
global-exclude .bzr
global-exclude .hgignore