diff --git a/docs/api/rpc_proposal.rst b/docs/api/rpc_proposal.rst index 6c5cb38e4..c112e75f0 100644 --- a/docs/api/rpc_proposal.rst +++ b/docs/api/rpc_proposal.rst @@ -77,12 +77,12 @@ - - -RPC API changes (proposal) -########################## +.. _rpc_changes_june_2018: -This document contains a proposed update to the list of RPC services provided by the Tezos node. It is based on experiment in branch `service-simplification` and this is work-in-progress. All feedbacks will be greatly appreciated, either on `Gitlab's merge-request #115 `__ or on the #tezos IRC channel on freenode. +RPC API changes, pre-Betanet (June 2018) +######################################## + +This document describes the changes made to RPC services provided by the Tezos node in June 2018. Summary ******* diff --git a/docs/api/rpc_usage.rst.inc b/docs/api/rpc_usage.rst.inc index eaf48fa79..5ed479f38 100644 --- a/docs/api/rpc_usage.rst.inc +++ b/docs/api/rpc_usage.rst.inc @@ -1,6 +1,9 @@ This document contains the list of RPC services provided by the Tezos node. It is generated from the OCaml source code (master branch). +The changes made in June 2018 for pre-Betanet are recapitulated in +:ref:`this page`. + Usage ***** diff --git a/docs/doc_gen/rpc_doc.ml b/docs/doc_gen/rpc_doc.ml index 155bcfa89..358052777 100644 --- a/docs/doc_gen/rpc_doc.ml +++ b/docs/doc_gen/rpc_doc.ml @@ -271,6 +271,7 @@ let pp_document ppf descriptions = descriptions ; (* Full description *) Rst.pp_h2 ppf "RPCs - Full description" ; + Format.pp_print_flush ppf () ; Format.pp_set_margin ppf 80 ; Format.pp_set_max_indent ppf 76 ; List.iter diff --git a/docs/index.rst b/docs/index.rst index 4cf80eb7e..38c828a10 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -83,7 +83,6 @@ license when the main network lunches. api/api-inline api/cli-commands api/rpc - api/rpc_proposal api/errors Indices and tables