1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-11-21 15:44:24 +00:00

Small doc fixes

This commit is contained in:
Steffo 2019-08-13 22:24:33 +02:00
parent de7382cea9
commit 89597079c0
6 changed files with 6 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View file

@ -26,7 +26,7 @@ To open a Terraria world file named ``terra.wld`` located in the current working
import lihzahrd import lihzahrd
world = lihzahrd.World.create_from_file("terra.wld") world = lihzahrd.World.create_from_file("terra.wld")
It should take **up to a few minutes**, depending on the size of the world, and then return a It should take **a few minutes**, depending on the size of the world, and then return a
:py:class:`World` object. :py:class:`World` object.
Accessing the world properties Accessing the world properties

View file

@ -1,3 +1,3 @@
.wy-side-nav-search { .wy-side-nav-search, .wy-nav-top {
background-color:#7FA23E !important; background-color: #7FA23E !important;
} }

View file

@ -179,7 +179,7 @@
<span class="n">world</span> <span class="o">=</span> <span class="n">lihzahrd</span><span class="o">.</span><span class="n">World</span><span class="o">.</span><span class="n">create_from_file</span><span class="p">(</span><span class="s2">&quot;terra.wld&quot;</span><span class="p">)</span> <span class="n">world</span> <span class="o">=</span> <span class="n">lihzahrd</span><span class="o">.</span><span class="n">World</span><span class="o">.</span><span class="n">create_from_file</span><span class="p">(</span><span class="s2">&quot;terra.wld&quot;</span><span class="p">)</span>
</pre></div> </pre></div>
</div> </div>
<p>It should take <strong>up to a few minutes</strong>, depending on the size of the world, and then return a <p>It should take <strong>a few minutes</strong>, depending on the size of the world, and then return a
<a class="reference internal" href="world.html#lihzahrd.World" title="lihzahrd.World"><code class="xref py py-class docutils literal notranslate"><span class="pre">World</span></code></a> object.</p> <a class="reference internal" href="world.html#lihzahrd.World" title="lihzahrd.World"><code class="xref py py-class docutils literal notranslate"><span class="pre">World</span></code></a> object.</p>
</div> </div>
<div class="section" id="accessing-the-world-properties"> <div class="section" id="accessing-the-world-properties">

View file

@ -1,3 +1,3 @@
.wy-side-nav-search { .wy-side-nav-search, .wy-nav-top {
background-color:#7FA23E !important; background-color: #7FA23E !important;
} }