From 783fc1493097661d2b8dcd1a755830ceb20dfdfe Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 1 Jun 2016 10:52:42 +0200 Subject: [PATCH] Backport PR #1361: Missing newline impacting RTD rendering Please see the attached screenshot. It appears that hashes are unintentionally being shown in the text. ![screen shot 2016-04-15 at 3 51 37 pm](https://cloud.githubusercontent.com/assets/474290/14577047/c6379fcc-0323-11e6-882f-399953e54054.png) --- .../Distributing Jupyter Extensions as Python Packages.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/examples/Notebook/Distributing Jupyter Extensions as Python Packages.ipynb b/docs/source/examples/Notebook/Distributing Jupyter Extensions as Python Packages.ipynb index 91fe4c521..d14cb4f50 100644 --- a/docs/source/examples/Notebook/Distributing Jupyter Extensions as Python Packages.ipynb +++ b/docs/source/examples/Notebook/Distributing Jupyter Extensions as Python Packages.ipynb @@ -159,6 +159,7 @@ "source": [ "### Defining the server extension\n", "This example shows that the server extension and its `load_jupyter_server_extension` function are defined in the `__init__.py` file.\n", + "\n", "#### `my_module/__init__.py`\n", "\n", "```python\n",