Min RK
ca00c0eab0
Merge pull request #2698 from Zsailer/eventlog-tests
...
Instrument JupyterHub to record events with jupyter_telemetry [Part II]
2019-09-24 11:08:45 +02:00
Zachary Sailer
898fea9fdc
Minor typos found by @minrk
2019-09-19 11:23:41 -07:00
Min RK
ac32ae496e
run pre-commit hook
2019-09-19 15:51:02 +02:00
Carol Willing
a239a25ae0
fix case
2019-09-07 02:19:19 +02:00
Carol Willing
6d696758e4
use autodoc-traits extension for docbuild
2019-09-06 17:41:34 +02:00
Roman Lukin
572e008f1d
Fix mistypos
2019-08-23 16:14:11 +03:00
Zsailer
c34bcabcb9
add docs for event-logging
2019-08-22 11:05:10 -07:00
Félix-Antoine Fortin
2e67a534cf
Update flask hub authentication services example in doc
...
The flask example in the documentation was still using the
input argument `cookie_cache_max_age` when instantiating
`HubAuth` object. `cookie_cache_max_age` is deprecated since
JupyterHub 0.8 and should be replaced by `cache_max_age`.
2019-07-24 09:33:23 -04:00
Carol Willing
47cf1915ff
Merge pull request #2646 from ilee38/fix-typos-tech-reference
...
fix typos on technical reference documentation
2019-07-16 16:43:19 -07:00
Matthias Bussonnier
8a2eba1156
Some theme updates; no double NEXT/PREV buttons.
...
- Install pip in the docs conda env (or conda complains).
- Do not override page.html, the next/previous buttons are now handled by
alabaster_jupyterhub (this actually remove the duplicated next/prev
buttons)
- use alabaster_jupyterhub when building locally, this make it easy for
new contributor to get the _exact_ same appearance than on
readthedocs.
2019-07-16 13:48:37 -07:00
Iram Lee
254687e841
fix typos on technical reference documentation
2019-07-16 14:33:54 -05:00
Jim Crist
fad6900779
Update a few links [ci skip]
...
These projects recently moved under the JupyterHub organization,
updated the links accordingly.
2019-07-16 12:06:19 -05:00
Min RK
2f0ce2a431
Merge pull request #2631 from danlester/master
...
Fixed docs and testing code to use refactored SimpleLocalProcessSpawner
2019-07-16 13:47:32 +02:00
Dan Lester
49a5f3a654
Fixed docs and testing code to use refactored SimpleLocalProcessSpawner
2019-07-05 10:53:47 +01:00
lumbric
2f15d5128e
Update doc: do not suggest depricated config key
...
According to changelog JupyterHub.bind_url has been added in 0.9.0.
2019-07-03 12:05:41 +02:00
Remi Rampin
d5d315df08
Add missing words
...
Copied from https://jupyterhub.readthedocs.io/en/latest/reference/services.html
2019-07-01 20:40:02 -04:00
Yuvi Panda
d6d8590acb
Merge pull request #2565 from iblis17/patch-1
...
Update link of `changelog`
2019-05-21 00:37:45 -07:00
Iblis Lin
9e35ba5bef
Update link of changelog
2019-05-15 11:29:35 +08:00
Julien Chastang
c83777ccdc
typo
2019-05-14 16:54:08 -06:00
viditagarwal
83af28c137
Adding the use case of the Elucidata: How Jupyter Notebook is used inside the Elucidata with Jupyterhub
2019-05-06 16:49:41 +05:30
Min RK
2967383654
release 1.0.0
2019-05-03 13:50:45 +02:00
Lorena A. Barba
4378603e83
Update gallery-jhub-deployments.md
2019-04-26 07:32:35 -04:00
Jim Crist
76f134c393
Add a few links for JupyterHub on Hadoop [skip ci]
...
- JupyterHub on Hadoop Guide: https://github.com/jcrist/jupyterhub-on-hadoop
- YarnSpawner: https://github.com/jcrist/yarnspawner
- KerberosAuthenticator: https://github.com/jcrist/kerberosauthenticator
2019-04-24 14:40:50 -05:00
Erik Sundell
f3878d8216
Merge pull request #2518 from leportella/add-new-jhub-fluxogram
...
Add new introduction to jhub on docs
2019-04-15 21:13:25 +02:00
Peter Parente
5b63efe63c
Add a newline for the linter
2019-04-15 07:52:55 -04:00
Peter Parente
54816b0a7c
Add vulnerability reporting info
...
https://discourse.jupyter.org/t/responsible-vulnerability-reporting/655
2019-04-14 22:10:58 -04:00
Leticia Portella
41fc73db42
Add new introduction to jhub on docs
2019-04-13 20:55:36 +01:00
Min RK
cf56dbb97b
latest changes in changelog
2019-04-09 10:36:33 +02:00
Tim Head
4258254c39
Merge pull request #2509 from minrk/sec-doc
...
Add security-reporting to docs
2019-04-05 17:33:44 +02:00
Min RK
ee0020e8fa
add security-reporting to docs
2019-04-05 11:51:02 +02:00
Min RK
2d83575a24
add discourse link to communication docs
2019-04-05 11:46:44 +02:00
Min RK
27be5e4847
Changelog for 0.9.6
...
replace 0.9.5 which has only a partial fix
issue is now confirmed to affect all browsers
2019-04-01 12:30:16 +02:00
Michael Pilosov
1484869ee3
Update changelog.md
...
fix date
2019-03-29 08:16:55 -06:00
Min RK
451a16c57e
changelog for 0.9.5
2019-03-28 13:34:22 +01:00
Min RK
ca2d0a58b9
add documentation for Hub page urls
...
with screenshots!
2019-03-27 12:03:26 +01:00
Min RK
12d6a744df
documentation for named server UI
2019-03-25 14:14:01 +01:00
Min RK
45dcb3bd17
recommonmark 0.5
...
update several links (html targets don't work anymore)
had to add rest-api redirect so link would resolve,
since there isn't a ref for files in _static
2019-03-25 14:08:37 +01:00
Min RK
6de9414c2f
Merge branch 'master' into changelog-1.0
2019-03-25 11:20:05 +01:00
Min RK
b1f8c31c80
More changes
2019-03-25 11:19:57 +01:00
Min RK
8032f874af
Merge pull request #2434 from rkdarst/separate-proxy-docs
...
Add documentation on running the proxy separate from the hub [wip]
2019-03-25 10:01:23 +01:00
Carol Willing
7653f75310
Update docs/source/changelog.md
...
Co-Authored-By: minrk <benjaminrk@gmail.com >
2019-03-07 16:44:13 +01:00
Carol Willing
de4ea150c0
Update docs/source/changelog.md
...
Co-Authored-By: minrk <benjaminrk@gmail.com >
2019-03-07 16:44:04 +01:00
Carol Willing
0fdb0df176
Update docs/source/changelog.md
...
Co-Authored-By: minrk <benjaminrk@gmail.com >
2019-03-07 16:43:38 +01:00
Carol Willing
6cefdba515
Update docs/source/changelog.md
...
Co-Authored-By: minrk <benjaminrk@gmail.com >
2019-03-07 16:43:31 +01:00
Carol Willing
b3bd236e15
Update docs/source/changelog.md
...
Co-Authored-By: minrk <benjaminrk@gmail.com >
2019-03-07 16:43:23 +01:00
Carol Willing
79a06fd9ac
Update docs/source/changelog.md
...
Co-Authored-By: minrk <benjaminrk@gmail.com >
2019-03-07 16:43:13 +01:00
Carol Willing
3249574744
Update docs/source/changelog.md
...
Co-Authored-By: minrk <benjaminrk@gmail.com >
2019-03-07 16:42:58 +01:00
Carol Willing
7e04d1d756
Update docs/source/changelog.md
...
Co-Authored-By: minrk <benjaminrk@gmail.com >
2019-03-07 16:42:51 +01:00
Carol Willing
d63083bc17
Update docs/source/changelog.md
...
Co-Authored-By: minrk <benjaminrk@gmail.com >
2019-03-07 16:42:45 +01:00
Carol Willing
b93ec84822
Update docs/source/changelog.md
...
Co-Authored-By: minrk <benjaminrk@gmail.com >
2019-03-07 16:42:27 +01:00