From f0ac7dc8215f0f1ddcd50e439ccb3b2f2ed4bd62 Mon Sep 17 00:00:00 2001 From: ddawson Date: Mon, 6 Mar 2023 16:42:44 -0800 Subject: [PATCH] Try fixing graphics --- content/contributing/tutorial-structure.md | 67 +++------------------- 1 file changed, 7 insertions(+), 60 deletions(-) diff --git a/content/contributing/tutorial-structure.md b/content/contributing/tutorial-structure.md index 6b3b6b4d6a..e7a7e004a5 100644 --- a/content/contributing/tutorial-structure.md +++ b/content/contributing/tutorial-structure.md @@ -8,87 +8,34 @@ parent: contribute.html Each new XRPLF tutorial follows the same basic format. - - - - - - - - - - - - - - - - - - - - - -
-
    +## Description -
  1. A brief description of the features illustrated in the tutorial. There should be enough conceptual information to understand what the tutorial illustrates, with links to additional conceptual information, if needed. -
  2. -
-
+1. A brief description of the features illustrated in the tutorial. ![Description](img/tut-struct1.png) -
-
    - -
  1. Prerequisites for running the code, if needed, or links to the sample code. -
  2. -
-
- +2. Prerequisites for running the code, if needed, or links to the sample code. ![Prerequisites](img/tut-struct2.png) -
-
    - -
  1. Usage examples of the features in the tutorial. -
  2. -
-
+3. Usage examples of the features in the tutorial. ![Usage](img/tut-struct3.png) -
-
    - -
  1. A code walkthrough of the sample application, highlighting unique elements in the scripts. -
  2. -
-
+4. A code walkthrough of the sample application, highlighting unique elements in the scripts. ![Code Walkthrough](img/tut-struct4.png) -
-
    - -
  1. See Also, with links to conceptual information or good tutorials to try as a next step. -
  2. -
-
+5. See Also, with links to conceptual information or good tutorials to try as a next step. ![See Also](img/tut-struct5.png) -
- - Separate setup (prerequisites) from usage from code development. These are each different activities that engage different areas of the brain. Trying to think of all three elements at once leads to confusion and headaches. ## Description -List what the sample demonstrates. If possible, each example should describe the steps to accomplish specific related tasks. (For example, create a NFT Sell Offer, Accept a Sell Offer, Delete a Sell Offer.) +List what the sample demonstrates. If possible, each example should describe the steps to accomplish specific related tasks. (For example, create a NFT Sell Offer, Accept a Sell Offer, Delete a Sell Offer.) There should be enough conceptual information to understand what the tutorial illustrates, with links to additional conceptual information, if needed. ## Prerequisites