Added links to GitHub wiki to README.rst.
This commit is contained in:
parent
0ae5b53720
commit
d7d3afe7ad
14
README.html
14
README.html
|
@ -324,8 +324,9 @@ library). It is written in D2 and there are no plans for D1 or Tango support.</p
|
|||
<p>At the moment, D:YAML can only read, not write YAML files. This will change in
|
||||
the following releases. D:YAML is designed to be as easy to use as possible while
|
||||
supporting the full feature set of YAML. To start using it in your project,
|
||||
you can see the Getting Started tutorial found in the package in
|
||||
<tt class="docutils literal">/doc/html/tutorials/getting_started.html</tt>.</p>
|
||||
see the
|
||||
<a class="reference external" href="https://github.com/kiith-sa/D-YAML/wiki/Getting-Started">Getting Started</a>
|
||||
tutorial.</p>
|
||||
<p>D:YAML is still a work in progress. Its API is still not stable and there might
|
||||
be compatibility breaking changes. For instance, currently some D:YAML API
|
||||
functions depend on the <tt class="docutils literal">std.stream</tt> module in Phobos. This module is expected
|
||||
|
@ -392,8 +393,11 @@ There are no plans to implement this at the moment.</li>
|
|||
</div>
|
||||
<div class="section" id="installing-and-tutorial">
|
||||
<h1>Installing and tutorial</h1>
|
||||
<p>See the Getting Started tutorial and other tutorials that can be found in the
|
||||
<tt class="docutils literal">doc/html/tutorials/</tt> directory in the package.</p>
|
||||
<p>See the
|
||||
<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>
|
||||
</div>
|
||||
<div class="section" id="license">
|
||||
<h1>License</h1>
|
||||
|
@ -443,7 +447,7 @@ library for the <a class="reference external" href="http://www.d-programming-lan
|
|||
</div>
|
||||
<div class="footer">
|
||||
<hr class="footer" />
|
||||
Generated on: 2011-08-16 18:00 UTC.
|
||||
Generated on: 2011-08-16 19:52 UTC.
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
|
14
README.rst
14
README.rst
|
@ -16,9 +16,10 @@ library). It is written in D2 and there are no plans for D1 or Tango support.
|
|||
At the moment, D:YAML can only read, not write YAML files. This will change in
|
||||
the following releases. D:YAML is designed to be as easy to use as possible while
|
||||
supporting the full feature set of YAML. To start using it in your project,
|
||||
you can see the Getting Started tutorial found in the package in
|
||||
``/doc/html/tutorials/getting_started.html``.
|
||||
|
||||
see the
|
||||
`Getting Started <https://github.com/kiith-sa/D-YAML/wiki/Getting-Started>`_
|
||||
tutorial.
|
||||
|
||||
D:YAML is still a work in progress. Its API is still not stable and there might
|
||||
be compatibility breaking changes. For instance, currently some D:YAML API
|
||||
functions depend on the ``std.stream`` module in Phobos. This module is expected
|
||||
|
@ -71,8 +72,11 @@ Directory Contents
|
|||
Installing and tutorial
|
||||
-----------------------
|
||||
|
||||
See the Getting Started tutorial and other tutorials that can be found in the
|
||||
``doc/html/tutorials/`` directory in the package.
|
||||
See the
|
||||
`Getting Started <https://github.com/kiith-sa/D-YAML/wiki/Getting-Started>`_
|
||||
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.
|
||||
|
||||
|
||||
-------
|
||||
|
|
Loading…
Reference in a new issue