Correct docstring that was preventing build

This commit is contained in:
Carol Willing
2017-08-07 12:12:44 -07:00
parent ac13140083
commit 61e263b160

View File

@@ -1,17 +1,14 @@
"""A service is a process that talks to JupyterHub
"""A service is a process that talks to JupyterHub.
Cases
-----
Managed:
- managed by JupyterHub (always subprocess, no custom Spawners)
- always a long-running process
- managed services are restarted automatically if they exit unexpectedly
Unmanaged:
- managed by external service (docker, systemd, etc.)
- do not need to be long-running processes, or processes at all
Types of services:
Managed:
- managed by JupyterHub (always subprocess, no custom Spawners)
- always a long-running process
- managed services are restarted automatically if they exit unexpectedly
Unmanaged:
- managed by external service (docker, systemd, etc.)
- do not need to be long-running processes, or processes at all
URL: needs a route added to the proxy.
- Public route will always be /services/service-name
@@ -23,9 +20,6 @@ API access:
- not admin: tokens will only have non-admin access
(not much they can do other than defer to Hub for auth)
Examples
--------
An externally managed service running on a URL::
{