Minor documentation fix.

This commit is contained in:
Ferdinand Majerech 2011-08-16 18:45:45 +02:00
parent 8e2572245f
commit 126db17eb2
6 changed files with 19 additions and 19 deletions

Binary file not shown.

View file

@ -2,13 +2,13 @@
Getting started Getting started
=============== ===============
Welcome to D:YAML! D:YAML is a `YAML <http://en.wikipedia.org/wiki/YAML>`_ parser Welcome to D:YAML! D:YAML is a `YAML <http://en.wikipedia.org/wiki/YAML>`_
library for the `D programming language <http://d-p-l.org>`_. This tutorial will parser library for the
explain how to set D:YAML up and use it in your projects. `D programming language <http://d-programming-language.org>`_. This tutorial
will explain how to set D:YAML up and use it in your projects.
This is meant to be the **simplest possible** introduction to D:YAML. Some of the This is meant to be the **simplest possible** introduction to D:YAML. Some of
information present might already be known to you. Only basic usage is covered. this information might already be known to you. Only basic usage is covered.
More advanced usage is described in other tutorials.
---------- ----------

File diff suppressed because one or more lines are too long

View file

@ -47,12 +47,12 @@
<div class="section" id="getting-started"> <div class="section" id="getting-started">
<h1>Getting started<a class="headerlink" href="#getting-started" title="Permalink to this headline"></a></h1> <h1>Getting started<a class="headerlink" href="#getting-started" title="Permalink to this headline"></a></h1>
<p>Welcome to D:YAML! D:YAML is a <a class="reference external" href="http://en.wikipedia.org/wiki/YAML">YAML</a> parser <p>Welcome to D:YAML! D:YAML is a <a class="reference external" href="http://en.wikipedia.org/wiki/YAML">YAML</a>
library for the <a class="reference external" href="http://d-p-l.org">D programming language</a>. This tutorial will parser library for the
explain how to set D:YAML up and use it in your projects.</p> <a class="reference external" href="http://d-programming-language.org">D programming language</a>. This tutorial
<p>This is meant to be the <strong>simplest possible</strong> introduction to D:YAML. Some of the will explain how to set D:YAML up and use it in your projects.</p>
information present might already be known to you. Only basic usage is covered. <p>This is meant to be the <strong>simplest possible</strong> introduction to D:YAML. Some of
More advanced usage is described in other tutorials.</p> this information might already be known to you. Only basic usage is covered.</p>
<div class="section" id="setting-up"> <div class="section" id="setting-up">
<h2>Setting up<a class="headerlink" href="#setting-up" title="Permalink to this headline"></a></h2> <h2>Setting up<a class="headerlink" href="#setting-up" title="Permalink to this headline"></a></h2>
<div class="section" id="install-the-dmd-compiler"> <div class="section" id="install-the-dmd-compiler">

View file

@ -2,13 +2,13 @@
Getting started Getting started
=============== ===============
Welcome to D:YAML! D:YAML is a `YAML <http://en.wikipedia.org/wiki/YAML>`_ parser Welcome to D:YAML! D:YAML is a `YAML <http://en.wikipedia.org/wiki/YAML>`_
library for the `D programming language <http://d-p-l.org>`_. This tutorial will parser library for the
explain how to set D:YAML up and use it in your projects. `D programming language <http://d-programming-language.org>`_. This tutorial
will explain how to set D:YAML up and use it in your projects.
This is meant to be the **simplest possible** introduction to D:YAML. Some of the This is meant to be the **simplest possible** introduction to D:YAML. Some of
information present might already be known to you. Only basic usage is covered. this information might already be known to you. Only basic usage is covered.
More advanced usage is described in other tutorials.
---------- ----------