diff --git a/docs/README.rst b/docs/README.rst index ca5aad27201cb70b8f37eac079eb72fc007eb83d..c2a994ba836e5e79d0bc3740e563a5aa202c186e 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -2,7 +2,7 @@ Documenting *********** -The documentation is available online at :doc:`https://tezos.gitlab.io <./index>`, +This documentation is available online at :doc:`https://octez.tezos.com/docs/ <./index>`, and always up to date with branch ``master`` on `GitLab `_. Building the documentation diff --git a/docs/developer/rpc_architecture.rst b/docs/developer/rpc_architecture.rst index fbb5acb597ed94ce8992cf5bb4a518a18faf9f53..b7075ad4b5fc5b0b29fbe01eebf5e0a58696d58c 100644 --- a/docs/developer/rpc_architecture.rst +++ b/docs/developer/rpc_architecture.rst @@ -120,7 +120,7 @@ The number of callbacks is confusing. So let’s take a closer look to :src:`src/lib_rpc_http/RPC_middleware.ml`: - Cohttp runs a server. So a connection request received from - Client/Baker/Indexer/ arrives at Cohttp and then passed to Resto via + Client/Baker/Indexer/ arrives at Cohttp and then passed to Resto via ``make_transform_callback``. - Resto passes the callback to Cohttp at server start to deal with a connection @@ -199,7 +199,7 @@ In this HTTP response format, the server sends a series of chunks with size headers and separators (see link). The server closes the connection only once all the chunks have been sent. -.. mermaid:: +.. mermaid:: sequenceDiagram participant client as client @@ -231,7 +231,7 @@ OkStream :literal:`\`OkStream` is for returning not one single value but a sequence of different values that a variable can have in the ``octez-node``. E.g., the RPC entry point -`/monitor/heads/ `__ +`/monitor/heads/\ `__ sends a sequence of blocks, one for each time the node changes head on the chain passed as parameter. @@ -484,4 +484,4 @@ with ``TEZOS_LOG="*->debug"`` and ``COHTTP_DEBUG=true``. See also ======== -- :doc:`./rpc_howto` \ No newline at end of file +- :doc:`./rpc_howto` diff --git a/docs/protocols/022_rio.rst b/docs/protocols/022_rio.rst index 714886a6c0a4d069d0aaebf5e6b5cfaf6f0bc0c5..50f0f53b893cf85d43ef55d6ed2b4fb1e8070b32 100644 --- a/docs/protocols/022_rio.rst +++ b/docs/protocols/022_rio.rst @@ -43,7 +43,7 @@ Data Availability Layer attest trapped DAL slots lose their DAL rewards. (MRs :gl:`!15677`, :gl:`!15832`, :gl:`!15836`, :gl:`!16253`, :gl:`!16224`, :gl:`!16322`) -- Protocal parameter ``DAL_REWARDS_WEIGHT`` was added. +- Protocol parameter ``DAL_REWARDS_WEIGHT`` was added. Fields ``REWARDS_RATIO``, ``MINIMAL_PARTICIPATION_RATIO``, ``TRAPS_FRACTION`` were added to the protocol parameter ``DAL_PARAMETRIC``. (MRs :gl:`!15503`, :gl:`!15832`) diff --git a/docs/releases/version-22.rst b/docs/releases/version-22.rst index d16d16105f8eb4da38be211c636f5f6a3bad4324..f85051563bf5dcadbdebf5a59132e6ffa926ceb4 100644 --- a/docs/releases/version-22.rst +++ b/docs/releases/version-22.rst @@ -105,7 +105,8 @@ Note however that the Zcash parameters are in a different package now, which nee Furthermore, RPM packages are now available in a **dnf repository**. Installation instructions are detailed in :ref:`the documentation `. When upgrading to v22, you can start or restart the ``octez-baker.service`` that runs all bakers for supported protocols. -Alternatively, you can run them individually. For instance, to start a baker for the Quebec protocol, you can use the command:: + +Alternatively, you can run them individually. For instance, to start only the baker for the Quebec protocol, you can use the command:: $ sudo systemctl start octez-baker@PsQuebec diff --git a/scripts/packaging/tests/rpm/rpm-install.sh b/scripts/packaging/tests/rpm/rpm-install.sh index 9bf6d7285baa26a5c67127ee2971d90c1bccd604..e02867cd32b9737f1081b52cf1efc0865550c73d 100755 --- a/scripts/packaging/tests/rpm/rpm-install.sh +++ b/scripts/packaging/tests/rpm/rpm-install.sh @@ -21,7 +21,7 @@ while [ "$(systemctl is-system-running)" = "offline" ]; do sleep 1 done -# Update and install the config-mananger plugin +# Update and install the config-manager plugin dnf -y update dnf -y install dnf-plugins-core