Merge pull request #748 from minrk/string-formatting

Deprecate `%U` username substitution
This commit is contained in:
Carol Willing
2016-09-18 06:34:01 -04:00
committed by GitHub
3 changed files with 73 additions and 8 deletions

View File

@@ -13,6 +13,6 @@ Module: :mod:`jupyterhub.spawner`
----------------
.. autoclass:: Spawner
:members: options_from_form, poll, start, stop, get_args, get_env, get_state
:members: options_from_form, poll, start, stop, get_args, get_env, get_state, template_namespace, format_string
.. autoclass:: LocalProcessSpawner