diff --git a/docs/source/conf.py b/docs/source/conf.py index d6cf6d4..35c8896 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -78,6 +78,8 @@ pygments_style = 'sphinx' # Set standard backtick role default_role = 'code' +suppress_warnings = ['image.nonlocal_uri'] + # -- Options for HTML output -------------------------------------------------- if not on_rtd: # only import and set the theme if we're building docs locally diff --git a/src/jupyter_contrib_nbextensions/nbextensions/addbefore/readme.md b/src/jupyter_contrib_nbextensions/nbextensions/addbefore/readme.md index bc2c066..811adb6 100644 --- a/src/jupyter_contrib_nbextensions/nbextensions/addbefore/readme.md +++ b/src/jupyter_contrib_nbextensions/nbextensions/addbefore/readme.md @@ -1,3 +1,6 @@ +Addbefore +========= + This extension adds a button to add a empty cell before the currently active cell. As was present in IPython 1.0. It is with a circled up arrow. diff --git a/src/jupyter_contrib_nbextensions/nbextensions/toc2/README.md b/src/jupyter_contrib_nbextensions/nbextensions/toc2/README.md index 6ef8b23..c2f4ff8 100644 --- a/src/jupyter_contrib_nbextensions/nbextensions/toc2/README.md +++ b/src/jupyter_contrib_nbextensions/nbextensions/toc2/README.md @@ -57,7 +57,7 @@ This option requires the IPython kernel and is not present with other kernels. ## Testing - At loading of the notebook, configuration and initial rendering of the table of contents were fired on the event "notebook_loaded.Notebook". It happens that the extension is sometimes loaded *after* this event. I now rely on a direct rendering at load and on a combination of "notebook_loaded.Notebook" and "kernel_ready.Kernel". -- This extension also includes a quick workaround as described in [#429](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/429) +- This extension also includes a quick workaround as described in [#429](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/429) ## History