Commit Graph

137 Commits

Author SHA1 Message Date
Jonathan Frederic
a5215f3027 Add handler doc 2015-09-29 15:34:17 -04:00
juan serrano
f9280708b2 Add examples of latex expressions 2015-09-12 04:02:34 -07:00
Matthias Bussonnier
c29b8780a3 update shortcut 2015-09-08 09:11:49 -07:00
Matthias Bussonnier
2189b7f686 Merge pull request #363 from Carreau/docs-typo
Docs typo
2015-09-03 11:16:19 +02:00
Matthias Bussonnier
eeb9573991 bring more fixes 2015-09-02 15:12:04 +02:00
Matthias Bussonnier
552fd197d5 port some typos 2015-09-02 15:03:26 +02:00
Matthias Bussonnier
98745984c2 Remove auto generate .rst files 2015-09-02 15:03:24 +02:00
Matthias Bussonnier
de925603e4 move typo from rst to ipynb 2015-09-02 15:03:02 +02:00
jslmann
5f2dea1c8e superficial english fixes
because I appreciate your work, and was bored..
2015-09-02 15:02:58 +02:00
Matthias Bussonnier
06da70c536 Remove unused logo 2015-09-01 14:28:59 +02:00
A-level (hey)
c640d682fd Update JavaScript Notebook Extensions.rst
Hey, I was just reading the docs to better understand the internals. This doc is really informative and interesting and I love the conversational writing style! I hope you don't mind, I made a few quick ten minute proofs/edits. My only question is if this rst doc is the right place to make the edits to populate the ipynb file? Thanks.
2015-08-31 18:49:54 +02:00
Thomas Kluyver
17ba3079f8 Document pre/post save hooks
Using the examples from ipython/ipython#6896

Closes ipython/ipython#8599
2015-08-24 11:43:04 -07:00
Antonino Ingargiola
35f68601dc Typo 2015-08-24 09:57:34 -07:00
Antonino Ingargiola
8d7dba3f85 Spell check 2015-08-24 09:51:25 -07:00
Matthias Bussonnier
f9ad56e206 Add option to not use minified javascript and ease developpement. 2015-08-16 12:33:13 -07:00
Min RK
af44aeb31c add changelog 2015-08-13 22:14:57 -07:00
Thomas Kluyver
89c4defaf2 Miscellaneous doc updates and warning-squashing 2015-08-06 10:51:51 -07:00
Thomas Kluyver
b9c88fdf84 Add browser compatibility info
Moved from IPython docs
2015-08-06 10:38:25 -07:00
Min RK
26334946f9 Merge pull request #238 from takluyver/Carreau-icons
iconset for Jupyter notebook
2015-07-28 10:16:32 -07:00
Min RK
2218d7df95 Merge pull request #235 from takluyver/docs-mathjax
Fix up some issues with the Mathjax examples in the docs
2015-07-27 14:38:33 -07:00
Thomas Kluyver
884ef1dc28 Fix up some issues with the Mathjax examples in the docs
Fix the display of code samples in the Mathjax example doc, and squash
some warnings when building the docs.

This still doesn't make most of the examples display, because pandoc
makes the \begin{} & \end{} block into a raw latex block, which isn't
rendered in the HTML output. Not sure what to do about that.
2015-07-27 14:03:43 -07:00
Thomas Kluyver
72fa817fab Make 'extending' a directory in the docs 2015-07-27 13:41:18 -07:00
Scott Sanderson
e76548a96a MAINT: Simpler way of writing classes. 2015-07-25 19:10:26 -04:00
Scott Sanderson
0d70a84ef1 DOC: More notes on Contents API. 2015-07-25 19:10:26 -04:00
Scott Sanderson
7e720ab22b WIP: Moar docs. 2015-07-25 19:10:26 -04:00
Scott Sanderson
9e13c3b0cd DOC: Initial work on Contents API docs. 2015-07-25 19:10:26 -04:00
Thomas Kluyver
86ab103195 Remove docs on live-rebuilding CSS
We moved away from gulp.
2015-07-24 18:02:17 -07:00
Thomas Kluyver
96032f7ec1 Document installing the JS machinery 2015-07-24 18:01:48 -07:00
Matthias Bussonnier
688dc2c6e8 iconset for Jupyter notebook
The pngs could be generated from inkascape in a loop, though for reason X
or Y, inkscape 0.91 refuse it.

The command to generate the icns is

iconutil -c icns -o ipynb.icns ipynb.iconset

 - yes the folder have to be named icon.iconset, because apple
 - yes the file icon_111x111@2x.png is the same than icon_222x222.png
   but the @2x make a difference on retina screen, because apple

right now in **some conditions** the iconutils fails with out of memory.
we should try to pngcrush some images.
2015-07-16 17:02:15 -07:00
Sylvain Corlay
01a9dd8424 step-forward button 2015-07-13 00:43:38 -04:00
Jonathan Frederic
b19a4eab3f Update link 2015-06-19 12:49:37 -07:00
Jonathan Frederic
90fce8db85 Correct link 2015-06-19 12:48:47 -07:00
Jonathan Frederic
cc551ea657 Check in built rst 2015-06-18 14:08:59 -07:00
Jonathan Frederic
b41e33ae3a Add custom template to notebook conversion, which adds a nbviewer link, and corrects internotebook links. 2015-06-18 14:07:52 -07:00
Jonathan Frederic
5c05a0d720 Update index 2015-06-18 13:09:24 -07:00
Jonathan Frederic
a0e20c7706 Add ability to compile notebooks to restructured text. 2015-06-18 13:03:34 -07:00
Jonathan Frederic
4671bb9cb7 Moved example files into docs folder 2015-06-18 13:01:38 -07:00
Jonathan Frederic
07815b4ffc Remove wonky custom theme 2015-06-04 16:19:23 -07:00
Jonathan Frederic
a18acf52c8 @takluyver 's suggested changes. 2015-06-04 09:35:02 -07:00
Jonathan Frederic
4eb2db842b cwd->getcwd 2015-06-03 14:57:23 -07:00
Jonathan Frederic
79482e8b4f Add root 2015-06-03 14:46:43 -07:00
Jonathan Frederic
130d3d4779 Add requirements file for RTD 2015-06-02 17:30:56 -07:00
Jonathan Frederic
3716dd7328 Correct reference. 2015-06-02 15:35:01 -07:00
Jonathan Frederic
1e7c865cba Implement @takluyver's magic RTD executor 💀 2015-06-02 12:24:35 -07:00
Jonathan Frederic
38c6fffd8d Update jsdoc config. 2015-06-02 11:03:26 -07:00
Jonathan Frederic
af18367030 Remove profile info. 2015-06-02 08:26:23 -07:00
Jonathan Frederic
1ac315436b Update link to kernel install doc 2015-06-02 08:26:23 -07:00
Jonathan Frederic
0e10d87292 Implement @takluyver's doc generation API 2015-06-02 08:26:23 -07:00
Jonathan Frederic
bc2a2ecde2 Day 2 - rst 2015-06-02 08:24:17 -07:00
Jonathan Frederic
af5fbc5fc9 Day 1 2015-06-02 08:24:17 -07:00