docs: add watchdocs target, stub pages for fibers/lists/maps, fix class example, and move build output to build/docs

This commit is contained in:
Bob Nystrom
2014-01-30 14:51:52 +00:00
parent ea2ec33ce0
commit 1464007327
10 changed files with 32 additions and 15 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ it `b`".
Most of these are probably familiar already. The `..` and `...` operators are
"range" operators. The number type implements those and returns a range object,
which can in turn be iterated over using a [`for`](loops.html) loop.
which can in turn be iterated over using a `for` [loop](looping.html).
## Subscript operators