Grégoire Henry
f8247ff6c9
Doc/Proof_of_stake: minor update
2018-05-12 23:09:17 +02:00
Raphaël Proust
771f937792
Doc: typo fixes
...
Note: this is only fixing typos highlighted by a spellchecker. More
typos and errors probably still lurk.
2018-05-10 12:46:16 +08:00
Pietro
0f1916981b
[doc] Reword section in gretlist in p2p.rst
2018-05-03 16:03:01 +02:00
Pietro
a436b81a35
Doc: Typo
2018-05-03 16:03:01 +02:00
Vincent Bernardoff
b3df4e63c8
[P2P] ACLs: cosmetics, renamings, comments
2018-05-03 16:03:01 +02:00
Pietro
02838a4cbc
p2p,node,client: Add Greylists
...
- add admin commands to ban and unban ips and peers
- add greylist_timeout option to configuration file (node)
- Add greylist modules + RPC
2018-05-03 16:03:01 +02:00
Grégoire Henry
c1bce70c50
Doc/Zeronet: add faucet instructions for ./zeronet.sh
2018-04-19 10:04:52 +02:00
Jonathan
92ee761451
Doc: fixed typo s/developper/developer/
2018-04-18 14:21:42 +02:00
Grégoire Henry
3ad1ea073e
Doc: some opam-foo advices
2018-04-17 13:46:57 +02:00
Grégoire Henry
2c3906d18a
Zeronet: document faucet
2018-04-17 10:50:37 +02:00
Vincent Botbol
90afe58372
Fix: broken Ocsigen links
2018-04-13 17:01:37 +00:00
Vincent Botbol
1833434f84
Fix: rpc json schema output would in some cases not be generated
2018-04-13 17:01:37 +00:00
Benjamin Canou
fc1ea36a62
Docs: fix the RPC and error docs intros
2018-03-26 01:04:07 +02:00
Vincent Botbol
73ba0a3fb5
Docs: normalize and prettify both errors and rpc documentation
2018-03-26 01:04:07 +02:00
Vincent Botbol
369b6d7988
Fix: sphinx warning about bad reference
2018-03-26 01:04:07 +02:00
Vincent Botbol
8441e0c7a0
Docs: add dynamic parameters description
2018-03-26 01:04:07 +02:00
Vincent Botbol
55d25c6600
Docs: add rpc documentation generation
2018-03-26 01:04:07 +02:00
Vincent Botbol
385a600e98
Docs: add error documentation generation
2018-03-26 01:04:07 +02:00
Benjamin Canou
5b28e08f93
Docs: fix broken link
2018-03-01 14:16:33 +01:00
Vincent Bernardoff
684fe1110b
P2P: doc and associated minor changes.
2018-03-01 14:16:33 +01:00
Vincent Bernardoff
79e39b15eb
Docs: fix typos in validation
2018-03-01 14:16:33 +01:00
Bruno B
5b70094233
Update compiler version: 4.06.0 -> 4.06.1
2018-02-26 13:35:47 +00:00
Pierre Chambart
590ddb750f
Change compiler's requested version
2018-02-22 05:36:57 +01:00
Benjamin Canou
71556b9418
Update the README
...
With: Arthur B <arthur.breitman@gmail.com>
2018-02-20 22:40:43 +00:00
Benjamin Canou
ac0a685769
Docs: add doc on OPAM packages/source code architecture
2018-02-20 22:40:42 +00:00
Benjamin Canou
2cae073e5b
Docs: add more sphinx :labels:
2018-02-20 22:40:42 +00:00
Benjamin Canou
e67400f92c
Docs: fix alpha doc for services
2018-02-20 22:40:41 +00:00
Benjamin Canou
138407d33a
Docs: s/net/chain/ in validation drawing
2018-02-20 22:40:40 +00:00
Benjamin Canou
835a1d95bf
CI: doc
in branch name triggers make doc-html
2018-02-20 22:40:40 +00:00
Grégoire Henry
6fa1283240
Shell: Rename net_id
into chain_id
2018-02-16 02:57:25 +01:00
Grégoire Henry
5fff7b3c1b
Alpha: rename Tezos_context
-> Alpha_context
2018-02-12 16:56:59 +01:00
Benjamin Canou
4820aa6098
Docs: document the validator structure
2018-02-12 03:04:40 +01:00
bruno
0241ccd8b0
Docs: Michelson: fix typos
2018-02-07 12:44:33 +01:00
Pierre Chambart
23be8282ef
Docs: tutorial about profiling the node
2018-02-07 11:30:59 +01:00
Milo Davis
c108b0cfd8
Michelson: document big maps
2018-02-06 17:04:49 +01:00
Bruno Bernardo
ec86dea35f
Docs: various small fixes in Michelson spec
2018-02-06 16:32:39 +01:00
Bruno Bernardo
518a07d5e4
Docs: add missing semantics for some Michelson instructions
...
Co-authored with: Benjamin Canou <benjamin@canou.fr>
2018-02-06 16:32:34 +01:00
Benjamin Canou
3d0ec5deb4
Michelson: remove instruction MAP on sets
2018-02-06 16:32:30 +01:00
Benjamin Canou
0863a2a9e4
Docs: add online help pages for the client
2018-01-31 14:51:56 +00:00
Grégoire Henry
ff3d8799da
Add 'whitedoc/proof_of_stake' to the doc index
2018-01-27 01:44:07 +01:00
Arthur B
5823c0e6f7
PoS doc
2018-01-26 17:13:33 +00:00
Pietro
89f9d9aa5f
Docs: Fix minor problem with make clean
2018-01-23 16:12:48 +01:00
Benjamin Canou
adf860ea40
Docs: new documentation structure using Sphinx/RST
...
- Provides a toplevel documentation structure using Sphinx
- Adds a `doc-html` target to the main Makefile
- Converts existing documentation to RST format
- Add some new documentation / tutorials
- Links the developer manual and OCaml documentation
- Synchronized documentation on Gitlab pages
This patch is co-authored by:
- Benjamin Canou <benjamin@canou.fr>
- Bruno Bernardo <bernardobruno@gmail.com>
- Pietro Abate <pietro.abate@inria.fr>
2018-01-23 08:02:17 +01:00
Milo Davis
3373a1985c
Michelson: document contract creation from literal
2018-01-09 20:33:59 +00:00
Benjamin Canou
f9c28da177
Docs: update Michelson to the new collection litterals
2018-01-09 20:14:54 +01:00
Bruno B
6e1be8efe3
Docs: fix broken link
2018-01-09 10:23:00 +01:00
Milo Davis
a67de99ddb
Docs: add Michelson anti-patterns (work in progress)
2017-12-08 11:48:57 +01:00
Benjamin Canou
cecd042daa
Move Michelson specification to /docs
2017-12-04 19:15:26 +01:00
Grégoire Henry
5e1dee9e97
Move error_monad.org
into docs/
2017-11-16 17:32:08 +01:00
Milo Davis
7fb3b3ca85
Tutorial: data_encoding
2017-11-08 16:42:35 +01:00