Skip to content

Commit bd22f13

Browse files
author
MapServer deploybot
committed
update with results of commit MapServer/MapServer-documentation@6fba934
1 parent f4d7b5c commit bd22f13

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

_sources/development/announce/8-6.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Other Related Updates
3939
Migration Guide
4040
---------------
4141

42-
Head to the :ref:`Migration Guide <migration-8-4>` for mapfile examples of the major 8.4.0 changes.
42+
Head to the :ref:`Migration Guide <migration-8-4>` for mapfile examples of the major 8.6.0 changes.
4343

4444
Source Code Download
4545
--------------------
@@ -71,8 +71,8 @@ with binaries for the new release shortly.
7171
Documentation
7272
-------------
7373

74-
The entire 8.4.0 documentation is also available as a `PDF document <https://download.osgeo.org/mapserver/docs/MapServer.pdf>`__ |image|
75-
(1143 pages, with clickable table of contents as well).
74+
The entire 8.6.0 documentation is also available as a `PDF document <https://download.osgeo.org/mapserver/docs/MapServer.pdf>`__ |image|
75+
(1150 pages, with clickable table of contents as well).
7676

7777
.. |image| image:: ../../../_static/pdf.png
7878
:height: 15

development/announce/8-6.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h2>Other Related Updates<a class="headerlink" href="#other-related-updates" tit
162162
</section>
163163
<section id="migration-guide">
164164
<h2>Migration Guide<a class="headerlink" href="#migration-guide" title="Link to this heading"></a></h2>
165-
<p>Head to the <a class="reference internal" href="../../MIGRATION_GUIDE.html#migration-8-4"><span class="std std-ref">Migration Guide</span></a> for mapfile examples of the major 8.4.0 changes.</p>
165+
<p>Head to the <a class="reference internal" href="../../MIGRATION_GUIDE.html#migration-8-4"><span class="std std-ref">Migration Guide</span></a> for mapfile examples of the major 8.6.0 changes.</p>
166166
</section>
167167
<section id="source-code-download">
168168
<h2>Source Code Download<a class="headerlink" href="#source-code-download" title="Link to this heading"></a></h2>
@@ -188,8 +188,8 @@ <h2>Binary Distributions<a class="headerlink" href="#binary-distributions" title
188188
</section>
189189
<section id="documentation">
190190
<h2>Documentation<a class="headerlink" href="#documentation" title="Link to this heading"></a></h2>
191-
<p>The entire 8.4.0 documentation is also available as a <a class="reference external" href="https://download.osgeo.org/mapserver/docs/MapServer.pdf">PDF document</a> <a class="reference external" href="https://download.osgeo.org/mapserver/docs/MapServer.pdf"><img alt="PDF icon" src="../../_images/pdf.png" style="width: 15px; height: 15px;" /></a>
192-
(1143 pages, with clickable table of contents as well).</p>
191+
<p>The entire 8.6.0 documentation is also available as a <a class="reference external" href="https://download.osgeo.org/mapserver/docs/MapServer.pdf">PDF document</a> <a class="reference external" href="https://download.osgeo.org/mapserver/docs/MapServer.pdf"><img alt="PDF icon" src="../../_images/pdf.png" style="width: 15px; height: 15px;" /></a>
192+
(1150 pages, with clickable table of contents as well).</p>
193193
</section>
194194
<section id="thanks">
195195
<h2>Thanks<a class="headerlink" href="#thanks" title="Link to this heading"></a></h2>

mapscript/mapscript-api/stub/mapscript.shapeObj.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h3>Navigation</h3>
128128
<h1>mapscript.shapeObj<a class="headerlink" href="#mapscript-shapeobj" title="Link to this heading"></a></h1>
129129
<dl class="py class">
130130
<dt class="sig sig-object py" id="mapscript.shapeObj">
131-
<em class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">mapscript.</span></span><span class="sig-name descname"><span class="pre">shapeObj</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">type:</span> <span class="pre">int</span> <span class="pre">=</span> <span class="pre">&lt;MagicMock</span> <span class="pre">id='140499738881936'&gt;</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#mapscript.shapeObj" title="Link to this definition"></a></dt>
131+
<em class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">mapscript.</span></span><span class="sig-name descname"><span class="pre">shapeObj</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">type:</span> <span class="pre">int</span> <span class="pre">=</span> <span class="pre">&lt;MagicMock</span> <span class="pre">id='139948534984592'&gt;</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#mapscript.shapeObj" title="Link to this definition"></a></dt>
132132
<dd><p>Each feature of a layer’s data is a <a class="reference internal" href="#mapscript.shapeObj" title="mapscript.shapeObj"><code class="xref py py-class docutils literal notranslate"><span class="pre">shapeObj</span></code></a>. Each part of the shape is
133133
a closed <a class="reference internal" href="mapscript.lineObj.html#mapscript.lineObj" title="mapscript.lineObj"><code class="xref py py-class docutils literal notranslate"><span class="pre">lineObj</span></code></a>.</p>
134134
<p class="rubric">Overview</p>
@@ -186,7 +186,7 @@ <h1>mapscript.shapeObj<a class="headerlink" href="#mapscript-shapeobj" title="Li
186186

187187
<dl class="py method">
188188
<dt class="sig sig-object py" id="mapscript.shapeObj.__init__">
189-
<span class="sig-name descname"><span class="pre">__init__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">type:</span> <span class="pre">int</span> <span class="pre">=</span> <span class="pre">&lt;MagicMock</span> <span class="pre">id='140499738881936'&gt;</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../../_modules/mapscript/mapscript.html#shapeObj.__init__"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mapscript.shapeObj.__init__" title="Link to this definition"></a></dt>
189+
<span class="sig-name descname"><span class="pre">__init__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">type:</span> <span class="pre">int</span> <span class="pre">=</span> <span class="pre">&lt;MagicMock</span> <span class="pre">id='139948534984592'&gt;</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../../_modules/mapscript/mapscript.html#shapeObj.__init__"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mapscript.shapeObj.__init__" title="Link to this definition"></a></dt>
190190
<dd><p>Return a new shapeObj of the specified type. See the type attribute.
191191
No attribute values created by default.
192192
initValues should be explicitly called to create the required number of values.

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)