jupyterhub / the-littlest-jupyterhub

Simple JupyterHub distribution for 1-100 users on a single server
https://tljh.jupyter.org
BSD 3-Clause "New" or "Revised" License
1.03k stars 339 forks source link

Autogenerate documentation about hooks available for plugins #132

Open yuvipanda opened 6 years ago

yuvipanda commented 6 years ago

Our hooks exist in tljh/hooks.py, and have docstrings. We should autogenerate a reference page from here.

consideRatio commented 2 years ago

This should perhaps be done using autodoc_traits as done in various other projects in our GitHub org.

We currently don't have a reference section in our docs, I think we should add such autogenerated docs there, and that we should also add autogenerated reference docs about the config options from a JSON schema there if #725 is implemented.