Commit Graph

11884 Commits

Author SHA1 Message Date
Kevin Bates
2ba296039a
Merge pull request #5488 from toonijn/refactor-markdown
Refactor code duplication of markdown renderers
2020-10-07 11:33:08 -07:00
Kevin Bates
d74049d06d
Merge pull request #5743 from mriedem/5741-building-docs
Make sure notebook is pip installed when building docs
2020-10-07 10:13:08 -07:00
Matt Riedemann
1ca45de433
Merge branch 'master' into 5741-building-docs 2020-10-07 11:40:29 -05:00
Kevin Bates
466f0f3096
Merge pull request #5780 from bdbai/patch-2
Update translation for zh_CN
2020-10-07 08:25:54 -07:00
Kevin Bates
bc28d61231
Merge pull request #5789 from mueslo/patch-1
Fix _check_pid_win32
2020-10-07 08:00:41 -07:00
mueslo
cd91bd1ac8 Prevent leaking of handle in _check_pid_win32
credit to @garu57
fixes #4862
2020-10-02 20:50:02 +02:00
Kevin Bates
2b47644820
Merge pull request #5769 from hrnciar/requests-unixsocket-import
Move requests_unixsocket import outside of UNIXSocketNotebookTestBase.fetch_url()
2020-10-02 08:00:39 -07:00
Tomas Hrnciar
63ee7ac809 Move requests_unixsocket import outside of fetch_url() 2020-10-02 10:23:42 +02:00
Kevin Bates
d5bcecd4c9
Merge pull request #5783 from hrnciar/sphinx_rtd_theme-dependency
Add sphinx_rtd_theme to documentation dependencies in setup.py
2020-09-30 07:59:16 -07:00
Tomas Hrnciar
cdb103c3f0 Add sphinx_rtd_theme to documentation dependencies in setup.py
Fixes: #5781
2020-09-30 13:06:31 +02:00
包布丁
30097e16d9
Update translation for zh_CN 2020-09-29 23:54:28 +08:00
Matt Riedemann
c6bd48f0fa Remove reference to building conda env from yml file
Since the guide isn't using the environment.yml file anymore
it doesn't make a lot of sense to link to a doc about building
a conda environment from a yml file.
2020-09-11 11:41:29 -05:00
Matt Riedemann
d45a46ad54 Use docs extra for building docs instructions
With the `docs` install extra in setup.py we can simplify the
setup for building the docs by avoiding the now redundant
docs/doc-requirements.txt and docs/environment.yml.
One change is needed in setup.py though which is to add the
`sphinx-rtd-theme` package to the setup.py `docs` extra install
package list which was in doc-requirements.txt and environment.yml
but missing from setup.py.
2020-09-11 11:34:41 -05:00
Matt Riedemann
503d5e7569 Also pip install the notebook for building docs via conda env
To build the docs you need the notebook package installed from
the local project so this updates the contributor guide for the
conda instructions.

Related #5741
2020-09-11 08:56:42 -05:00
Kevin Bates
09ba565c96
Merge pull request #5742 from mriedem/5740-docs-frontend-config-links
Embed frontend_config toctree in config_overview
2020-09-10 14:43:32 -07:00
Matt Riedemann
b7b600952e Make sure notebook is pip installed when building docs
The instructions on building the docs fail to mention that
the notebook package itself needs to be installed. I was following
the pip-based instructions so this fixes that case. I'm not familiar
with using conda really so that case isn't fixed here.

Partial #5741
2020-09-10 09:03:19 -05: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
a35b511991
Back to dev version 2020-09-08 10:52:26 -07:00
Kevin Bates
d8308e1380
Release 6.1.4 2020-09-08 10:47:36 -07:00
Pavel Panchekha
e6e05853d0
Update notebook.js (#5733) 2020-09-08 09:00:25 -05:00
Kevin Bates
5af23431d6
Merge pull request #5730 from bdbai/patch-1
Fix typo for Check in zh_CN
2020-09-05 12:00:10 -07:00
包布丁
652e86c3cd
Remove unnecessary ellipses 2020-09-06 00:25:44 +08:00
包布丁
c84af49dfd
Remove ellipsis 2020-09-05 10:27:09 +08:00
包布丁
9e7c8515a8
Fix typo for Check in zh_CN 2020-09-04 22:47:29 +08:00
Kevin Bates
4255cfe4d3
Merge pull request #5720 from Zsailer/download-files-bug
bug fix: remove double encoding in download files
2020-08-31 10:51:37 -07:00
Zsailer
45a7616075 bug fix: remove double encoding in download files 2020-08-31 10:38:11 -07:00
Zachary Sailer
2e5cf497a6
Merge pull request #5695 from kevin-bates/troubleshooting-docs
Add additional entries to troubleshooting section
2020-08-28 08:10:41 -07:00
Zachary Sailer
bb55a1b41c
Update docs/source/troubleshooting.rst 2020-08-28 08:09:47 -07:00
Zachary Sailer
138b406f00
Merge pull request #5703 from Zsailer/revert-html-alignment
Revert change in page alignment
2020-08-28 08:07:48 -07:00
Kevin Bates
78f185f76a
Add reference to IPython docs for multi-env scenarios 2020-08-27 17:11:19 -07:00
Zsailer
31fc47aa77 revert change in page alignment 2020-08-27 16:26:50 -07:00
Kevin Bates
1587a61468
Add additional entries to troubleshooting section 2020-08-25 16:52:58 -07:00
Zachary Sailer
a11d686f61
Merge pull request #5686 from jaipreet-s/patch-1
Fix broken links to jupyter documentation
2020-08-18 15:02:48 -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
8ef7e0bb49
Back to dev version 2020-08-12 17:34:35 -07:00
Kevin Bates
2d8b28adc0
Release 6.1.3 2020-08-12 17:28:22 -07:00
Kevin Bates
cd9d0c9fe1
Merge pull request #5676 from jupyter/title-by-label
Title new buttons with label if action undefined
2020-08-12 17:04:45 -07:00
Kyle Kelley
311a4c70e8
Title new buttons with label if action undefined 2020-08-12 13:40:19 -07:00
Kevin Bates
7ca3b22128
Back to dev version 2020-08-12 09:50:01 -07:00
Kevin Bates
38d8308382
Release 6.1.2 2020-08-12 09:44:42 -07:00
Zachary Sailer
0c2d119be4
Merge pull request #5672 from magdapoppins/tooltip-style-scope-fix
Tooltip style scope fix
2020-08-12 09:01:57 -07:00
Zachary Sailer
498b0bcefb
Merge pull request #5666 from kevin-bates/bind-unix-socket
Remove unnecessary import of bind_unix_socket
2020-08-12 09:00:03 -07:00
magda
22b40c0deb Clean up by removing unused styles. 2020-08-12 09:03:00 +03:00
magda
0c4e65d2c5 Make global tooltip styles class-scoped
- Change the scope of styles specific to `.dynamic-buttons` to that class only (introed in https://github.com/jupyter/notebook/pull/4729)
- Drop the width style from tooltips since `display: inline` makes it have no effect

Fixes #5670
2020-08-12 09:02:34 +03:00
Kevin Bates
e32031f78c
Remove unnecessary import of bind_unix_socket
Also found that windows pid detection is not reliable, so added extra
check to detect server has been stopped.
2020-08-07 15:19:31 -07:00
Kevin Bates
9cc562d339
Merge pull request #5662 from rails-to-cosmos/master
Fix russian message format for delete/duplicate actions
2020-08-07 07:16:29 -07:00
Rails to Cosmos
8ba55d47ef Fix russian message format for delete/duplicate actions 2020-08-07 14:41:59 +03:00
Steven Silvester
e67f910d1c Back to dev version 2020-08-03 13:55:42 -05:00
Steven Silvester
4489ca6b59 Release 6.1.1 2020-08-03 13:52:47 -05:00
Kevin Bates
73e6c27369
Prevent inclusion of requests_unixsocket on Windows (#5650)
* Prevent inclusion of requests_unixsocket on Windows

* lazily import

Co-authored-by: Steven Silvester <stslve@amazon.com>
2020-08-03 13:47:09 -05:00