Docs: minor fixes
This commit is contained in:
parent
e9102a6f13
commit
2e21a67648
@ -77,12 +77,12 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
.. _rpc_changes_june_2018:
|
||||||
|
|
||||||
RPC API changes (proposal)
|
|
||||||
##########################
|
|
||||||
|
|
||||||
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 <https://gitlab.com/tezos/tezos/merge_requests/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
|
Summary
|
||||||
*******
|
*******
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
This document contains the list of RPC services provided by the Tezos
|
This document contains the list of RPC services provided by the Tezos
|
||||||
node. It is generated from the OCaml source code (master branch).
|
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<rpc_changes_june_2018>`.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
*****
|
*****
|
||||||
|
|
||||||
|
@ -271,6 +271,7 @@ let pp_document ppf descriptions =
|
|||||||
descriptions ;
|
descriptions ;
|
||||||
(* Full description *)
|
(* Full description *)
|
||||||
Rst.pp_h2 ppf "RPCs - Full description" ;
|
Rst.pp_h2 ppf "RPCs - Full description" ;
|
||||||
|
Format.pp_print_flush ppf () ;
|
||||||
Format.pp_set_margin ppf 80 ;
|
Format.pp_set_margin ppf 80 ;
|
||||||
Format.pp_set_max_indent ppf 76 ;
|
Format.pp_set_max_indent ppf 76 ;
|
||||||
List.iter
|
List.iter
|
||||||
|
@ -83,7 +83,6 @@ license when the main network lunches.
|
|||||||
api/api-inline
|
api/api-inline
|
||||||
api/cli-commands
|
api/cli-commands
|
||||||
api/rpc
|
api/rpc
|
||||||
api/rpc_proposal
|
|
||||||
api/errors
|
api/errors
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
Loading…
Reference in New Issue
Block a user