From d2c6ae925fd8fbddb51b595fd05a051f0965e453 Mon Sep 17 00:00:00 2001 From: Arafat Abdussalam Date: Mon, 14 Nov 2022 10:45:14 +0100 Subject: [PATCH] modified setup.rst When I needed to set up Linux on my windows, i found out the easier to do so was through Windows Subsystem for Linux. Hence, I needed to add the guide to the development setup --- docs/source/contributing/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributing/setup.rst b/docs/source/contributing/setup.rst index aa60f3b7..ad5a0641 100644 --- a/docs/source/contributing/setup.rst +++ b/docs/source/contributing/setup.rst @@ -130,7 +130,7 @@ Happy developing! Using DummyAuthenticator & SimpleLocalProcessSpawner ==================================================== -To simplify testing of JupyterHub, it’s helpful to use +To simplify testing of JupyterHub, it is helpful to use :class:`~jupyterhub.auth.DummyAuthenticator` instead of the default JupyterHub authenticator and SimpleLocalProcessSpawner instead of the default spawner.