Commit Graph

4521 Commits

Author SHA1 Message Date
Brian E. Granger
6745281cdc Simplify .py listing code, moving Misc examples. 2014-04-01 15:39:52 -07:00
Brian E. Granger
e2872359c6 Removing Progress Bars example notebook. 2014-04-01 13:17:38 -07:00
Blake Griffith
cc5b787e53 Add git-hooks install script. Update README.md 2014-04-01 10:49:43 -05:00
Brian E. Granger
d5c913c4c2 Removing Editor Shortcuts - these are now in the Shortcut Modal. 2014-03-31 17:06:08 -07:00
Brian E. Granger
b91394cb7d Fixing Help menu links. 2014-03-31 17:06:08 -07:00
Min RK
3f3f3c136e Merge pull request #5436 from ivanov/cm-shorcuts-quickhelp
CodeMirror shortcuts in QuickHelp
2014-03-31 14:36:50 -07:00
Min RK
19ff0c03e1 Merge pull request #5444 from jdfreder/numparse
Fix numeric verification for Int and Float text widgets.
2014-03-31 14:35:00 -07:00
Min RK
e37bf2257d Merge pull request #5449 from minrk/quickhelp-stretch
Stretch keyboard shortcut dialog
2014-03-31 14:34:18 -07:00
Min RK
b976986e8d Merge pull request #5473 from YS-L/githooks
Minor corrections of git-hooks setup instructions
2014-03-31 14:32:15 -07:00
Yung Siang Liau
a30c9fa918 Minor corrections of git-hooks setup instructions 2014-04-01 00:15:01 +08:00
Brian E. Granger
dcddc11601 Lots of doc work. 2014-03-30 14:45:38 -07:00
Brian E. Granger
2cf4e3ab64 Adding back links. 2014-03-30 12:05:09 -07:00
Brian E. Granger
ec0127267e Lots of documentation work. 2014-03-30 12:00:22 -07:00
Brian E. Granger
c2c365cb35 Moving /examples/tests to tools/tests 2014-03-30 10:33:25 -07:00
Brian E. Granger
afdaf0f8e3 Moving files to the top level of each directory. 2014-03-30 10:26:35 -07:00
Brian E. Granger
2dd9d42d4f Updating nb tutorials 2014-03-30 10:18:10 -07:00
Brian E. Granger
2d7644e148 Moving images 2014-03-30 10:18:10 -07:00
Brian E. Granger
78d5a9dbef Renames 2014-03-30 10:18:10 -07:00
Brian E. Granger
08572034b5 Minor changes to nb examples 2014-03-30 10:18:09 -07:00
Brian E. Granger
96d40d6136 Moving 2014-03-30 10:18:09 -07:00
Brian E. Granger
6e62ab2eb4 Work on widget tutorials 2014-03-30 10:18:09 -07:00
Brian E. Granger
26b0f5d510 Renames and index work 2014-03-30 10:18:09 -07:00
Brian E. Granger
417b562f6c Renames 2014-03-30 10:18:08 -07:00
Brian E. Granger
bee0a9a1e6 Updating widgets/example/index 2014-03-30 10:18:08 -07:00
Brian E. Granger
083caa9f1e Moving index.ipynb 2014-03-30 10:18:08 -07:00
Brian E. Granger
f78c95250b Moving interact tutorial. 2014-03-30 10:18:08 -07:00
Brian E. Granger
aa5665e1cd Refactoring interact examples. 2014-03-30 10:18:08 -07:00
Brian E. Granger
890f6961ef Moving examples 2014-03-30 10:18:07 -07:00
Brian E. Granger
340f6a93e9 Moving 2014-03-30 10:18:07 -07:00
Brian E. Granger
d3294f1388 Splitting notebooks. 2014-03-30 10:18:07 -07:00
Brian E. Granger
04ede20f8f Rename 2014-03-30 10:18:07 -07:00
Brian E. Granger
3acb3bb136 Consolidating images. 2014-03-30 10:18:06 -07:00
Brian E. Granger
f12e56c5d4 Moving nb import example. 2014-03-30 10:18:05 -07:00
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
Dale Jung
27a77dedbd API: Allow NotebookManagers to control kernel startup dir. #5468 2014-03-29 17:39:15 -04:00
Paul Ivanov
7880ad88b1 ok, removed last few unnecessary shortcuts 2014-03-28 17:20:22 -07:00
Paul Ivanov
7d4aed19e8 remove cm_keyboard.rst and OS-level shortcuts 2014-03-28 17:01:32 -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
Paul Ivanov
c37e10feb2 move hyphen to cmd_ctrl 2014-03-28 12:58:25 -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
Paul Ivanov
c24ca22955 lower-cased single letter keys in shortcuts 2014-03-27 17:20:06 -07:00
Paul Ivanov
354ff54aa5 remove no-op placeholder edit mode "shortcuts" 2014-03-27 17:05:09 -07:00
Paul Ivanov
40ca1218c7 completed both sets of platform-specific shortcuts 2014-03-27 16:48:01 -07:00
Paul Ivanov
1102095830 Hi, I'm a Mac. And I'm a PC. 2014-03-27 15:24:43 -07:00