diff --git a/docs/source/extending/handlers.rst b/docs/source/extending/handlers.rst index cb2924755..11f8d33f7 100644 --- a/docs/source/extending/handlers.rst +++ b/docs/source/extending/handlers.rst @@ -3,7 +3,7 @@ Custom request handlers The notebook webserver can be interacted with using a well `defined RESTful -API `__. +API `__. You can define custom RESTful API handlers in addition to the ones provided by the notebook. As described below, to define a custom handler you need to first write a notebook server extension. Then, in the