Updated version numbers to 0.4 .
This commit is contained in:
parent
9596806644
commit
3e1b01f097
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
|
<meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
|
||||||
<title>D:YAML 0.3</title>
|
<title>D:YAML 0.4</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -310,8 +310,8 @@ ul.auto-toc {
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="document" id="d-yaml-0-3">
|
<div class="document" id="d-yaml-0-4">
|
||||||
<h1 class="title">D:YAML 0.3</h1>
|
<h1 class="title">D:YAML 0.4</h1>
|
||||||
|
|
||||||
<div class="section" id="introduction">
|
<div class="section" id="introduction">
|
||||||
<h1>Introduction</h1>
|
<h1>Introduction</h1>
|
||||||
|
@ -386,7 +386,7 @@ There are no plans to implement this at the moment.</li>
|
||||||
<td>Example D:YAML code.</td>
|
<td>Example D:YAML code.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td><tt class="docutils literal">./test</tt></td>
|
<tr><td><tt class="docutils literal">./test</tt></td>
|
||||||
<td>Unittest code and inputs.</td>
|
<td>Unittest code and data.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
==========
|
==========
|
||||||
D:YAML 0.3
|
D:YAML 0.4
|
||||||
==========
|
==========
|
||||||
|
|
||||||
------------
|
------------
|
||||||
|
@ -64,7 +64,7 @@ Directory Contents
|
||||||
``./docsrc`` Documentation sources.
|
``./docsrc`` Documentation sources.
|
||||||
``./dyaml`` D:YAML source code.
|
``./dyaml`` D:YAML source code.
|
||||||
``./examples/`` Example D:YAML code.
|
``./examples/`` Example D:YAML code.
|
||||||
``./test`` Unittest code and inputs.
|
``./test`` Unittest code and data.
|
||||||
=============== =======================================================================
|
=============== =======================================================================
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Name of the project. E.g. "AutoDDoc Documentation Generator".
|
# Name of the project. E.g. "AutoDDoc Documentation Generator".
|
||||||
name = D:YAML
|
name = D:YAML
|
||||||
# Project version string. E.g. "0.1 alpha".
|
# Project version string. E.g. "0.1 alpha".
|
||||||
version = 0.3
|
version = 0.4
|
||||||
# Copyright without the "Copyright (c)" part. E.g. "Joe Coder 2001-2042".
|
# Copyright without the "Copyright (c)" part. E.g. "Joe Coder 2001-2042".
|
||||||
copyright = Ferdinand Majerech 2011. Based on <a href="http://www.pyyaml.org">PyYAML</a> by Kirill Simonov.
|
copyright = Ferdinand Majerech 2011. Based on <a href="http://www.pyyaml.org">PyYAML</a> by Kirill Simonov.
|
||||||
# File name of the logo of the project, if any.
|
# File name of the logo of the project, if any.
|
||||||
|
|
|
@ -49,9 +49,9 @@ copyright = (u'2011, Ferdinand Majerech. Based on PyYAML http://www.pyyaml.org '
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.3'
|
version = '0.4'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.3'
|
release = '0.4'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
Loading…
Reference in a new issue