From ad29acc707a2463cd3464f056afc620e69718000 Mon Sep 17 00:00:00 2001 From: "Omar U. Espejel" Date: Thu, 13 Apr 2023 15:21:56 -0300 Subject: [PATCH] :memo: nits in the structure of chapters 4 and 8 --- chapters/modules/chapter_4/nav.adoc | 10 +--------- chapters/modules/chapter_4/pages/index.adoc | 7 ------- chapters/modules/chapter_8/nav.adoc | 2 +- .../{chapter_4 => chapter_8}/pages/community.adoc | 0 .../modules/{chapter_4 => chapter_8}/pages/data.adoc | 0 .../pages/decentralization.adoc | 0 .../{chapter_4 => chapter_8}/pages/fractal.adoc | 0 chapters/modules/chapter_8/pages/index.adoc | 2 +- .../pages/intro_to_testing.adoc | 0 .../pages/logarithms/python/logarithms.py | 0 .../modules/{chapter_4 => chapter_8}/pages/market.adoc | 0 .../pages/parallelization.adoc | 0 .../{chapter_4 => chapter_8}/pages/recursion.adoc | 0 .../{chapter_4 => chapter_8}/pages/testing.adoc | 0 .../pages/testing_protostar.adoc | 0 .../{chapter_4 => chapter_8}/pages/testing_python.adoc | 0 .../{chapter_4 => chapter_8}/pages/throughput.adoc | 0 chapters/modules/chapter_9/nav.adoc | 2 +- 18 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 chapters/modules/chapter_4/pages/index.adoc rename chapters/modules/{chapter_4 => chapter_8}/pages/community.adoc (100%) rename chapters/modules/{chapter_4 => chapter_8}/pages/data.adoc (100%) rename chapters/modules/{chapter_4 => chapter_8}/pages/decentralization.adoc (100%) rename chapters/modules/{chapter_4 => chapter_8}/pages/fractal.adoc (100%) rename chapters/modules/{chapter_4 => chapter_8}/pages/intro_to_testing.adoc (100%) rename chapters/modules/{chapter_4 => chapter_8}/pages/logarithms/python/logarithms.py (100%) rename chapters/modules/{chapter_4 => chapter_8}/pages/market.adoc (100%) rename chapters/modules/{chapter_4 => chapter_8}/pages/parallelization.adoc (100%) rename chapters/modules/{chapter_4 => chapter_8}/pages/recursion.adoc (100%) rename chapters/modules/{chapter_4 => chapter_8}/pages/testing.adoc (100%) rename chapters/modules/{chapter_4 => chapter_8}/pages/testing_protostar.adoc (100%) rename chapters/modules/{chapter_4 => chapter_8}/pages/testing_python.adoc (100%) rename chapters/modules/{chapter_4 => chapter_8}/pages/throughput.adoc (100%) diff --git a/chapters/modules/chapter_4/nav.adoc b/chapters/modules/chapter_4/nav.adoc index 0fa215fd9..d99d8cd2c 100644 --- a/chapters/modules/chapter_4/nav.adoc +++ b/chapters/modules/chapter_4/nav.adoc @@ -1,9 +1 @@ -* xref:index.adoc[Chapter 4: Peering into the Future] - ** xref:data.adoc[4.1 Data Availability] - ** xref:recursion.adoc[4.2 Recursion] - ** xref:throughput.adoc[4.3 Throughput] - ** xref:parallelization.adoc[4.4 Parallelization - Access Lists] - ** xref:fractal.adoc[4.5 Fractal Scaling] - ** xref:decentralization.adoc[4.6 Decentralization] - ** xref:community.adoc[4.7 Building Community] - ** xref:market.adoc[4.8 Fee market] +* Chapter 4: Testing diff --git a/chapters/modules/chapter_4/pages/index.adoc b/chapters/modules/chapter_4/pages/index.adoc deleted file mode 100644 index 849498d77..000000000 --- a/chapters/modules/chapter_4/pages/index.adoc +++ /dev/null @@ -1,7 +0,0 @@ -[id="index"] - -= Peering into the future of Starknet - -== Contributing - -🎯 ++++++STARKer: ++++++ This book is an open source effort, made possible only by contributions from readers like you. If you are interested in making this resource better for other users - please suggest a change by following the instructions https://github.com/starknet-edu/starknetbook/blob/main/CONTRIBUTING.adoc[here]. 🎯 🎯 diff --git a/chapters/modules/chapter_8/nav.adoc b/chapters/modules/chapter_8/nav.adoc index c5e0ba83a..35ad8d48c 100644 --- a/chapters/modules/chapter_8/nav.adoc +++ b/chapters/modules/chapter_8/nav.adoc @@ -1,4 +1,4 @@ -* xref:index.adoc[Chapter 8: Starknet's Architecture] +* xref:index.adoc[Chapter 8: Starknet Architecture] ** xref:blocks.adoc[8.1 Blocks] ** xref:transactions.adoc[8.2 The Lifecycle of Transactions] ** xref:starknet_os.adoc[8.3 Starknet OS] diff --git a/chapters/modules/chapter_4/pages/community.adoc b/chapters/modules/chapter_8/pages/community.adoc similarity index 100% rename from chapters/modules/chapter_4/pages/community.adoc rename to chapters/modules/chapter_8/pages/community.adoc diff --git a/chapters/modules/chapter_4/pages/data.adoc b/chapters/modules/chapter_8/pages/data.adoc similarity index 100% rename from chapters/modules/chapter_4/pages/data.adoc rename to chapters/modules/chapter_8/pages/data.adoc diff --git a/chapters/modules/chapter_4/pages/decentralization.adoc b/chapters/modules/chapter_8/pages/decentralization.adoc similarity index 100% rename from chapters/modules/chapter_4/pages/decentralization.adoc rename to chapters/modules/chapter_8/pages/decentralization.adoc diff --git a/chapters/modules/chapter_4/pages/fractal.adoc b/chapters/modules/chapter_8/pages/fractal.adoc similarity index 100% rename from chapters/modules/chapter_4/pages/fractal.adoc rename to chapters/modules/chapter_8/pages/fractal.adoc diff --git a/chapters/modules/chapter_8/pages/index.adoc b/chapters/modules/chapter_8/pages/index.adoc index b98c54cc9..796b42219 100644 --- a/chapters/modules/chapter_8/pages/index.adoc +++ b/chapters/modules/chapter_8/pages/index.adoc @@ -1,4 +1,4 @@ -= Starknet's Architecture += Starknet Architecture Below is a list of potential topics to cover in this section. diff --git a/chapters/modules/chapter_4/pages/intro_to_testing.adoc b/chapters/modules/chapter_8/pages/intro_to_testing.adoc similarity index 100% rename from chapters/modules/chapter_4/pages/intro_to_testing.adoc rename to chapters/modules/chapter_8/pages/intro_to_testing.adoc diff --git a/chapters/modules/chapter_4/pages/logarithms/python/logarithms.py b/chapters/modules/chapter_8/pages/logarithms/python/logarithms.py similarity index 100% rename from chapters/modules/chapter_4/pages/logarithms/python/logarithms.py rename to chapters/modules/chapter_8/pages/logarithms/python/logarithms.py diff --git a/chapters/modules/chapter_4/pages/market.adoc b/chapters/modules/chapter_8/pages/market.adoc similarity index 100% rename from chapters/modules/chapter_4/pages/market.adoc rename to chapters/modules/chapter_8/pages/market.adoc diff --git a/chapters/modules/chapter_4/pages/parallelization.adoc b/chapters/modules/chapter_8/pages/parallelization.adoc similarity index 100% rename from chapters/modules/chapter_4/pages/parallelization.adoc rename to chapters/modules/chapter_8/pages/parallelization.adoc diff --git a/chapters/modules/chapter_4/pages/recursion.adoc b/chapters/modules/chapter_8/pages/recursion.adoc similarity index 100% rename from chapters/modules/chapter_4/pages/recursion.adoc rename to chapters/modules/chapter_8/pages/recursion.adoc diff --git a/chapters/modules/chapter_4/pages/testing.adoc b/chapters/modules/chapter_8/pages/testing.adoc similarity index 100% rename from chapters/modules/chapter_4/pages/testing.adoc rename to chapters/modules/chapter_8/pages/testing.adoc diff --git a/chapters/modules/chapter_4/pages/testing_protostar.adoc b/chapters/modules/chapter_8/pages/testing_protostar.adoc similarity index 100% rename from chapters/modules/chapter_4/pages/testing_protostar.adoc rename to chapters/modules/chapter_8/pages/testing_protostar.adoc diff --git a/chapters/modules/chapter_4/pages/testing_python.adoc b/chapters/modules/chapter_8/pages/testing_python.adoc similarity index 100% rename from chapters/modules/chapter_4/pages/testing_python.adoc rename to chapters/modules/chapter_8/pages/testing_python.adoc diff --git a/chapters/modules/chapter_4/pages/throughput.adoc b/chapters/modules/chapter_8/pages/throughput.adoc similarity index 100% rename from chapters/modules/chapter_4/pages/throughput.adoc rename to chapters/modules/chapter_8/pages/throughput.adoc diff --git a/chapters/modules/chapter_9/nav.adoc b/chapters/modules/chapter_9/nav.adoc index ad7c712a2..b52e60bd2 100644 --- a/chapters/modules/chapter_9/nav.adoc +++ b/chapters/modules/chapter_9/nav.adoc @@ -1,4 +1,4 @@ -* xref:index.adoc[Chapter 9: Cairo's Architecture] +* xref:index.adoc[Chapter 9: Cairo Architecture] ** xref:cairo.adoc[9.1 C(pu)AIR(o)] *** xref:polynomial.adoc[9.1.1 Polynomial Equations] *** xref:turing.adoc[9.1.2 Turing Completeness]