|
| 1 | +======== |
| 2 | +Handlers |
| 3 | +======== |
| 4 | + |
| 5 | +Module: :mod:`jupyterlab_server.handlers` |
| 6 | +========================================= |
| 7 | + |
| 8 | +.. automodule:: jupyterlab_server.handlers |
| 9 | + |
| 10 | +.. currentmodule:: jupyterlab_server.handlers |
| 11 | + |
| 12 | +.. autoclass:: LabHandler |
| 13 | + :members: |
| 14 | + |
| 15 | +.. autofunction:: add_handlers |
| 16 | + |
| 17 | +.. autofunction:: is_url |
| 18 | + |
| 19 | + |
| 20 | +Module: :mod:`jupyterlab_server.listings_handler` |
| 21 | +================================================= |
| 22 | + |
| 23 | +.. automodule:: jupyterlab_server.listings_handler |
| 24 | + |
| 25 | +.. currentmodule:: jupyterlab_server.listings_handler |
| 26 | + |
| 27 | +.. autoclass:: ListingsHandler |
| 28 | + :members: |
| 29 | + |
| 30 | +.. autofunction:: fetch_listings |
| 31 | + |
| 32 | + |
| 33 | +Module: :mod:`jupyterlab_server.settings_handler` |
| 34 | +================================================= |
| 35 | + |
| 36 | +.. automodule:: jupyterlab_server.settings_handler |
| 37 | + |
| 38 | +.. currentmodule:: jupyterlab_server.settings_handler |
| 39 | + |
| 40 | +.. autoclass:: SettingsHandler |
| 41 | + :members: |
| 42 | + |
| 43 | +.. autofunction:: get_settings |
| 44 | + |
| 45 | + |
| 46 | +Module: :mod:`jupyterlab_server.themes_handler` |
| 47 | +================================================= |
| 48 | + |
| 49 | +.. automodule:: jupyterlab_server.themes_handler |
| 50 | + |
| 51 | +.. currentmodule:: jupyterlab_server.themes_handler |
| 52 | + |
| 53 | +.. autoclass:: ThemesHandler |
| 54 | + :members: |
| 55 | + |
| 56 | + |
| 57 | +Module: :mod:`jupyterlab_server.translations_handler` |
| 58 | +===================================================== |
| 59 | + |
| 60 | +.. automodule:: jupyterlab_server.translations_handler |
| 61 | + |
| 62 | +.. currentmodule:: jupyterlab_server.translations_handler |
| 63 | + |
| 64 | +.. autoclass:: TranslationsHandler |
| 65 | + :members: |
| 66 | + |
| 67 | +.. autofunction:: get_current_locale |
| 68 | + |
| 69 | + |
| 70 | +Module: :mod:`jupyterlab_server.workspaces_handler` |
| 71 | +===================================================== |
| 72 | + |
| 73 | +.. automodule:: jupyterlab_server.workspaces_handler |
| 74 | + |
| 75 | +.. currentmodule:: jupyterlab_server.workspaces_handler |
| 76 | + |
| 77 | +.. autoclass:: WorkspacesHandler |
| 78 | + :members: |
| 79 | + |
| 80 | +.. autofunction:: slugify |
0 commit comments