Commit Graph

136 Commits (4e1e091648d0b007ba574e4ee12c59c8fed13cf1)

Author SHA1 Message Date
Thomas Kluyver 5a8d9182c4 Fix glob pattern for nbconvert template files
12 years ago
Thomas Kluyver 22f7bd4597 Walk nbconvert templates directory for package data files
12 years ago
Min RK a80e387b0a Merge pull request #4700 from minrk/ifmain
12 years ago
Min RK 12acd244ca Merge pull request #4692 from takluyver/setup-symlink-improvements
12 years ago
Thomas Kluyver 74cb75e0c9 Add 'unsymlink command to remove the symlink
12 years ago
MinRK efe3e67e39 move import into ifmain block
12 years ago
Thomas Kluyver 37edc78d76 If symlink already exists, clobber it with current one
12 years ago
Thomas Kluyver 24b7085554 Also check that existing symlink has desired target before allowing it.
12 years ago
MinRK c491cfaab2 remove irunner and iplogger from installed scripts
12 years ago
MinRK f42fc663d2 use if main block in entry points
12 years ago
Thomas Kluyver c479ba9d18 Only ignore existing target for symlink if it is already a symlink
12 years ago
Thomas Kluyver a391a1f755 Don't build Python modules unnecessarily before symlinking to site-packages
12 years ago
Thomas Kluyver 431e078992 Add sample wav file to package_data
12 years ago
MinRK 71d6a80629 add `setup.py jsversion`
12 years ago
Thomas Kluyver 655e870d02 Add comment to automatically generated scripts.
12 years ago
Thomas Kluyver 883c46b5b5 Rework setup to allow installing on Python 2 and 3.
12 years ago
Thomas Kluyver e8d357707a Fix renaming scripts
12 years ago
Thomas Kluyver 432377439b Fix renaming scripts with 3 suffix on Python 3
12 years ago
Min RK d1de1d26f4 Merge pull request #4198 from jdfreder/versionconversion_nbconvert
12 years ago
Paul Ivanov d46a7d6b75 include js tests in package_data
12 years ago
Thomas Kluyver 0cd7d8a5de Remove pycolor script
12 years ago
Jonathan Frederic 171dd43def Added test nbs to setup and removed todo
13 years ago
Brian E. Granger c3510eb75f Merge pull request #4207 from minrk/setup-css
13 years ago
Thomas Kluyver 04b5a4b0ac Fix iptest setuptools entry point
13 years ago
MinRK 74795c2c56 add `setup.py css` command
13 years ago
Paul Ivanov b435738592 added check_for_tornado, closes #3916
13 years ago
damianavila 309649e469 Fixed path in setupbase, again...
13 years ago
damianavila 839cd00e50 Fixed typo in reveal/*.tpl path in setupbase.
13 years ago
damianavila 61cc245423 Add reveal/*.tpl path to setupbase.
13 years ago
Jonathan Frederic 211eb6fb4e Try including everything
13 years ago
Jonathan Frederic 2cf4fffb3b Copy ipynb example files need for nbconvert tests
13 years ago
Paul Ivanov 1f997d3892 check for markdown no longer needed, closes #3610
13 years ago
Matthias Bussonnier 9b08a557e5 Merge pull request #3538 from minrk/launch_ip
13 years ago
MinRK f4d4090fe3 use start_ipython in entry points
13 years ago
MinRK 00cf5001c5 fix tplx extension in nbconvert latex templates
13 years ago
MinRK af65f1177d include nbconvert templates in installation
13 years ago
Brian E. Granger 1c478745fa Fixing imports in setupbase.py.
13 years ago
Brian E. Granger 072a94370d Fixing install logic for nbconvert.
13 years ago
Paul Ivanov 0c11e07148 Merge pull request #3381 from minrk/retina
13 years ago
MinRK a3653e34b1 update references for IPython.html
13 years ago
MinRK 7f255c9d26 remove a few dangling frontends from setupbase
13 years ago
MinRK 38b58e784c make sure test files are installed
13 years ago
Takafumi Arakaki 4aa2bca46c Fix: "python ABS/PATH/TO/ipython.py" fails
13 years ago
MinRK cba52f17e5 use utils/submodule in setup.py
13 years ago
Thomas Kluyver 405e434d45 Fix for checking submodules location
13 years ago
MinRK 6e32ee5546 ensure submodules exist prior to doing anything
13 years ago
Thomas Robitaille a3500c3b15 Fix a bug that caused man pages to not be installed in Python 3 when running from the source tree.
14 years ago
MinRK e972672ddd remove spurious print statement from setupbase.py
14 years ago
MinRK d2940640f5 record sysinfo in sdist
14 years ago
MinRK abab58c0eb add missing plugin .txt to package_data
14 years ago