Skip to content

Commit b4c651c

Browse files
committed
add a tutorial
1 parent 8619824 commit b4c651c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.rst

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ Exclude anything in the tests folder:
7878

7979
lizard mySource/ -x"./tests/*"
8080

81+
You can also find a tutorial by @jxieeducation (Jason Xie) from here: http://thrashing.io/tutorial/551891bccfead697722b05ad
82+
8183
Options
8284
~~~~~~~
8385

index.html

+14
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,20 @@ <h4>
9393
</tr>
9494
</table>
9595
</div>
96+
</div>
97+
<div class="col-md-6">
98+
<div class="panel panel-default">
99+
<div class="panel-heading">
100+
Other Resources
101+
</div>
102+
<div class="panel-body">
103+
<ul>
104+
<li>
105+
a <a href="http://thrashing.io/tutorial/551891bccfead697722b05ad">tutorial</a> by @jxieeducation (Jason Xie)
106+
</li>
107+
</ul>
108+
</div>
109+
</div>
96110
</div>
97111
<script src="website/static/bower/jquery/jquery.min.js"></script>
98112
<script src="website/static/bower/bootstrap/dist/js/bootstrap.min.js"></script>

0 commit comments

Comments
 (0)