Removed the getting started links that were confusing in GitHub.

This commit is contained in:
Ferdinand Majerech 2011-08-16 20:03:50 +02:00
parent 126db17eb2
commit 0ae5b53720
2 changed files with 11 additions and 11 deletions

View file

@ -324,8 +324,8 @@ 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 <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 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, supporting the full feature set of YAML. To start using it in your project,
you can see the <a class="reference external" href="./doc/html/tutorials/getting_started.html">Getting Started</a> you can see the Getting Started tutorial found in the package in
tutorial.</p> <tt class="docutils literal">/doc/html/tutorials/getting_started.html</tt>.</p>
<p>D:YAML is still a work in progress. Its API is still not stable and there might <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 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 functions depend on the <tt class="docutils literal">std.stream</tt> module in Phobos. This module is expected
@ -352,8 +352,8 @@ tags.</li>
the exception of <tt class="docutils literal">tag:yaml.org,2002:yaml</tt>, which is used to represent YAML the exception of <tt class="docutils literal">tag:yaml.org,2002:yaml</tt>, which is used to represent YAML
code in YAML.</li> code in YAML.</li>
<li>Cannot write YAML at the moment. This will change in the future.</li> <li>Cannot write YAML at the moment. This will change in the future.</li>
<li>There is no support for recursive data structures (supported by some YAML <li>There is no support for recursive data structures.
parsers). There are no plans to implement this at the moment.</li> There are no plans to implement this at the moment.</li>
</ul> </ul>
</div> </div>
<div class="section" id="directory-structure"> <div class="section" id="directory-structure">
@ -392,8 +392,8 @@ parsers). There are no plans to implement this at the moment.</li>
</div> </div>
<div class="section" id="installing-and-tutorial"> <div class="section" id="installing-and-tutorial">
<h1>Installing and tutorial</h1> <h1>Installing and tutorial</h1>
<p>See the <a class="reference external" href="./doc/html/tutorials/getting_started.html">Getting started</a> tutorial <p>See the Getting Started tutorial and other tutorials that can be found in the
and other tutorials that can be found in the <tt class="docutils literal">doc/html/tutorials/</tt> directory.</p> <tt class="docutils literal">doc/html/tutorials/</tt> directory in the package.</p>
</div> </div>
<div class="section" id="license"> <div class="section" id="license">
<h1>License</h1> <h1>License</h1>
@ -443,7 +443,7 @@ library for the <a class="reference external" href="http://www.d-programming-lan
</div> </div>
<div class="footer"> <div class="footer">
<hr class="footer" /> <hr class="footer" />
Generated on: 2011-08-15 00:44 UTC. Generated on: 2011-08-16 18:00 UTC.
</div> </div>
</body> </body>

View file

@ -16,8 +16,8 @@ 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 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 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, supporting the full feature set of YAML. To start using it in your project,
you can see the `Getting Started <./doc/html/tutorials/getting_started.html>`_ you can see the Getting Started tutorial found in the package in
tutorial. ``/doc/html/tutorials/getting_started.html``.
D:YAML is still a work in progress. Its API is still not stable and there might 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 be compatibility breaking changes. For instance, currently some D:YAML API
@ -71,8 +71,8 @@ Directory Contents
Installing and tutorial Installing and tutorial
----------------------- -----------------------
See the `Getting started <./doc/html/tutorials/getting_started.html>`_ tutorial See the Getting Started tutorial and other tutorials that can be found in the
and other tutorials that can be found in the ``doc/html/tutorials/`` directory. ``doc/html/tutorials/`` directory in the package.
------- -------