diff options
| author | micheles <micheles@micheles-mac> | 2010-05-22 14:29:43 +0200 |
|---|---|---|
| committer | micheles <micheles@micheles-mac> | 2010-05-22 14:29:43 +0200 |
| commit | 5bc8eb142c0deb5dc19e2db045b3e50b5cba2da7 (patch) | |
| tree | c8f95f7c60aec0d39e6d3db1179f829c0543b399 | |
| parent | 8b1d0bb809b716caf835b5df2382988fabf0242d (diff) | |
| download | python-decorator-git-5bc8eb142c0deb5dc19e2db045b3e50b5cba2da7.tar.gz | |
Fixed the index.html
| -rw-r--r-- | index.html | 30 |
1 files changed, 23 insertions, 7 deletions
@@ -5,6 +5,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" /> <title>Decorator module</title> +<meta name="author" content="Michele Simionato" /> <style type="text/css"> /* @@ -306,9 +307,24 @@ ul.auto-toc { <body> <div class="document" id="decorator-module"> <h1 class="title">Decorator module</h1> - -<p>Dependencies:</p> -<p>The decorator module requires Python 2.4.</p> +<table class="docinfo" frame="void" rules="none"> +<col class="docinfo-name" /> +<col class="docinfo-content" /> +<tbody valign="top"> +<tr><th class="docinfo-name">Author:</th> +<td>Michele Simionato</td></tr> +<tr class="field"><th class="docinfo-name">E-mail:</th><td class="field-body"><a class="reference external" href="mailto:michele.simionato@gmail.com">michele.simionato@gmail.com</a></td> +</tr> +<tr class="field"><th class="docinfo-name">Requires:</th><td class="field-body">Python 2.4+</td> +</tr> +<tr class="field"><th class="docinfo-name">Download page:</th><td class="field-body"><a class="reference external" href="http://pypi.python.org/pypi/decorator">http://pypi.python.org/pypi/decorator</a></td> +</tr> +<tr class="field"><th class="docinfo-name">Installation:</th><td class="field-body"><tt class="docutils literal">easy_install decorator</tt></td> +</tr> +<tr class="field"><th class="docinfo-name">License:</th><td class="field-body">BSD license</td> +</tr> +</tbody> +</table> <div class="section" id="installation"> <h1>Installation</h1> <p>If you are lazy, just perform</p> @@ -336,10 +352,10 @@ of the decorator module; in such a case remove the old version.</p> <h1>Documentation</h1> <p>There are various versions of the documentation:</p> <ul class="simple"> -<li><a class="reference external" href="documentation.html">HTML version (Python 2)</a></li> -<li><a class="reference external" href="documentation.pdf">PDF version (Python 2)</a></li> -<li><a class="reference external" href="documentation3.html">HTML version (Python 3)</a></li> -<li><a class="reference external" href="documentation3.pdf">PDF version (Python 3)</a></li> +<li><a class="reference external" href="http://micheles.googlecode.com/hg/decorator/documentation.html">HTML version (Python 2)</a></li> +<li><a class="reference external" href="http://micheles.googlecode.com/hg/decorator/documentation.pdf">PDF version (Python 2)</a></li> +<li><a class="reference external" href="http://micheles.googlecode.com/hg/decorator/documentation3.html">HTML version (Python 3)</a></li> +<li><a class="reference external" href="http://micheles.googlecode.com/hg/decorator/documentation3.pdf">PDF version (Python 3)</a></li> </ul> </div> </div> |
