Adding a tutorial

This commit is contained in:
Maxime Beauchemin
2016-04-02 23:11:52 -07:00
parent 93405dc23a
commit d2f51900f1
16 changed files with 29 additions and 13 deletions

11
docs/_static/docs.css vendored
View File

@@ -6,6 +6,17 @@ div.navbar {
margin-bottom: 0px;
}
p {
margin-top: 5px;
margin-bottom: 15px;
}
#tutorial img {
border: 1px solid gray;
box-shadow: 5px 5px 5px #888888;
margin-bottom: 10px;
}
.carousel img {
max-height: 500px;
}