README now points to the API docs.

This commit is contained in:
Ferdinand Majerech 2014-08-06 18:05:10 +02:00
parent c630f4713e
commit ec5771efe2
2 changed files with 5 additions and 3 deletions

View file

@ -353,7 +353,7 @@ compliant to the YAML 1.1 specification. D:YAML is based on
<p>D:YAML is designed to be easy to use while supporting the full feature set of
YAML. To start using it in your project, see the
<a class="reference external" href="https://github.com/kiith-sa/D-YAML/wiki/Getting-Started">Getting Started</a>
tutorial.</p>
tutorial and the <a class="reference external" href="http://defenestrate.eu/docs/dyaml/">API documentation</a>.</p>
<p>D:YAML is still a work in progress. Its API is not stable and there might be
compatibility breaking changes.</p>
</div>
@ -423,7 +423,8 @@ There are no plans to implement this at the moment.</li>
<a class="reference external" href="https://github.com/kiith-sa/D-YAML/wiki/Getting-Started">Getting Started</a>
tutorial and other tutorials that can be found at the
<a class="reference external" href="https://github.com/kiith-sa/D-YAML/wiki">GitHub wiki</a>
and in the <tt class="docutils literal">doc/html/tutorials/</tt> directory in the package.</p>
and in the <tt class="docutils literal">doc/html/tutorials/</tt> directory in the package.
For advanced usage, see the <a class="reference external" href="http://defenestrate.eu/docs/dyaml/">API documentation</a>.</p>
</div>
<div class="section" id="license">
<h1>License</h1>

View file

@ -18,7 +18,7 @@ compliant to the YAML 1.1 specification. D:YAML is based on
D:YAML is designed to be easy to use while supporting the full feature set of
YAML. To start using it in your project, see the
`Getting Started <https://github.com/kiith-sa/D-YAML/wiki/Getting-Started>`_
tutorial.
tutorial and the `API documentation <http://defenestrate.eu/docs/dyaml/>`_.
D:YAML is still a work in progress. Its API is not stable and there might be
compatibility breaking changes.
@ -76,6 +76,7 @@ See the
tutorial and other tutorials that can be found at the
`GitHub wiki <https://github.com/kiith-sa/D-YAML/wiki>`_
and in the ``doc/html/tutorials/`` directory in the package.
For advanced usage, see the `API documentation <http://defenestrate.eu/docs/dyaml/>`_.
-------