Commit Graph
33 Commits
Author SHA1 Message Date
James Ray 0da46f259f :ref:getter function<getter-functions> 2017-07-31 20:35:29 +10:00
James Ray 5678a08d58 :ref:getter function<getter-functions> 2017-07-31 20:32:34 +10:00
James Ray 8a19b2f24e :ref:getter function<getter-functions> 2017-07-31 20:26:26 +10:00
James Ray 0c63f271a2 Updated getter-functions ref 2017-07-29 12:05:49 +10:00
James Ray 064918c94a Constructor is not a solidity keyword
Removed backticks
2017-07-28 15:31:03 +10:00
James Ray c5b82f7d50 Constructor index
For referencing, especially when it hasn't been mentioned but not discussed in detail previously e.g. here and here.
2017-07-28 15:24:19 +10:00
James Ray 84e71f061c Link: members-of-addresses 2017-07-28 15:07:18 +10:00
James Ray 3c3060dd87 :ref:getter-functions 2017-07-28 11:54:59 +10:00
James Ray c03a85aa7b ref getter-functions 2017-07-28 11:50:20 +10:00
James Ray 89551d9968 Updated reference to getter-functions 2017-07-28 11:34:22 +10:00
James Ray bc8d7d4a5d Updated link for getter-functions 2017-07-28 11:30:53 +10:00
James Ray 221a013042 Fixed reference to getter function 2017-07-07 12:07:25 +10:00
James Ray ba0d277e10 Fixed reference to getter function 2017-07-07 12:07:16 +10:00
James Ray e257a6c89a Fixed reference to getter function 2017-07-07 12:07:10 +10:00
James Ray 3594f973df Update types.rst 2017-07-01 13:31:31 +10:00
James Ray 7471220cb4 Added ref for Getter functions 2017-07-01 13:29:20 +10:00
James Ray eb84acbbcb Ref to getter function 2017-06-30 19:51:10 +10:00
James Ray 433039f105 Ref to getter function 2017-06-30 19:47:35 +10:00
James Ray d2c0c5f462 Getter function ref 2017-06-30 19:42:53 +10:00
James Ray c94c77d2d1 Update frequently-asked-questions.rst 2017-06-30 19:35:00 +10:00
James Ray 77e4f9c8fc Changed URL for getter to a ref 2017-06-30 19:24:39 +10:00
James Ray 355d69b4ba Used a ref for getter instead of a URL. 2017-06-30 19:19:06 +10:00
James Ray 2ac51a1a90 Added links for the getter function. 2017-06-30 19:11:21 +10:00
James Ray 0d9970de1d Link for the semantic versioner for npm 2017-06-15 22:01:17 +10:00
James Ray c1e0a6557d Create types.rst
"is compiled" avoids ambiguity compared with "maps", especially for those who may not understand what maps may mean and may confuse it with the "mapping" code keyword
2017-06-15 19:37:37 +10:00
James Ray 0423278a31 Create types.rst
hash table link
2017-06-12 18:12:09 +10:00
James Ray 09a77de8ab Create types.rst
Maps will be explained later `[here](http://solidity.readthedocs.io/en/develop/types.html#mappings)`_
2017-06-12 18:02:30 +10:00
James Ray 2dd23cec7a Create types.rst
Note that the following is not a pair of dynamic arrays but a dynamic array of pairs (i.e. of fixed size arrays of length two).
2017-06-12 17:36:51 +10:00
James Ray 997151c734 Doxygen
Link for more information about Doxygen.
2017-06-11 15:41:15 +10:00
jamesray1 139fdb36c7 Update introduction-to-smart-contracts.rst 2017-05-10 15:26:17 +10:00
jamesray1 1d5c0ce9f4 Update introduction-to-smart-contracts.rst
Updated link for pragma.
2017-05-10 15:20:12 +10:00
jamesray1 1b1af751fd Merge pull request #1 from jamesray1/jamesray1-patch-1
Update introduction-to-smart-contracts.rst
2017-05-06 20:27:27 +10:00
jamesray1 347a4040e6 Update introduction-to-smart-contracts.rst
Grammar
This sentence was a bit confusing due to changing from it to they: "Contracts cannot access log data after it has been created, but they can be efficiently accessed from outside the blockchain.", however changing it to the following may sound awkward "Contracts cannot access log data after log data has been created, but log data can be efficiently accessed from outside the blockchain."

Also added links to terminology that may not be understood by lay readers.
2017-05-06 20:20:36 +10:00