From 1bbeb54673f5f5cfa9199f8d4d03214fe8cd4a49 Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 4 Dec 2015 13:35:20 +0100 Subject: [PATCH] rst can't handle arbitrary heading levels --- docs/source/examples/Notebook/Typesetting Equations.ipynb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/examples/Notebook/Typesetting Equations.ipynb b/docs/source/examples/Notebook/Typesetting Equations.ipynb index 4e3ef63be..1808c6e90 100644 --- a/docs/source/examples/Notebook/Typesetting Equations.ipynb +++ b/docs/source/examples/Notebook/Typesetting Equations.ipynb @@ -186,7 +186,8 @@ "\n", "You will notice in other places on the web that `$$` are needed explicitly to begin and end MathJax typesetting. This is **not** required if you will be using TeX environments, but the Jupyter notebook will accept this syntax on legacy notebooks. \n", "\n", - "### Source\n", + "## Source\n", + "\n", "```\n", "$$\n", "\\begin{array}{c}\n", @@ -220,7 +221,8 @@ "$$\n", "```\n", "\n", - "### Display\n", + "## Display\n", + "\n", "$$\n", "\\begin{array}{c}\n", "y_1 \\\\\\\n", @@ -264,7 +266,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.4.0" + "version": "3.4.3" } }, "nbformat": 4,