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:
parent
de7382cea9
commit
89597079c0
6 changed files with 6 additions and 6 deletions
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
.wy-side-nav-search {
|
.wy-side-nav-search, .wy-nav-top {
|
||||||
background-color:#7FA23E !important;
|
background-color: #7FA23E !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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">"terra.wld"</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">"terra.wld"</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">
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
.wy-side-nav-search {
|
.wy-side-nav-search, .wy-nav-top {
|
||||||
background-color:#7FA23E !important;
|
background-color: #7FA23E !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue