Commit Graph

2253 Commits

Author SHA1 Message Date
damianavila
e77906e213 Fixing names for aliases. 2013-08-02 17:58:44 -03:00
damianavila
ba701557f3 Fixing docs. 2013-07-31 20:12:28 -03:00
damianavila
2894b267b5 Added working speaker notes for slides. 2013-07-31 19:55:08 -03:00
Min RK
ac88931fee Merge pull request #3850 from minrk/store_history
add missing store_history key to Notebook execute_requests
2013-07-30 18:25:37 -07:00
Min RK
76b45c7bd3 Merge pull request #3844 from minrk/payload
update payload source

should be simple key, not Python- (or worse, IPython-) specific long key.

I could have sworn I did this long ago, but apparently the source key was only updated in display_data, not execute_reply.
2013-07-30 18:18:38 -07:00
Min RK
40b113fc4e Merge pull request #3848 from minrk/empty-docstring
fix incorrect `empty-docstring`
2013-07-30 18:14:17 -07:00
Min RK
14da30f06f Merge pull request #3836 from jhamrick/no-mathjax
Parse markdown correctly when mathjax is disabled

Closes #3835
2013-07-30 18:06:36 -07:00
MinRK
9845ba1416 add missing store_history key to Notebook execute_requests 2013-07-30 16:29:35 -07:00
MinRK
1f97024d2b fix incorrect empty-docstring
in notebook tooltip.

The else condition wasn't quite right, and would set doctsring to 'empty doctsring'
even when there was a doctoring.
2013-07-30 15:56:46 -07:00
Min RK
50fba9453e Merge pull request #3831 from minrk/nbdoc
update nbconvert doc with new CLI
2013-07-30 14:56:02 -07:00
Jessica B. Hamrick
3001ef8535 Parse markdown correctly when mathjax is disabled 2013-07-30 23:30:08 +02:00
MinRK
6277c845c3 update payload source
should be simple key, not Python (or worse, IPython) specific long key.

I could have sworn I did this long ago,
but apparently the source key was only updated in display_data,
not execute_reply.
2013-07-30 13:04:27 -07:00
MinRK
af231f6177 add pandoc note 2013-07-30 11:40:49 -07:00
MinRK
dd7e990b7d add some detail in rst and markdown output 2013-07-30 11:35:57 -07:00
MinRK
71a6794371 rename nbconvert doc to nbconvert.rst 2013-07-30 10:38:42 -07:00
MinRK
8315ae4ed1 update nbconvert doc
update to new CLI

remove documentation of ill-advised `--script` option.
2013-07-29 17:13:55 -07:00
MinRK
f9ded17c22 remove pylab from notebook doc 2013-07-29 16:54:05 -07:00
Min RK
a95cec67ea Merge pull request #3824 from minrk/heading-link-local
don't set target on internal markdown links

simple in-page anchor navs shouldn't open a new tab.
2013-07-29 13:24:51 -07:00
Min RK
cf897b1b92 Merge pull request #3816 from Carreau/depylab
s/pylab/matplotlib in docs

Remove most remaining mentions of `--pylab` in the docs.
2013-07-29 13:22:18 -07:00
Matthias Bussonnier
46dd601dd8 Merge pull request #4 from minrk/pr/3816
Finish up PR #3816
2013-07-29 12:50:02 -07:00
MinRK
ef6b991881 don't set target on internal markdown links
simple in-page anchor-nav shouldn't open a new tab.
2013-07-29 12:10:42 -07:00
MinRK
698953e8b1 don't recommend ipython notebook --matplotlib 2013-07-29 11:27:51 -07:00
MinRK
92e5c3c873 Merge Pull Request #3772
from dpsanders/notebook_docs_refactored

closes #3772
2013-07-29 10:34:26 -07:00
MinRK
984cc1315d fix a few markup issues and inaccuracies 2013-07-29 10:34:16 -07:00
MinRK
b045fa70c9 txt/rst in notebook docs 2013-07-29 10:18:09 -07:00
David P. Sanders
152e515424 Initial refactoring of htmlnotebook.txt into 3 parts.
Renamed htmlnotebook.txt to notebook.txt. 79-char width hard wrapping imposed. Rearrangment of order and level within notebook.txt. Almost no text modified.
2013-07-29 10:16:10 -07:00
Matthias BUSSONNIER
8b71a49fc2 remove again a few other occurences 2013-07-29 00:31:54 +02:00
Jonathan Frederic
f782beb830 Merge pull request #3784 from jdfreder/export_flavors
nbconvert: Export flavors & PDF writer (ipy dev meeting)
2013-07-27 08:38:42 -07:00
Jonathan Frederic
de691a5ba2 Part way through adding 'flavor' support 2013-07-26 15:46:23 -07:00
Jonathan Frederic
181b8709b3 Merge pull request #3770 from damianavila/group_reveal
Organizing reveal's templates.
2013-07-26 15:44:55 -07:00
Matthias Bussonnier
433761dac3 Merge pull request #3782 from minrk/import-nb-example
add Importing Notebooks example
2013-07-26 10:38:16 -07:00
MinRK
9c94c96bec remove informal notes from importing example 2013-07-26 09:41:41 -07:00
Matthias Bussonnier
e2538556b7 Merge pull request #3793 from jhamrick/master
Disable autotooltip if no docstring 

This will disable the tooltip if there's no docstring, after ( is typed. Pressing tab to request the tooltip will still bring it up. This hasn't been tested against the Julia kernel, however.

Closes #3788
2013-07-26 08:16:28 -07:00
Jessica B. Hamrick
9973445f9a Closes #3788 2013-07-25 18:40:25 -07:00
Matthias Bussonnier
11cffbe52e Merge pull request #3781 from minrk/oinfo_request
comply with the message spec in the notebook
2013-07-25 17:48:32 -07:00
MinRK
1c7002cd64 add Importing Notebooks example 2013-07-25 13:52:57 -07:00
MinRK
d3540da8f5 add missing block key in complete_request 2013-07-25 13:19:07 -07:00
MinRK
defd49a8b9 comply with the message spec in object_info requests
missing detail_level key
2013-07-25 13:11:07 -07:00
Matthias Bussonnier
5de1fc038f Merge pull request #3779 from minrk/new
remove bad `if logged_in` preventing new-notebook without login

Min's mistake :-)
2013-07-25 12:08:24 -07:00
MinRK
03883d82e4 remove bad if logged_in preventing new-notebook without login 2013-07-25 12:07:40 -07:00
Matthias Bussonnier
e07ddebdf6 Merge pull request #3743 from minrk/noro
remove notebook read-only view

it is largely broken, and had problematic security issues.
2013-07-25 10:51:26 -07:00
Matthias Bussonnier
b78f0851a3 Merge pull request #3732 from minrk/slow-save-on-close
add delay to autosave in beforeunload

allows forceful 'discard changes' by reloading the page and dismissing the warning.
The timer doesn't start until after the dialog is dismissed, so if you decide to nav away without saving changes, the changes will actually not be saved.
2013-07-25 10:50:39 -07:00
damianavila
309649e469 Fixed path in setupbase, again... 2013-07-25 08:09:05 -03:00
damianavila
839cd00e50 Fixed typo in reveal/*.tpl path in setupbase. 2013-07-25 08:01:44 -03:00
damianavila
61cc245423 Add reveal/*.tpl path to setupbase. 2013-07-25 07:58:26 -03:00
Matthias Bussonnier
68cf7df38a Merge pull request #3741 from minrk/badnbmsg
better message when notebook format is not supported

different messages for bad version and bad JSON.

closes #1592
2013-07-25 00:11:39 -07:00
Min RK
4013b972a8 Merge pull request #3766 from StefanKarpinski/master
handle missing metadata in pyout messages more gracefully.
2013-07-24 21:38:16 -07:00
Stefan Karpinski
f0cb45536c handle empty metadata in pyout messages more gracefully. 2013-07-24 21:03:57 -07:00
MinRK
f9dd129e1c remove notebook read-only view
it is largely broken, and had problematic security issues.
2013-07-23 13:22:05 -07:00
MinRK
2a09958bb6 better message when notebook format is not supported
Different messages for bad version and bad JSON.

closes #1592
2013-07-23 12:36:22 -07:00