Skip to content

Commit

Permalink
Minor addition to JupyterHub page
Browse files Browse the repository at this point in the history
  • Loading branch information
floeschau committed Sep 13, 2023
1 parent bd30c3f commit 6998cb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/jupyterhub-api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Using JupyterHub API

See https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html for more information on the JupyterHub API.
See [JupyterHub documentation](https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html) for more information on the JupyterHub API.

The code examples below show how the JupyterHub REST API can be used with Python and the `requests` module.

## Groups

Expand Down

0 comments on commit 6998cb9

Please sign in to comment.