From 640dee96ac4c58ed5ea8b2e9858eee8bb07ca874 Mon Sep 17 00:00:00 2001 From: Nic Volanschi Date: Thu, 28 Apr 2022 16:12:39 +0200 Subject: [PATCH 1/4] doc: keep Plugins the last subpage of protocol.rst --- docs/alpha/protocol.rst | 6 +++--- docs/ithaca/protocol.rst | 5 ++--- docs/jakarta/protocol.rst | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/alpha/protocol.rst b/docs/alpha/protocol.rst index aba5303677d4..26c39e0b1c2d 100644 --- a/docs/alpha/protocol.rst +++ b/docs/alpha/protocol.rst @@ -64,14 +64,14 @@ Sapling, etc), and some details about its implementation. .. toctree:: :maxdepth: 2 - plugins + precheck .. toctree:: :maxdepth: 2 - precheck + transaction_rollups .. toctree:: :maxdepth: 2 - transaction_rollups + plugins diff --git a/docs/ithaca/protocol.rst b/docs/ithaca/protocol.rst index 1567f1d80527..668ed0c4dba8 100644 --- a/docs/ithaca/protocol.rst +++ b/docs/ithaca/protocol.rst @@ -64,10 +64,9 @@ Sapling, etc), and some details about its implementation. .. toctree:: :maxdepth: 2 - plugins + precheck .. toctree:: :maxdepth: 2 - precheck - + plugins diff --git a/docs/jakarta/protocol.rst b/docs/jakarta/protocol.rst index aba5303677d4..26c39e0b1c2d 100644 --- a/docs/jakarta/protocol.rst +++ b/docs/jakarta/protocol.rst @@ -64,14 +64,14 @@ Sapling, etc), and some details about its implementation. .. toctree:: :maxdepth: 2 - plugins + precheck .. toctree:: :maxdepth: 2 - precheck + transaction_rollups .. toctree:: :maxdepth: 2 - transaction_rollups + plugins -- GitLab From 83f62e0355738e55ff1d6ef1ef090bb98403510e Mon Sep 17 00:00:00 2001 From: Nic Volanschi Date: Fri, 29 Apr 2022 11:37:23 +0200 Subject: [PATCH 2/4] doc: close issue #1823 --- tezt/tests/main.ml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tezt/tests/main.ml b/tezt/tests/main.ml index f8d9d9a0c177..d72fa15a7c43 100644 --- a/tezt/tests/main.ml +++ b/tezt/tests/main.ml @@ -69,12 +69,6 @@ let () = Rpc_config_logging.register ~protocols:[Alpha] ; Protocol_table_update.register ~migrate_from ~migrate_to ; Cache_cache.register [Ithaca; Jakarta; Alpha] ; - (* TODO: https://gitlab.com/tezos/tezos/-/issues/1823 - the "Baking" test does not have a documentation. - I don't know if it is about baking accounts (and thus it is not a protocol-agnostic - test since it requires Alpha) or about baking (which would make it possible to run - on previous protocols, if not for a problem that was introduced in - Client.bake_for which causes the default key to be a baking account key). *) Baking.register ~protocols:[Ithaca; Jakarta; Alpha] ; Prevalidator.register ~protocols:[Ithaca; Jakarta; Alpha] ; Monitor_operations.register ~protocols:[Alpha] ; -- GitLab From 33cd2c0fb29007f21d79a4ef652936ef3348288a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Delbianco?= Date: Mon, 2 May 2022 16:27:23 +0200 Subject: [PATCH 3/4] Docs: add minor tweaks to landing page --- docs/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 5fdf5f087533..b6ea371f71a7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -51,11 +51,11 @@ The Community - https://tzstats.com - https://tezblock.io - https://teztracker.com/ - - https://tzkt.io (Baking focused Explorer) - - https://arronax.io + - https://tzkt.io (Baking focused explorer) + - https://arronax.io (Analytics-oriented explorer) - https://mininax.io - - https://baking-bad.org (Reward Tracker) - - https://better-call.dev (Smart-contract Explorer) + - https://baking-bad.org (Baking rewards tracker) + - https://better-call.dev (Smart contracts explorer) - A few community-run websites collect useful Tezos links: -- GitLab From b556f6f0c96d2d0afb87df336130df9f72c2e4ea Mon Sep 17 00:00:00 2001 From: Nic Volanschi Date: Tue, 3 May 2022 09:08:25 +0000 Subject: [PATCH 4/4] doc: Nicer capitalization --- docs/alpha/protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/alpha/protocol.rst b/docs/alpha/protocol.rst index 26c39e0b1c2d..30430754cfe5 100644 --- a/docs/alpha/protocol.rst +++ b/docs/alpha/protocol.rst @@ -7,7 +7,7 @@ economic protocol represents the amendable part of Tezos. This page groups the documentation helping developers and users in understanding the basic concepts of the economic protocol -(proof-of-stake, consensus, voting, etc), its features (Michelson, +(Proof Of Stake, consensus, voting, etc), its features (Michelson, Sapling, etc), and some details about its implementation. -- GitLab