From 7d04e76e05e731aedf7b4dfd325f6bf16986af0e Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Thu, 4 Feb 2016 13:02:03 -0800 Subject: [PATCH] Fix image urls --- docs/source/ui_components.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/ui_components.rst b/docs/source/ui_components.rst index 12759773b..82113739a 100644 --- a/docs/source/ui_components.rst +++ b/docs/source/ui_components.rst @@ -12,7 +12,7 @@ Notebook Dashboard When you launch ``jupyter notebook`` the first page that you encounter is the Notebook Dashboard. -.. image:: /_static/images/jupyter-notebook-dashboard.png +.. image:: ./_static/images/jupyter-notebook-dashboard.png Notebook Editor --------------- @@ -20,7 +20,7 @@ Notebook Editor Once you've selected a Notebook to edit, the Notebook will open in the Notebook Editor. -.. image:: /_static/images/jupyter-notebook-default.png +.. image:: ./_static/images/jupyter-notebook-default.png Interactive User Interface Tour of the Notebook ----------------------------------------------- @@ -37,7 +37,7 @@ the cell's state. This state is indicated by a small pencil icon on the top right of the interface. When the cell is in command mode, there is no icon in that location. -.. image:: /_static/images/jupyter-notebook-edit.png +.. image:: ./_static/images/jupyter-notebook-edit.png File Editor ----------- @@ -46,4 +46,4 @@ Now let's say that you've chosen to open a Markdown file instead of a Notebook file whilst in the Notebook Dashboard. If so, the file will be opened in the File Editor. -.. image:: /_static/images/jupyter-file-editor.png +.. image:: ./_static/images/jupyter-file-editor.png