Commit Graph

175 Commits

Author SHA1 Message Date
David P. Sanders
8897c39731 notebook docs touchup
closes #3902

incorporating doc changes from David Sanders, minor revisions my own

-@ivanov
2013-08-08 17:41:51 -07:00
damianavila
e77906e213 Fixing names for aliases. 2013-08-02 17:58:44 -03:00
Paul Ivanov
9a5d83b017 add keyboard shortcut to docs, closes #2960 2013-07-31 22:49:16 -07: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
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
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
Brian Granger
27d5b1b8cb Moving examples to the top level. 2013-01-19 14:22:22 -08:00
Aron Ahmadia
4620ce8348 Remove Equation References/Numbering, Fix Bugs
Equation References and Numbering are not going to be trivial to add,
so the code has been removed for now.  Important fixes include
no-MathJax support (previously, the code was failing), and the
generation of unique ids for the rendering content in each cell,
tremendously speeding up MathJax rendering.

I am still not rendering placeholder text.
2012-11-01 08:22:19 +00:00
Aron Ahmadia
12c661f761 Improved MathJax, missing callback workaround
MathJax.InputJax.TeX.resetEquationNumbers is supposed to be available,
but isn't consistently loaded before the notebook fires off its first
re-render request.  The code edits in mathjaxutils.js fix this issue.

Additionally, there was some init code in mathjaxutils.js that has been
properly excised to the html templates.

Removed some orphan rendering code so that all typesetting now goes
through mathjaxutils.js

Finally, removed an extra cell in the demo notebook.
2012-11-01 08:22:19 +00:00
Aron Ahmadia
2ec0115f77 added math typesetting example notebook 2012-10-13 14:10:22 +03:00
MinRK
bc1ea4dfbc rebuild example notebooks
* no longer reference left panel
* no longer suggest starting the notebook with `--pylab`.
2012-06-27 22:31:20 -07:00
Brian Granger
e817bfdaeb Update directview.ipynb & allowing no-callbacks in kernel.execute. 2012-05-31 13:08:34 -07:00
Brian Granger
94b24d6ac9 Moving direct view widget to docs/examples. 2012-05-31 13:08:33 -07:00
Fernando Perez
d5ee46181c Add embedded video example by Chris Kees. 2011-12-18 23:20:13 -08:00
Fernando Perez
46d4fc1cbc Add introductory 'tour' illustrative notebook. 2011-12-18 19:58:56 -08:00
Fernando Perez
526dc1da56 Update docs logo to our current one, other minor fixes. 2011-07-29 23:40:53 -05:00
MinRK
66e0d22bec gave logo harder, cleaner edges 2011-02-10 12:42:24 -08:00
Erik Tollerud
14db36cf37 added logo to sphinx documentation 2010-10-24 18:36:05 -07:00