Commit Graph

370 Commits

Author SHA1 Message Date
Thomas Kluyver
7aa778166e Update Intersphinx URL for IPython 2017-01-31 15:36:00 +00:00
Thomas Kluyver
9058de7ab7 Remove link to outdated note about roundtrip conversions 2017-01-31 15:34:50 +00:00
Thomas Kluyver
99ad2091fb Update links to example notebooks
Closes gh-953 (fixing link to markdown cells example nb)
2017-01-31 15:33:37 +00:00
kikocorreoso
72769862f9 doc typos related with issue #2069 2017-01-27 08:59:13 +01:00
clarka34
7ab7fd0c24 Update button icon.
Changed button icon so it displays properly. Previously, it displayed an empty icon.
2017-01-15 23:38:26 -08:00
Kyle Kelley
f5f97d1f93 Merge pull request #2007 from minrk/password
add `jupyter notebook password` entrypoint
2017-01-13 09:55:27 -06:00
Dennis
b97336c35d typo an to and 2017-01-07 19:20:36 +02:00
Min RK
f7b85b0999 include jupyter notebook password entrypoint in secure notebook docs 2017-01-03 15:27:02 +01:00
Min RK
0b50201ae4 note downgrade of CodeMirror in changelog 2016-12-21 22:31:00 +01:00
Min RK
86c6268f64 prose review 2016-12-21 22:31:00 +01:00
Min RK
dacea0e0d9 changelog notes for 4.3.1 2016-12-21 22:31:00 +01:00
Grant Nestor
2113b461de Add 4.3.1 to changelog 2016-12-21 11:43:43 -08:00
Min RK
7fa5d5a1be cover token authentication in security docs 2016-12-13 13:09:55 +01:00
Thomas Kluyver
32f92b489e Merge pull request #1955 from gnestor/4.3
Add 4.3 to changelog
2016-12-08 15:32:46 +01:00
Grant Nestor
74b935e6b5 Add 4.3 to changelog 2016-12-07 12:05:12 -08:00
plysaght
b431a9a11a Fixed typo in 1st line of Browser Compatibility section 2016-12-05 12:18:34 -08:00
michaelpacer
50c7df0958 adding link to actual source file per spatialaudio/nbsphinx#74 2016-11-29 09:51:17 -08:00
michaelpacer
791e398679 Fix sphinx warning about new lines after markup 2016-11-28 16:55:15 -08:00
michaelpacer
9e3e946a42 Change sourcecode:: to code-block:: 2016-11-28 15:43:10 -08:00
michaelpacer
d751f177c3 Remove redundant code-block invocation 2016-11-28 15:13:11 -08:00
Thomas Kluyver
8f7825031f Fix highlighting of Python code blocks
The configuration on RTD doesn't default to Python highlighting, it
seems.

http://jupyter-notebook.readthedocs.io/en/latest/comms.html
2016-11-20 13:56:58 +00:00
Carol Willing
6b76f0aa8c Edit from @takluyver review 2016-11-03 18:32:29 -07:00
Carol Willing
f138c32719 Minor edits to comms doc 2016-11-03 18:09:52 -07:00
Thomas Kluyver
5cdc8682d3 Start documenting how to use Comms
See gh-1869
2016-11-03 16:00:46 -07:00
Thomas Kluyver
b5acf7bf1c More updates to security doc 2016-10-24 10:59:11 +01:00
Grant Nestor
40660e6102 Update security docs to reflect new signature system 2016-10-23 16:38:33 -07:00
Adam Chainz
a947025308 Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-10-09 21:56:18 +01:00
Carol Willing
f2f916315c Edits to correct rst errors found by doc8 2016-10-02 14:44:02 -07:00
Matthias Bussonnier
c70455b779 Merge pull request #1792 from spoorthyv/master
Updated Jupyter Logos to Fit New Guidelines
2016-09-28 13:07:05 -07:00
spoorthyv
6a3260b435 Updated Jupyter Logos 2016-09-27 16:11:41 -07:00
Christoph Klein
dfa257cbcc Fix minor typos in notebook server docs 2016-09-27 15:30:39 -04:00
Min RK
28c5d98196 Release notes for 4.2.3 2016-09-16 11:26:58 +02:00
Pierre Carru
a327ce804b docs: Update dead links 2016-09-09 16:30:07 +02:00
Carol Willing
62f3f3de00 Remove second Python version 2016-09-06 11:19:54 -07:00
Carol Willing
e2c2037f1f Remove anaconda cloud from metadata 2016-09-06 11:15:19 -07:00
michaelpacer
ec632df150 Make jupyter dir location more specific 2016-09-05 14:37:02 -07:00
dm-wyncode
c476e78b5b Attempted to correct a URL that was a dead link. I inserted my best
guess to the updated version.
	modified:   docs/source/examples/Notebook/JavaScript Notebook Extensions.ipynb
2016-09-03 16:43:50 +00:00
Thomas Kluyver
3026b25cfb Update release docs for PEP 527 2016-09-01 15:21:41 +01:00
michaelpacer
e8b4ebc4a6 Add note on JupyterHub to docs 2016-08-25 19:39:07 -07:00
Min RK
f396334380 Merge pull request #1579 from parente/bundler-api
Bundler extension API
2016-08-13 22:03:15 +02:00
Min RK
3dce57501a Changelog for 4.2.2 2016-08-05 10:40:42 +02:00
Peter Parente
2473efcb3d Update Distributing Jupyter Extensions doc
* Add tarball_bundler example inline
* Add tarball_bundler example to bundler doc too
* Cross-ref from distributing doc to doc about writing extensions

(c) Copyright IBM Corp. 2016
2016-07-05 14:53:00 -04:00
Peter Parente
4a3386663c New bundler extensions developer doc
* Improve some docstrings too
* Fix a busted extension link along the way

(c) Copyright IBM Corp. 2016
2016-07-05 13:12:03 -04:00
Min RK
a12e6e4d05 changes for 4.2.1 2016-06-03 13:51:20 +02:00
Min RK
12d5189e95 remove discussion of IPython profiles from notebook signatures docs 2016-06-01 11:01:48 +02:00
Carol Willing
eac86ab13b Edits to text 2016-05-06 14:14:55 -07:00
Matthias Bussonnier
1838e966e6 Document kernel.js extensions. 2016-05-06 12:06:04 -07:00
Yuval Langer
80ae2c9322 Use fixed version number. 2016-05-03 20:07:28 +03:00
Yuval Langer
cbbc713a77 Make Importing Notebooks guide work again. 2016-05-03 19:07:33 +03:00
Carol Willing
215244b5f6 Fix minor formatting error 2016-05-02 15:27:33 -07:00