From d539c6feff10e5e7e54b656a92a76065ba27533f Mon Sep 17 00:00:00 2001 From: DougTW Date: Mon, 2 Dec 2019 13:30:19 -0800 Subject: [PATCH] dlrs.rst: Fixes Figure caption indent (see pr 896) (#943) -This pr doesn't close pr 896 because multiple files need to be edited. Last PR will close pr 896. Signed-off-by: Doug Martin --- source/guides/stacks/dlrs.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/guides/stacks/dlrs.rst b/source/guides/stacks/dlrs.rst index a828032f..12115e42 100644 --- a/source/guides/stacks/dlrs.rst +++ b/source/guides/stacks/dlrs.rst @@ -656,7 +656,7 @@ Your browser displays the following: :scale: 50% :alt: Jupyter Notebook -Figure 1: Jupyter Notebook + Figure 1: Jupyter Notebook To create a new notebook, click :guilabel:`New` and select :guilabel:`Python 3`. @@ -665,7 +665,7 @@ To create a new notebook, click :guilabel:`New` and select :guilabel:`Python 3`. :scale: 50% :alt: Create a new notebook -Figure 2: Create a new notebook + Figure 2: Create a new notebook A new, blank notebook is displayed, with a cell ready for input. @@ -673,7 +673,7 @@ A new, blank notebook is displayed, with a cell ready for input. :scale: 50% :alt: New blank notebook -Figure 3: New blank notebook + Figure 3: New blank notebook To verify that PyTorch is working, copy the following snippet into the blank cell, and run the cell. @@ -689,7 +689,7 @@ cell, and run the cell. :scale: 50% :alt: Sample code snippet -Figure 4: Sample code snippet + Figure 4: Sample code snippet When you run the cell, your output will look something like this: @@ -697,7 +697,7 @@ When you run the cell, your output will look something like this: :scale: 50% :alt: Code output -Figure 5: Code output + Figure 5: Code output You can continue working in this notebook, or you can download existing