From aa6ac364941d311aa0f3428aed2fb285ecbdb19c Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 15 Nov 2023 09:31:05 -0500 Subject: [PATCH] try quotes instead? --- docs/tutorials/1 - Fixed Tilt Yearly Results.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/1 - Fixed Tilt Yearly Results.ipynb b/docs/tutorials/1 - Fixed Tilt Yearly Results.ipynb index 7b4403ed..752b5064 100644 --- a/docs/tutorials/1 - Fixed Tilt Yearly Results.ipynb +++ b/docs/tutorials/1 - Fixed Tilt Yearly Results.ipynb @@ -43,7 +43,7 @@ "\n", "The lines below find the location of the folder relative to this Jupyter Journa. You can alternatively point to an empty directory (it will open a load GUI Visual Interface) or specify any other directory in your computer, for example:\n", "\n", - "`testfolder = r'C:\\Users\\sayala\\Documents\\RadianceScenes\\Tutorials\\Journal1'`\n", + "> testfolder = r'C:\\Users\\sayala\\Documents\\RadianceScenes\\Tutorials\\Journal1'\n", "\n" ] }, @@ -823,7 +823,7 @@ "\n", "If you used gencumsky or gendaylit, you can view the Scene by navigating on a command line to the folder and typing:\n", "\n", - "`objview materials\\ground.rad objects\\test-module_C_0.20000_rtr_3.00000_tilt_10.00000_20modsx7rows_origin0,0.rad`\n" + "> objview materials\\ground.rad objects\\test-module_C_0.20000_rtr_3.00000_tilt_10.00000_20modsx7rows_origin0,0.rad\n" ] }, { @@ -847,7 +847,7 @@ "\n", "ONLY If you used gendaylit , you can view the scene correctly illuminated with the sky you generated after generating the oct file, with \n", "\n", - "`rvu -vf views\\front.vp -e .01 tutorial_1.oct`" + "> rvu -vf views\\front.vp -e .01 tutorial_1.oct" ] }, {