##// END OF EJS Templates
remove publish_foo functions
remove publish_foo functions

File last commit:

r10158:00b960d0
r10447:853e909f
Show More
.gitignore
16 lines | 228 B | text/plain | TextLexer
Fernando Perez
Add MANIFEST to ignore list.
r4983 MANIFEST
Fernando Perez
Small fixes to git ignore file
r3200 build
MinRK
update gitignore to exclude dist and zipped man pages...
r4187 dist
_build
docs/man/*.gz
Brian Granger
Adding .gitignore and updating release to remove bzr tag.
r2592 docs/source/api/generated
MinRK
added gh-pages command for GitHub hosted sphinx docs
r3255 docs/gh-pages
MinRK
Add utility function for installing mathjax for offline use...
r4652 IPython/frontend/html/notebook/static/mathjax
MinRK
ignore bower components
r10158 IPython/frontend/html/notebook/static/components
Fernando Perez
Small fixes to git ignore file
r3200 *.py[co]
Bradley M. Froehle
Tell git to ignore __pycache__ directories.
r8534 __pycache__
Brian Granger
Adding .gitignore and updating release to remove bzr tag.
r2592 build
*.egg-info
Fernando Perez
Small fixes to git ignore file
r3200 *~
Thomas Kluyver
Ignore .bak files
r3111 *.bak
Marc Abramowitz
Add .tox to .gitignore
r7632 .tox