fixed MyST references

This commit is contained in:
alwasega
2023-01-27 11:58:03 +03:00
parent 62ceb9cc3d
commit 680309e35d
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
(spawners)=
# Spawners and single-user notebook servers # Spawners and single-user notebook servers
A Spawner starts each single-user notebook server. Since the single-user server is an instance of `jupyter notebook`, an entire separate A Spawner starts each single-user notebook server. Since the single-user server is an instance of `jupyter notebook`, an entire separate

View File

@@ -6,7 +6,7 @@ Only do this if you are very sure you must.
## Overview ## Overview
There are many [Authenticators](../getting-started/authenticators-users-basics) and [Spawners](../getting-started/spawners-basics) available for JupyterHub. Some, such There are many [Authenticators](authenticators) and [Spawners](spawners) available for JupyterHub. Some, such
as [DockerSpawner](https://github.com/jupyterhub/dockerspawner) or [OAuthenticator](https://github.com/jupyterhub/oauthenticator), do not need any elevated permissions. This as [DockerSpawner](https://github.com/jupyterhub/dockerspawner) or [OAuthenticator](https://github.com/jupyterhub/oauthenticator), do not need any elevated permissions. This
document describes how to get the full default behavior of JupyterHub while document describes how to get the full default behavior of JupyterHub while
running notebook servers as real system users on a shared system, without running notebook servers as real system users on a shared system, without