add configurable traits to api docs

This commit is contained in:
Min RK
2017-02-13 14:12:34 +01:00
parent 0dced91495
commit 4b987dd334
7 changed files with 64 additions and 6 deletions

View File

@@ -11,11 +11,11 @@ Module: :mod:`jupyterhub.auth`
.. autoclass:: Authenticator
.. autoconfigurable:: Authenticator
:members:
.. autoclass:: LocalAuthenticator
.. autoconfigurable:: LocalAuthenticator
:members:
.. autoclass:: PAMAuthenticator
.. autoconfigurable:: PAMAuthenticator

View File

@@ -24,6 +24,7 @@ JupyterHub API Reference:
.. toctree::
app
auth
spawner
user

View File

@@ -10,7 +10,7 @@ Module: :mod:`jupyterhub.services.auth`
.. currentmodule:: jupyterhub.services.auth
.. autoclass:: HubAuth
.. autoconfigurable:: HubAuth
:members:
.. autoclass:: HubAuthenticated

View File

@@ -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