From 0aa46cd09fee97e53fa355bd895d2d6f3c4a2617 Mon Sep 17 00:00:00 2001 From: Andrew Graham-Yooll Date: Fri, 13 Dec 2024 13:40:14 +0100 Subject: [PATCH] Update index.rst as example is not rendering properly The example on the index page is not rendering properly because of improper formatting --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.rst b/docs/index.rst index e8f16cb..12834d1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -86,6 +86,7 @@ If you want to import notebooks from other notebooks relatively, you can easily do that with the following: .. code-block:: python + import ipynb.fs from .full.notebook1 import foo from .defs.notebook2 import bar