Catching up with breakage

This commit is contained in:
Tim Head
2018-08-11 08:25:21 +02:00
parent ad9ba3634f
commit 22d8957b0b
6 changed files with 24 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ Setting authenticator properties
JupyterHub authenticators are customized by setting *traitlet properties*. In the authenticator's
documentation, you will find these are usually represented as:
.. code-block::
.. code-block:: python
c.<AuthenticatorName>.<property-name> = <some-value>
@@ -40,7 +40,7 @@ You can set these with ``tljh-config`` with:
Example
-------
LDAPAuthenticator's `documentation <https://github.com/jupyterhub/ldapauthenticator#required-configuration>`_
`LDAPAuthenticator's documentation <https://github.com/jupyterhub/ldapauthenticator#required-configuration>`_
lists the various configuration options you can set for LDAPAuthenticator.
When the documentation asks you to set ``LDAPAuthenticator.server_address``
to some value, you can do that with the following command: