mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 22:47:16 +02:00
Updated HTML docs
This commit is contained in:
parent
58f5ece91b
commit
1bbc93507a
1000 changed files with 39106 additions and 33861 deletions
|
|
@ -4,7 +4,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||
|
||||
<title>Python 3 — Evennia 0.9.5 documentation</title>
|
||||
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
|
|
@ -36,7 +37,7 @@
|
|||
<div class="bodywrapper">
|
||||
<div class="body" role="main">
|
||||
|
||||
<div class="section" id="python-3">
|
||||
<section id="python-3">
|
||||
<h1>Python 3<a class="headerlink" href="#python-3" title="Permalink to this headline">¶</a></h1>
|
||||
<blockquote>
|
||||
<div><p><em>Note: Evennia only supports Python 2.7+ at this time. This page gathers various development
|
||||
|
|
@ -52,8 +53,8 @@ the Evennia source code, please add anything that’s missing.</p>
|
|||
<p>Part of this process is expected to be writing more tests for Evennia. One encouraging recent port
|
||||
to Python 3 in Twisted is its Trial test framework, which may need to be used by Evennia to ensure
|
||||
it still works correctly with Twisted on Python 3.</p>
|
||||
</div>
|
||||
<div class="section" id="strings">
|
||||
</section>
|
||||
<section id="strings">
|
||||
<h1>“Strings”<a class="headerlink" href="#strings" title="Permalink to this headline">¶</a></h1>
|
||||
<p>Broadly (and perhaps over-simplified):</p>
|
||||
<ul class="simple">
|
||||
|
|
@ -64,8 +65,8 @@ literals)</p></li>
|
|||
</ul>
|
||||
<p>I think we should use (roughly speaking) “” for unicode and b”” for bytes everywhere, but I need to
|
||||
look at the impacts of this more closely.</p>
|
||||
</div>
|
||||
<div class="section" id="links">
|
||||
</section>
|
||||
<section id="links">
|
||||
<h1>Links<a class="headerlink" href="#links" title="Permalink to this headline">¶</a></h1>
|
||||
<ul class="simple">
|
||||
<li><p>http://twistedmatrix.com/documents/current/core/howto/python3.html</p></li>
|
||||
|
|
@ -73,8 +74,8 @@ look at the impacts of this more closely.</p>
|
|||
<li><p>[Twisted Python3 bugs](https://twistedmatrix.com/trac/query?status=assigned&status=new&status=reop
|
||||
ened&group=status&milestone=Python-3.x)</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="twisted-module-status">
|
||||
</section>
|
||||
<section id="twisted-module-status">
|
||||
<h1>Twisted module status<a class="headerlink" href="#twisted-module-status" title="Permalink to this headline">¶</a></h1>
|
||||
<p>x = not ported to Python 3
|
||||
/ = ported to Python 3</p>
|
||||
|
|
@ -133,7 +134,7 @@ ened&group=status&milestone=Python-3.x)</p></li>
|
|||
<li><p>~https://twistedmatrix.com/trac/ticket/6564~</p></li>
|
||||
<li><p>“Replace usage of builtin reduce in twisted.words”</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<div class="clearer"></div>
|
||||
|
|
@ -186,7 +187,6 @@ ened&group=status&milestone=Python-3.x)</p></li>
|
|||
<li><a href="Python-3.html">0.9.5 (v0.9.5 branch)</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearer"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue