Commit Graph

504 Commits

Author SHA1 Message Date
Min RK
ee64f5475d
changelog for 6.1.5 2020-11-18 10:13:09 -08:00
Kevin Bates
7f7ea8e85c
Merge pull request #5804 from rahulporuri/cln/remove-utf8-coding-cookies
Remove utf8 coding cookies
2020-10-13 15:09:45 -07:00
adcdr
05a9b02bb7
Fix broken links
The documentation linked below contains 3 rendering errors:
https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/What%20is%20the%20Jupyter%20Notebook.html

These are caused by limitations in the Sphinx tool used to render the page:
https://docutils.sourceforge.io/FAQ.html#is-nested-inline-markup-possible

This PR fixes them with the least amount of changes.
2020-10-13 21:11:23 +01:00
Sai Rahul Poruri
9dd2af27de CLN : Remove utf8 coding cookies
On Python 3, the default source file encoding for Python files is utf-8
and because Python 2 is no longer supported, the utf8 coding cookies can
be removed
2020-10-10 15:30:06 +01:00
Matt Riedemann
02b1769e5d Embed frontend_config toctree in config_overview
The section `Notebook front-end client` in the config overview
page was essentially a toc tree except the sub-section links
went to the top of the frontend_config page rather than the real
sub-sections in that page because they all used the same reference.

Rather than create a unique reference for each sub-section in the
frontend_config page, this simply embeds the frontend_config toctree
within the config_overview page which essentially has the same effect.

Closes #5740
2020-09-10 08:50:03 -05:00
Kevin Bates
d8308e1380
Release 6.1.4 2020-09-08 10:47:36 -07:00
Zachary Sailer
bb55a1b41c
Update docs/source/troubleshooting.rst 2020-08-28 08:09:47 -07:00
Kevin Bates
78f185f76a
Add reference to IPython docs for multi-env scenarios 2020-08-27 17:11:19 -07:00
Kevin Bates
1587a61468
Add additional entries to troubleshooting section 2020-08-25 16:52:58 -07:00
Jaipreet Singh
1dad47ac13
Fix broken links to jupyter documentation
After https://github.com/jupyter/jupyter/pull/523, the paths for a few links were moved from `/projects` to `/use`

This has broken the first 2 links under https://jupyter-notebook.readthedocs.io/en/stable/config_overview.html#jupyter-s-common-configuration-system 

This change modifies the code to use the new paths.
2020-08-18 14:30:35 -07:00
Kevin Bates
2d8b28adc0
Release 6.1.3 2020-08-12 17:28:22 -07:00
Kevin Bates
38d8308382
Release 6.1.2 2020-08-12 09:44:42 -07:00
Steven Silvester
4489ca6b59 Release 6.1.1 2020-08-03 13:52:47 -05:00
Kevin Bates
97a89ff367
Update 6.1 changelog with post rc1 changes (#5639)
* Update 6.1 changelog with post rc1 changes
2020-07-31 10:28:27 -07:00
Reece Hart
427bc961ee closes #4029: implement optional markdown header and footer files 2020-06-08 05:11:30 -05:00
Kevin Bates
36bc44a82c
Release 6.1.0rc1 2020-06-07 08:07:32 -07:00
Kevin Bates
6dc3ca94d7
6.1.0 Changelog (#5515) 2020-06-06 19:55:44 -07:00
Vidar Tonaas Fauske
7bf9b5ec68
Document contents chunks (#5508)
* Document contents chunks

Add a documentation entry for the contents API regarding use of "chunk" in save.

Adds an `extra_requires` value in setup.py for installing documentation dependencies.
2020-06-05 08:24:00 -07:00
Kyle Kelley
6308e979aa
Merge pull request #2922 from takluyver/run-cell-play
'Play' icon for run-cell toolbar button
2020-05-28 09:51:35 -07:00
Thew Dhanat
95c9dfbdb0
Add cell attachments to markdown example (#5412) 2020-05-21 03:31:39 -05:00
Steven Silvester
87201a5339 Consolidate release notes into RELEASE.md 2020-05-10 02:17:45 -05:00
Thew Dhanat
1e7d764cfa
Update Markdown Cells example to HTML5 video tag 2020-04-29 19:01:32 +07:00
Luciano Resende
e597adc4d2 Changelog for Release 6.0.3 2020-01-21 10:33:49 -08:00
Luciano Resende
c8ba8a79c8 Changelog for Release 6.0.2 2019-11-04 15:09:34 -08:00
Thomas Kluyver
097035141d
Merge pull request #4856 from vidartf/patch-1
Update contents API docs
2019-10-31 10:56:45 +00:00
Vidar Tonaas Fauske
2249fba51b
Update contents.rst 2019-10-31 10:26:06 +00:00
Vidar Tonaas Fauske
5280bf60a5
Clarify contents api further 2019-10-31 10:18:52 +00:00
Vidar Tonaas Fauske
24e4a2e4f5
Update docs/source/extending/contents.rst
Co-Authored-By: Zachary Sailer <zachsailer@gmail.com>
2019-09-30 23:49:05 +01:00
Wes Turner
491e7bda90 DOC: Fix MathJax links (fixes #4885) 2019-09-17 22:43:10 -04:00
Vidar Tonaas Fauske
4c0d055546
Remove extra whitespace 2019-09-02 16:40:16 +01:00
Vidar Tonaas Fauske
5563392f4b
Update contents API docs
Not the contents API docs better match the default notebook implementation:

c2d4561ba6/notebook/services/contents/filemanager.py (L362)
2019-09-02 16:38:33 +01:00
David Robles
c2d4561ba6 Change 'if' to 'for' in C for loop example (#4850) 2019-08-30 20:08:00 -07:00
Luciano Resende
49c2087a91 Changelog for Release 6.0.1 2019-08-21 21:02:13 -07:00
Min ho Kim
bd66c18b4f Fix typos (#4760)
* Fix typos

* Revert trimming whitespaces

* Revert trimming whitespaces

* Revert trimming whitespaces

* Revert trimming whitespaces

* Revert trimming whitespaces
2019-07-12 18:54:08 +01:00
Luciano Resende
ac68763c94
Changelog for Release 6.0 (#4709)
Populate changelog based on commit history and some
new functionality described on 5.x release notes including
a section for security fixes.
2019-06-26 07:38:21 -07:00
Thomas Kluyver
2d274295c9
Merge pull request #4713 from saraedum/patch-2
Fix typo
2019-06-25 08:57:02 +02:00
Min RK
efc0f0089e Allow ?no_track_activity=1 to opt-out of activity tracking (#4235)
* Don't track API requests with `?no_track_activity=1` in the activity counter

allows external idle-culling scripts to avoid updating the activity counter

* Don't track kernel shutdown as kernel activity

this causes idle-kernel shutdowns to restart the idle-shutdown timer

user-requested shutdowns will still be tracked as api activity

* test ?no_track_activity=1 tracking

* Changelog for activity
2019-06-25 08:53:50 +02:00
Julian Rüth
973b06610b
Fix typo 2019-06-25 01:08:16 +02:00
Daniel Nicolai
0ca8639f60
Update Working With Markdown Cells.ipynb
Add explicit instruction for online documentation pages
2019-04-25 17:12:29 +02:00
Min RK
eea37a6b21 changelog for 5.7.8 2019-04-08 14:24:48 +02:00
Thomas Kluyver
d77a1e7ae8 Use separately packaged sphinxcontrib_github_alt 2019-04-01 14:24:14 +01:00
Min RK
d65328d484 changelog for redirect check
and update cve for 5.7.6
2019-03-27 16:19:10 +01:00
Min RK
850eda5657 add .js mimetype fix to changelog 2019-03-27 14:43:25 +01:00
Min RK
a537334744 Changelog for 5.7.7 2019-03-27 14:42:21 +01:00
Min RK
7657c0ca5f [doc] fix some linkcheck errors and warnings 2019-03-27 13:43:15 +01:00
Min RK
9560e0cf4c changelog for 5.7.6 2019-03-08 13:44:00 +01:00
Min RK
e2ac757821
Merge pull request #4449 from minrk/unpin-tornado
tornado 6 compatibility
2019-03-06 10:46:00 +01:00
Min RK
0b73ab600a changelog for 5.7.5 [ci skip] 2019-03-06 10:38:51 +01:00
Min RK
ff238cc762
Merge pull request #4147 from jakelevirne/master
Updated the description of Heading cells, which are no longer used
2019-03-06 10:28:50 +01:00
Min RK
73a7630517
there are four lights [ci skip] 2019-03-06 10:28:41 +01:00