Commit Graph

4325 Commits

Author SHA1 Message Date
Brian E. Granger
15b5b99e87 Moving tutorials. 2014-03-30 10:18:05 -07:00
Brian E. Granger
e77493269e Moving Math typsetting nb 2014-03-30 10:18:04 -07:00
Brian E. Granger
7740164527 Moving User Interface nb 2014-03-30 10:18:04 -07:00
Brian E. Granger
46ba7b7c3a Moving widgets->Widgets 2014-03-30 10:14:57 -07:00
Brian E. Granger
87b2e609a5 Moving notebooks->Notebook 2014-03-30 10:14:56 -07:00
Brian E. Granger
b60d1542b2 Merge branch 'master' of github.com:ipython/ipython 2014-03-30 10:13:27 -07:00
MinRK
78bc36ec38 update link
The page is in the sphinx docs, not on the main website.
2014-03-28 14:41:10 -07:00
Min RK
3c0727ae49 Merge pull request #5464 from takluyver/i5460
Fix starting notebook server with file/directory at command line.
2014-03-28 11:54:33 -07:00
Thomas Kluyver
b878696a95 Fix starting notebook server with file/directory at command line.
The base class implementation of parse_command_line uses update_config,
which ensures that the change event fires for the config traitlet. This
copies that.

Closes gh-5460
2014-03-28 11:51:21 -07:00
Thomas Kluyver
982aab67ba Merge pull request #5290 from jdfreder/dual_tests
Add dual mode JS tests
2014-03-27 15:03:14 -07:00
Paul Ivanov
8cb9057006 Merge pull request #5451 from minrk/comment-shortcut
check that a handler is actually registered in ShortcutManager.handles
2014-03-27 14:38:13 -07:00
MinRK
bfb3d8ec30 check that a handler is actually registered in ShortcutManager.handles
there are a few shortcuts that do not specify handlers
(just for quick help contents),
and this was preventing the actual events from ever firing.
2014-03-27 14:31:07 -07:00
Min RK
a3a9ed261c Merge pull request #5439 from asmeurer/sympy-docs
Point to the stable SymPy docs, not the dev docs
2014-03-26 16:11:19 -07:00
Aaron Meurer
75d4947e81 Point to the stable SymPy docs, not the dev docs 2014-03-26 18:07:17 -05:00
MinRK
9552688a71 back to dev 2014-03-25 22:46:06 -07:00
Min RK
c0ebedd6ef Merge pull request #5437 from cgohlke/patch-1
Install jquery-ui images
2014-03-25 22:45:10 -07:00
cgohlke
8644bf3d84 Install jquery-ui theme images 2014-03-25 22:20:18 -07:00
cgohlke
248695cb8e Install ui-bg_glass_75_e6e6e6_1x400.png 2014-03-25 21:52:09 -07:00
MinRK
2adfb5254c 2.0.0-rc1 2014-03-25 20:16:54 -07:00
Thomas Kluyver
2698467427 Merge pull request #5432 from minrk/cm-links
update links in notebook help menu
2014-03-25 17:47:06 -07:00
Min RK
fb17cf979d Merge pull request #5428 from jdfreder/copying
Update COPYING.txt
2014-03-25 17:23:56 -07:00
MinRK
2daf2fe293 update links in notebook help menu 2014-03-25 17:03:37 -07:00
MinRK
8c56202763 Merge Security Pull Request: security-doc
Document the notebook security and trust model.
2014-03-25 16:57:27 -07:00
Paul Ivanov
0240b20127 Merge pull request #5419 from minrk/responsive-prompts
move prompts from margin to main column on small screens
2014-03-25 16:47:26 -07:00
Min RK
a594a691c6 Merge pull request #5430 from jdfreder/elementappend
Make sure `element` is correct in the context of displayed JS
2014-03-25 16:44:34 -07:00
Min RK
34571232bb Merge pull request #5396 from ivanov/fix-5363
prevent saving of partially loaded notebooks
2014-03-25 16:40:24 -07:00
Paul Ivanov
f41750ca6b address PR feedback 2014-03-25 16:31:29 -07:00
Jonathan Frederic
1235c2f638 Make sure element is correct in the context of displayed JS
closes #5293
2014-03-25 15:54:20 -07:00
Min RK
8f60d349df Merge pull request #5429 from jdfreder/tooltipcompleter
Fix open-in-pager from tooltip
2014-03-25 15:22:43 -07:00
Jonathan Frederic
bd0bfad261 s/COPYING.txt/COPYING.rst 2014-03-25 15:20:47 -07:00
Jonathan Frederic
b4099518f8 Fix tooltip pager feature
Updates to tooltip.js for msg spec changes.
2014-03-25 15:12:38 -07:00
MinRK
97565e3771 move PGP key to download link 2014-03-25 14:40:55 -07:00
MinRK
76424aff09 fix now-confusing section name in public server doc 2014-03-25 13:10:51 -07:00
MinRK
b9c5eec22f move notebook docs to source/notebook 2014-03-25 13:09:26 -07:00
MinRK
322c6431b8 add ipython_security public key 2014-03-25 12:57:50 -07:00
MinRK
bb06f92705 add notebook security doc 2014-03-25 12:57:41 -07:00
Brian E. Granger
31a517f887 Merge branch 'master' of github.com:ipython/ipython 2014-03-25 12:04:06 -07:00
Min RK
b294bf7059 Merge pull request #5404 from jdfreder/accordion
Fix broken accordion widget
2014-03-24 18:08:17 -07:00
Jonathan Frederic
db2e16f2e1 Added a test 2014-03-24 17:00:43 -07:00
Min RK
25b111d7cb Merge pull request #5339 from minrk/iptest-qt-js-wtf
Don't use fork to start the notebook in js tests
2014-03-24 15:52:49 -07:00
Jonathan Frederic
e1daedf95b Fixed keyboard.js indent break 2014-03-24 15:43:10 -07:00
Jonathan Frederic
e235b47472 Make test name match actually file name 2014-03-24 15:32:38 -07:00
Paul Ivanov
997a9735f0 Merge pull request #5320 from jdfreder/focusbug_tt
Fix for Tooltip & completer click focus bug.
2014-03-24 15:18:45 -07:00
Jonathan Frederic
baeae8129a Merge pull request #20 from ivanov/5320-last-thing
small fixes for #5320
2014-03-24 15:14:09 -07:00
Paul Ivanov
c5054883e9 small fixes for #5320 2014-03-24 15:02:04 -07:00
MinRK
191cc65631 halt stream capturer after server terminates 2014-03-24 12:49:55 -07:00
Min RK
380eb5ffdd Merge pull request #5421 from takluyver/iptest-configure-after-setup
Move configuration of Python test controllers into setup()
2014-03-24 12:48:21 -07:00
Thomas Kluyver
1b9bd741b4 Move configuration of Python test controllers into setup() 2014-03-24 12:21:35 -07:00
MinRK
f5ad1cc398 move prompts from margin to main column on small screens
This is mainly for nbviewer, but the relevant CSS lives in IPython.
2014-03-24 11:30:12 -07:00
Jonathan Frederic
aed8b7ba3c Remove commented out lines (for tab evt) 2014-03-21 14:39:43 -07:00