mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 23:13:00 +00:00
add configurable traits to api docs
This commit is contained in:
@@ -11,11 +11,11 @@ Module: :mod:`jupyterhub.auth`
|
||||
|
||||
|
||||
|
||||
.. autoclass:: Authenticator
|
||||
.. autoconfigurable:: Authenticator
|
||||
:members:
|
||||
|
||||
.. autoclass:: LocalAuthenticator
|
||||
.. autoconfigurable:: LocalAuthenticator
|
||||
:members:
|
||||
|
||||
.. autoclass:: PAMAuthenticator
|
||||
.. autoconfigurable:: PAMAuthenticator
|
||||
|
||||
|
@@ -24,6 +24,7 @@ JupyterHub API Reference:
|
||||
|
||||
.. toctree::
|
||||
|
||||
app
|
||||
auth
|
||||
spawner
|
||||
user
|
||||
|
@@ -10,7 +10,7 @@ Module: :mod:`jupyterhub.services.auth`
|
||||
.. currentmodule:: jupyterhub.services.auth
|
||||
|
||||
|
||||
.. autoclass:: HubAuth
|
||||
.. autoconfigurable:: HubAuth
|
||||
:members:
|
||||
|
||||
.. autoclass:: HubAuthenticated
|
||||
|
@@ -12,7 +12,7 @@ Module: :mod:`jupyterhub.spawner`
|
||||
:class:`Spawner`
|
||||
----------------
|
||||
|
||||
.. autoclass:: Spawner
|
||||
.. autoconfigurable:: Spawner
|
||||
:members: options_from_form, poll, start, stop, get_args, get_env, get_state, template_namespace, format_string
|
||||
|
||||
.. autoclass:: LocalProcessSpawner
|
||||
.. autoconfigurable:: LocalProcessSpawner
|
||||
|
Reference in New Issue
Block a user