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
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
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
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
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
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
79482e8b4f
Add root
2015-06-03 14:46:43 -07:00
Jonathan Frederic
1e7c865cba
Implement @takluyver's magic RTD executor 💀
2015-06-02 12:24:35 -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
Min RK
d71a59cc9f
s/jupyter_notebook/notebook
2015-05-14 10:49:28 -07:00
Matthias Bussonnier
69d86dccc7
Configure watch/livereload extension and document it.
...
Is usefull mostly for css, but will be for typscript too.
2015-04-21 18:30:05 -07:00
stuntgoat
4366fa27b8
adding sphinx support
2015-04-21 15:37:14 -07:00
Jan Schulz
0ab4c36c00
Document how to install kernel spec files
...
Closes : #7988
2015-03-11 21:36:00 +01:00
onesandzeroes
39ada05675
Remove mention of previous behaviour
2015-03-06 08:55:06 +11:00
onesandzeroes
f61f8de555
Update info about latex/pdf conversion
2015-03-05 22:18:01 +11:00
Thomas Kluyver
99572b5e1a
Merge pull request #7878 from minrk/nbconvert-downgrade
...
add downgrade example to whatsnew
2015-02-27 10:06:09 -08:00
Min RK
d0b57d7803
discuss --to notebook
...
- downgrade and execute examples
- also update `--to python` with `--to script`
2015-02-27 10:02:40 -08:00
Min RK
841c4907b1
remove old notebook format doc at the bottom of nbconvert doc
...
There is a much more complete doc of the nbformat now,
I didn't realize this was here, or I would have removed it when I added the new one.
2015-02-26 10:48:15 -08:00
Min RK
a380ccaec2
all new fields are backward-compatible
...
not just on cells, outputs, metadata
2015-01-24 12:10:09 -08:00
Min RK
5496010f0c
describe what constitutes a minor revision to nbformat
2015-01-24 12:08:29 -08:00
Min RK
b23cd3d38e
fix stream output specification in nbformat doc
2015-01-24 12:08:28 -08:00
Min RK
7dcb61b787
add language_info to nbformat doc and spec
2014-11-24 11:55:22 -08:00
Reggie Pierce
ffd5081485
Fixed port range
...
Actual port range for ZMQ is 49152 through 65535. Also fixed some grammar/spelling issues.
2014-11-18 11:22:46 -05:00
Reggie Pierce
9dee257185
Public server firewall configuration
...
Added section on firewall configuration. This should prevent users (like me) from struggling
to figure out why their servers aren't executing code.
2014-11-18 08:56:29 -05:00