diff --git a/docs/block-repl.py b/docs/block-repl.py index 4d05be8..eafe851 100755 --- a/docs/block-repl.py +++ b/docs/block-repl.py @@ -22,6 +22,8 @@ # one where this command was run. If not, the file will be read from the # directory where the HTML file lives. # +# find . -name '*.html' -print0 | xargs -0 ./block-repl.py +# # (Tested with Python v3.8.5) # # Copyright 2021 Andy McFadden. diff --git a/docs/sgtutorial/about-disasm.html b/docs/sgtutorial/about-disasm.html index 0541ee2..0ef2b05 100644 --- a/docs/sgtutorial/about-disasm.html +++ b/docs/sgtutorial/about-disasm.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • diff --git a/docs/sgtutorial/address-tables.html b/docs/sgtutorial/address-tables.html index cec2e09..9dfe7f5 100644 --- a/docs/sgtutorial/address-tables.html +++ b/docs/sgtutorial/address-tables.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • diff --git a/docs/sgtutorial/advanced-topics.html b/docs/sgtutorial/advanced-topics.html index 1f2dfda..3198b02 100644 --- a/docs/sgtutorial/advanced-topics.html +++ b/docs/sgtutorial/advanced-topics.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • diff --git a/docs/sgtutorial/digging-deeper.html b/docs/sgtutorial/digging-deeper.html index f7f3cd1..8b35020 100644 --- a/docs/sgtutorial/digging-deeper.html +++ b/docs/sgtutorial/digging-deeper.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • diff --git a/docs/sgtutorial/editing-data.html b/docs/sgtutorial/editing-data.html index 835661f..dea6805 100644 --- a/docs/sgtutorial/editing-data.html +++ b/docs/sgtutorial/editing-data.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • diff --git a/docs/sgtutorial/extension-scripts.html b/docs/sgtutorial/extension-scripts.html index fc4f2ac..f93d682 100644 --- a/docs/sgtutorial/extension-scripts.html +++ b/docs/sgtutorial/extension-scripts.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • diff --git a/docs/sgtutorial/generating-code.html b/docs/sgtutorial/generating-code.html index 64287a4..e16dfb5 100644 --- a/docs/sgtutorial/generating-code.html +++ b/docs/sgtutorial/generating-code.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • diff --git a/docs/sgtutorial/incl-sidenav.html b/docs/sgtutorial/incl-sidenav.html index ac2ff05..82e4663 100644 --- a/docs/sgtutorial/incl-sidenav.html +++ b/docs/sgtutorial/incl-sidenav.html @@ -24,5 +24,6 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • diff --git a/docs/sgtutorial/index.html b/docs/sgtutorial/index.html index 18f8248..ce8a206 100644 --- a/docs/sgtutorial/index.html +++ b/docs/sgtutorial/index.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • diff --git a/docs/sgtutorial/inline-data.html b/docs/sgtutorial/inline-data.html index e3509a3..85a7fe2 100644 --- a/docs/sgtutorial/inline-data.html +++ b/docs/sgtutorial/inline-data.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • diff --git a/docs/sgtutorial/labels-symbols.html b/docs/sgtutorial/labels-symbols.html index cb6b138..fa51880 100644 --- a/docs/sgtutorial/labels-symbols.html +++ b/docs/sgtutorial/labels-symbols.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • @@ -317,7 +318,7 @@
    -

    Non-Unique Label

    +

    Non-Unique Labels

    diff --git a/docs/sgtutorial/local-variables.html b/docs/sgtutorial/local-variables.html index 66d39c1..4e057b0 100644 --- a/docs/sgtutorial/local-variables.html +++ b/docs/sgtutorial/local-variables.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • diff --git a/docs/sgtutorial/moving-around.html b/docs/sgtutorial/moving-around.html index 4731bad..bfc70f3 100644 --- a/docs/sgtutorial/moving-around.html +++ b/docs/sgtutorial/moving-around.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • diff --git a/docs/sgtutorial/odds-ends.html b/docs/sgtutorial/odds-ends.html index a74c819..159eb8c 100644 --- a/docs/sgtutorial/odds-ends.html +++ b/docs/sgtutorial/odds-ends.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • diff --git a/docs/sgtutorial/prevnext.py b/docs/sgtutorial/prevnext.py index 5c7e722..aed0c7a 100755 --- a/docs/sgtutorial/prevnext.py +++ b/docs/sgtutorial/prevnext.py @@ -30,6 +30,7 @@ gFileList = [ "address-tables.html", "extension-scripts.html", "visualizations.html", + "suggestions.html", ] class LocalError(Exception): diff --git a/docs/sgtutorial/simple-edits.html b/docs/sgtutorial/simple-edits.html index ca62d69..149085a 100644 --- a/docs/sgtutorial/simple-edits.html +++ b/docs/sgtutorial/simple-edits.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • diff --git a/docs/sgtutorial/string-formatting.html b/docs/sgtutorial/string-formatting.html index 1a96bd0..ad3f0ca 100644 --- a/docs/sgtutorial/string-formatting.html +++ b/docs/sgtutorial/string-formatting.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • diff --git a/docs/sgtutorial/suggestions.html b/docs/sgtutorial/suggestions.html new file mode 100644 index 0000000..c6133d8 --- /dev/null +++ b/docs/sgtutorial/suggestions.html @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + Suggestions - SourceGen Tutorial + + + + + +
    + +
    + 6502bench +
    +
    + + + +
    + + + +
    + + + +
    + + +
    + + +
    + +

    A Few Suggestions

    + +

    The hardest step in a journey is often the first. Here are a few +suggestions to help you on your way.

    + + + +
    + +
    + « Previous +
    + + + + + + + diff --git a/docs/sgtutorial/using-sourcegen.html b/docs/sgtutorial/using-sourcegen.html index 4dbe487..2a777c4 100644 --- a/docs/sgtutorial/using-sourcegen.html +++ b/docs/sgtutorial/using-sourcegen.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • diff --git a/docs/sgtutorial/visualizations.html b/docs/sgtutorial/visualizations.html index 19237d8..f823274 100644 --- a/docs/sgtutorial/visualizations.html +++ b/docs/sgtutorial/visualizations.html @@ -76,6 +76,7 @@
  • Extension Scripts
  • Visualizations
  • +
  • Suggestions
  • @@ -368,6 +369,7 @@
    « Previous + Next »