Minor documentation fix.
This commit is contained in:
parent
8e2572245f
commit
126db17eb2
Binary file not shown.
Binary file not shown.
|
@ -2,13 +2,13 @@
|
|||
Getting started
|
||||
===============
|
||||
|
||||
Welcome to D:YAML! D:YAML is a `YAML <http://en.wikipedia.org/wiki/YAML>`_ parser
|
||||
library for the `D programming language <http://d-p-l.org>`_. This tutorial will
|
||||
explain how to set D:YAML up and use it in your projects.
|
||||
Welcome to D:YAML! D:YAML is a `YAML <http://en.wikipedia.org/wiki/YAML>`_
|
||||
parser library for the
|
||||
`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
|
||||
information present might already be known to you. Only basic usage is covered.
|
||||
More advanced usage is described in other tutorials.
|
||||
This is meant to be the **simplest possible** introduction to D:YAML. Some of
|
||||
this information might already be known to you. Only basic usage is covered.
|
||||
|
||||
|
||||
----------
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -47,12 +47,12 @@
|
|||
|
||||
<div class="section" id="getting-started">
|
||||
<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
|
||||
library for the <a class="reference external" href="http://d-p-l.org">D programming language</a>. This tutorial will
|
||||
explain how to set D:YAML up and use it in your projects.</p>
|
||||
<p>This is meant to be the <strong>simplest possible</strong> introduction to D:YAML. Some of the
|
||||
information present might already be known to you. Only basic usage is covered.
|
||||
More advanced usage is described in other tutorials.</p>
|
||||
<p>Welcome to D:YAML! D:YAML is a <a class="reference external" href="http://en.wikipedia.org/wiki/YAML">YAML</a>
|
||||
parser library for the
|
||||
<a class="reference external" href="http://d-programming-language.org">D programming language</a>. This tutorial
|
||||
will explain how to set D:YAML up and use it in your projects.</p>
|
||||
<p>This is meant to be the <strong>simplest possible</strong> introduction to D:YAML. Some of
|
||||
this information might already be known to you. Only basic usage is covered.</p>
|
||||
<div class="section" id="setting-up">
|
||||
<h2>Setting up<a class="headerlink" href="#setting-up" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="install-the-dmd-compiler">
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
Getting started
|
||||
===============
|
||||
|
||||
Welcome to D:YAML! D:YAML is a `YAML <http://en.wikipedia.org/wiki/YAML>`_ parser
|
||||
library for the `D programming language <http://d-p-l.org>`_. This tutorial will
|
||||
explain how to set D:YAML up and use it in your projects.
|
||||
Welcome to D:YAML! D:YAML is a `YAML <http://en.wikipedia.org/wiki/YAML>`_
|
||||
parser library for the
|
||||
`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
|
||||
information present might already be known to you. Only basic usage is covered.
|
||||
More advanced usage is described in other tutorials.
|
||||
This is meant to be the **simplest possible** introduction to D:YAML. Some of
|
||||
this information might already be known to you. Only basic usage is covered.
|
||||
|
||||
|
||||
----------
|
||||
|
|
Loading…
Reference in a new issue