Regenerated docs

This commit is contained in:
Ferdinand Majerech 2015-02-21 14:36:06 +01:00
parent 9775f35120
commit 0a0e966a26
55 changed files with 4873 additions and 13281 deletions

View file

@ -2,7 +2,7 @@
Welcome to D:YAML documentation!
================================
`API Documentation <api/index.html>`_
API Documentation `(online) <http://ddocs.org/dyaml/~master/index.html>`_ `(local copy) <api/index.html>`_
Tutorials:

View file

@ -144,7 +144,7 @@ Create a file called ``dub.json`` with the following contents:
"mainSourceFile": "main.d",
"dependencies":
{
"dyaml": { "version" : "~>0.5.0", "path" : "../../"},
"dyaml": { "version" : "~>0.5.0" },
},
}