From cc8769c3164bc703704b69f657ac30d595c5e7a3 2020-04-15 19:02:45 From: Matthias Bussonnier Date: 2020-04-15 19:02:45 Subject: [PATCH] Rename one example to avoid duplicate errors with sphinx --- diff --git a/docs/source/development/wrapperkernels.rst b/docs/source/development/wrapperkernels.rst index eb0a048..d734c30 100644 --- a/docs/source/development/wrapperkernels.rst +++ b/docs/source/development/wrapperkernels.rst @@ -116,7 +116,7 @@ You can override a number of other methods to improve the functionality of your kernel. All of these methods should return a dictionary as described in the relevant section of the :doc:`messaging spec `. -.. class:: MyKernel +.. class:: MyBetterKernel .. method:: do_complete(code, cusor_pos)