aboutsummaryrefslogtreecommitdiffstats
path: root/docs/common-patterns.rst
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-05-31 19:56:05 +0800
committerchriseth <c@ethdev.com>2016-05-31 19:56:16 +0800
commitf9c8a9b5cac602d93bcf7a1b0b5026dcda71dc01 (patch)
tree6d37da49a21ccba06fd88770d01ed6ef1132ead4 /docs/common-patterns.rst
parent4be92c0c39b62547b67ebf75e617abab1ea8b454 (diff)
downloaddexon-solidity-f9c8a9b5cac602d93bcf7a1b0b5026dcda71dc01.tar.gz
dexon-solidity-f9c8a9b5cac602d93bcf7a1b0b5026dcda71dc01.tar.zst
dexon-solidity-f9c8a9b5cac602d93bcf7a1b0b5026dcda71dc01.zip
Removed some problems in documentation examples.
Diffstat (limited to 'docs/common-patterns.rst')
-rw-r--r--docs/common-patterns.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/common-patterns.rst b/docs/common-patterns.rst
index c8751fd1..9096571e 100644
--- a/docs/common-patterns.rst
+++ b/docs/common-patterns.rst
@@ -28,8 +28,6 @@ functions and this is what this page is about.
The use of **function modifiers** makes these
restrictions highly readable.
-.. {% include open_link gist="fe4ef267cbdeac151b98" %}
-
::
contract AccessRestriction {
@@ -167,8 +165,6 @@ function finishes.
return. If you want to do that, make sure
to call nextStage manually from those functions.
-.. {% include open_link gist="0a221eaceb6d708bf271" %}
-
::
contract StateMachine {