Carol Willing
5c8ce338a1
edit per @minrk review
2018-05-08 11:54:38 -04:00
Carol Willing
5addc7bbaf
correct directive
2018-05-07 21:03:13 -07:00
Carol Willing
da095170bf
remove toctree item
2018-05-07 20:38:15 -07:00
Carol Willing
1aab0a69bd
fix typo
2018-05-07 20:31:20 -07:00
Carol Willing
fc8e04b62f
reflow templates file
2018-05-07 20:29:13 -07:00
Carol Willing
c6c53b4e10
update index
2018-05-07 20:28:55 -07:00
Carol Willing
9b0219a2d8
break up configuration examples
2018-05-07 20:18:02 -07:00
Carol Willing
6e212fa476
reflow proxy doc
2018-05-07 20:17:14 -07:00
Carol Willing
58f9237b12
refactor sudo example config
2018-05-07 15:38:16 -07:00
Carol Willing
74fd925219
Merge pull request #1864 from datalayer-contrib/docs-sudo
...
Add Docs about sudo (and remove it from the wiki)
2018-05-07 23:29:08 +02:00
Carol Willing
5e75357b06
add packages to environment.yml
2018-05-07 13:54:06 -07:00
Eric Charles
0ed88f212b
add sudo.md
2018-05-07 19:49:26 +02:00
Eric Charles
a8c1cab5fe
add sudo doc
2018-05-07 19:49:26 +02:00
Min RK
b7a608fdfd
soften deprecation messages about ip/ports in favor of URLs
...
These are not deprecated, bind_url is only a potentially more convenient/powerful alternative.
2018-05-07 14:13:36 +02:00
Min RK
2e5f01f232
changelog for 0.9
2018-05-04 17:25:04 +02:00
Carol Willing
09011815af
Good catch @betatim
2018-05-03 15:54:51 +02:00
Carol Willing
19fab6bbf8
fix typo
2018-05-03 04:42:06 +02:00
Carol Willing
90e6b63e59
bump tornado and sphinx versions
2018-05-03 04:37:33 +02:00
Carol Willing
bd78217cf3
remove jupyter alabaster theme from requirements
2018-05-03 04:34:56 +02:00
Carol Willing
b0833985e6
fix wording from spawn to launch
2018-05-03 04:32:22 +02:00
Carol Willing
a6f73b035f
updates to theme
2018-05-03 04:26:02 +02:00
Carol Willing
251440ec64
add templates for theme
2018-05-03 03:34:48 +02:00
Carol Willing
22a1df6fa0
update conf.py for theme
2018-05-03 03:34:16 +02:00
Carol Willing
6389751c22
move to alabaster theme
2018-05-03 03:22:26 +02:00
Richard Darst
6f9ea712de
Note cull-idle needs python3
...
- Closes : #1825
2018-04-26 16:30:51 +03:00
Richard Darst
2344d696ca
API: pass 'server_state' through to admin clients only
...
- This will allow, for example, cull_idle_servers to be more
intelligent when culling servers.
- This is only given to admin API users, because we don't know if all
spawners expect their state to be made available to users.
2018-04-24 16:52:18 +03:00
Min RK
4401cdc16a
Always have .servers
model on users
...
rather than only when named_servers is enabled.
Put new-in-0.9 state there, rather than continuing to add server fields to top-level user model.
2018-04-24 11:35:15 +02:00
Min RK
b629e520a9
add token api to rest yaml
2018-04-20 15:34:52 +02:00
Erik Sundell
cf665517dd
links in docs corrected
2018-04-08 09:10:09 +02:00
Carol Willing
344a3e7b24
Add a spawner_class option to the reference example
2018-03-19 14:23:14 -07:00
Min RK
7811bf518b
cleanup some cookie names
...
In part to cleanup a few remnants of early design where jupyterhub was ‘jupyter-hub’ instead of ‘jupyterhub’.
Should also clarify to some degree what the cookies are for.
- hub login cookie is now ‘jupyterhub-hub-login’ instead of ‘jupyter-hub-token’
- user server cookie is now ‘jupyterhub-user-<name>’ instead of ‘user-name’ to keep jupyterhub prefix on all cookies
All cookies at this point:
- jupyterhub-session-id on /
- jupyterhub-hub-login on /hub/ (the main login cookie)
- jupyterhub-services on /services/
- jupyterhub-user-<name> on /user/:name
- jupyterhub-user-<name>-oauth-state on /user/:name during oauth
2018-03-05 10:55:07 +01:00
Min RK
9640364713
Merge pull request #1665 from thedataincubator/templates-doc
...
Add documentation for new templates system
2018-02-22 15:03:10 +01:00
Robert Schroll
3ac4f48f82
Add version information to templates doc
2018-02-21 15:13:47 -08:00
Robert Schroll
c1dcdf49e5
Add doc page on templates
2018-02-15 16:18:15 -08:00
BerserkerTroll
312252b670
Fix Authentication state documentation
...
This — is how it actually works!
2018-01-17 05:45:47 +03:00
Tim Freund
0c9e5fd10b
Update docker volumes link
...
The old link now returns 404.
2018-01-11 21:28:24 -05:00
Carol Willing
e4e2b627fe
add formatting to clarify spawners' limits
2017-12-18 04:43:26 -08:00
Carol Willing
1e4f871bcc
update documentation on resource limits
2017-12-18 04:33:01 -08:00
darky2004
dc0336fa45
Update gallery-jhub-deployments.md
2017-12-13 20:36:04 +00:00
darky2004
8c341d262e
Update gallery-jhub-deployments.md
2017-12-13 20:35:34 +00:00
danielballan
122cf2250d
CI: Require the docs to build without warnings.
2017-12-01 11:18:47 -05:00
Seak Pek Chhan
ebaf5d31b7
add jupyter-alabaster-theme to doc requirements.txt
2017-11-18 04:04:28 -05:00
Min RK
8b583cb445
release 0.8.1
2017-11-07 13:39:10 +01:00
Min RK
038a85af43
add removal of bower to changelog for 0.8.1
2017-11-07 13:39:10 +01:00
Min RK
a57df48f28
changelog for 0.8.1
2017-11-03 11:07:08 +01:00
Min RK
5d7e008055
Merge pull request #1512 from DeepHorizons/update-service-doc
...
Update docs and examples for the slash at the end of the prefix
2017-11-03 10:31:46 +01:00
Joshua Milas
3c5eb934bf
Update docs and examples for the slash at the end of the prefix
2017-10-31 14:04:37 -04:00
Joshua Milas
82e15df6e9
Added that you can also access the notebook if you are the owner
2017-10-31 10:15:02 -04:00
Joshua Milas
126c73002e
Updated the rest docs to about change in 0.8
...
In 0.8, the jupyterhub api token can also be used to make requests to
hte jupyter notebook given some conditions. This commit updates that
documentation
2017-10-21 09:18:08 -04:00
Min RK
04578e329c
typo in auth_state structure
...
it's 'name' not 'username'
2017-10-04 14:18:14 +02:00