Doc: fix titles and references
This commit is contained in:
parent
55bb91da79
commit
9b1c338c29
@ -11,18 +11,20 @@ using the following shell commands.
|
|||||||
tezos-client -protocol ProtoALphaALph man -verbosity 3
|
tezos-client -protocol ProtoALphaALph man -verbosity 3
|
||||||
tezos-admin-client man -verbosity 3
|
tezos-admin-client man -verbosity 3
|
||||||
|
|
||||||
Command line client
|
|
||||||
===================
|
|
||||||
|
|
||||||
.. _tezos_client_commands:
|
.. _tezos_client_commands:
|
||||||
|
|
||||||
|
Command line client
|
||||||
|
===================
|
||||||
|
|
||||||
.. raw:: html
|
.. raw:: html
|
||||||
:file: tezos-client.html
|
:file: tezos-client.html
|
||||||
|
|
||||||
Administration command line client
|
|
||||||
==================================
|
|
||||||
|
|
||||||
.. _tezos_admin_client_commands:
|
.. _tezos_admin_client_commands:
|
||||||
|
|
||||||
|
Administration command line client
|
||||||
|
==================================
|
||||||
|
|
||||||
.. raw:: html
|
.. raw:: html
|
||||||
:file: tezos-admin-client.html
|
:file: tezos-admin-client.html
|
||||||
|
@ -1258,7 +1258,7 @@ retrieved from script parameters or globals.
|
|||||||
|
|
||||||
|
|
||||||
Operations on Mutez
|
Operations on Mutez
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Mutez (micro-Tez) are internally represented by a 64 bit signed
|
Mutez (micro-Tez) are internally represented by a 64 bit signed
|
||||||
integers. There are restrictions to prevent creating a negative amount
|
integers. There are restrictions to prevent creating a negative amount
|
||||||
@ -1468,7 +1468,7 @@ Special operations
|
|||||||
:: 'S -> timestamp : 'S
|
:: 'S -> timestamp : 'S
|
||||||
|
|
||||||
Operations on bytes
|
Operations on bytes
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Bytes are used for serializing data, in order to check signatures and
|
Bytes are used for serializing data, in order to check signatures and
|
||||||
compute hashes on them. They can also be used to incorporate data from
|
compute hashes on them. They can also be used to incorporate data from
|
||||||
@ -2448,7 +2448,7 @@ treatment of annotations with `.`.
|
|||||||
:: @p.x 'a : @q.y 'b : 'S -> (pair ('a %x) ('b %y)) : 'S
|
:: @p.x 'a : @q.y 'b : 'S -> (pair ('a %x) ('b %y)) : 'S
|
||||||
|
|
||||||
XI - JSON syntax
|
XI - JSON syntax
|
||||||
---------------
|
----------------
|
||||||
|
|
||||||
Micheline expressions are encoded in JSON like this:
|
Micheline expressions are encoded in JSON like this:
|
||||||
|
|
||||||
@ -2479,7 +2479,7 @@ As in the concrete syntax, all domain specific constants are encoded as
|
|||||||
strings.
|
strings.
|
||||||
|
|
||||||
XII - Examples
|
XII - Examples
|
||||||
-------------
|
--------------
|
||||||
|
|
||||||
Contracts in the system are stored as a piece of code and a global data
|
Contracts in the system are stored as a piece of code and a global data
|
||||||
storage. The type of the global data of the storage is fixed for each
|
storage. The type of the global data of the storage is fixed for each
|
||||||
|
Loading…
Reference in New Issue
Block a user