deploy: 3787893caeb3592438150c123fd0feff7d3b1bb8

This commit is contained in:
pblottiere 2023-07-19 21:38:38 +00:00
parent 4c90d7ff29
commit 54a1567160
5 changed files with 21 additions and 16 deletions

View File

@ -13,14 +13,15 @@ Download
Current Release(s)
------------------------------------------------------------------------------
* **12-09-2022** `pointcloud-1.2.3.tar.gz`_ (`Release Notes`_)
* **26-09-2022** `pointcloud-1.2.4.tar.gz`_ (`Release Notes`_)
.. _`Release Notes`: https://github.com/pgpointcloud/pointcloud/blob/v1.2.3/NEWS
.. _`Release Notes`: https://github.com/pgpointcloud/pointcloud/blob/v1.2.4/NEWS
Past Releases
------------------------------------------------------------------------------
* **12-09-2022** `pointcloud-1.2.3.tar.gz`_
* **10-05-2022** `pointcloud-1.2.2.tar.gz`_
* **01-07-2020** `pointcloud-1.2.1.tar.gz`_
* **22-08-2018** `pointcloud-1.2.0.tar.gz`_
@ -29,6 +30,7 @@ Past Releases
* **30-04-2018** `pointcloud-1.0.1.tar.gz`_
* **23-10-2013** `pointcloud-0.1.0.tar.gz`_
.. _`pointcloud-1.2.4.tar.gz`: https://github.com/pgpointcloud/pointcloud/archive/v1.2.4.tar.gz
.. _`pointcloud-1.2.3.tar.gz`: https://github.com/pgpointcloud/pointcloud/archive/v1.2.3.tar.gz
.. _`pointcloud-1.2.2.tar.gz`: https://github.com/pgpointcloud/pointcloud/archive/v1.2.2.tar.gz
.. _`pointcloud-1.2.1.tar.gz`: https://github.com/pgpointcloud/pointcloud/archive/v1.2.1.tar.gz
@ -47,7 +49,7 @@ Development Source
The source code repository for pgPointcloud is on `GitHub`_. You can retrieve
the development version with ``git``:
.. code-block:: bash
.. code-block:: console
$ git clone https://github.com/pgpointcloud/pointcloud/
@ -60,7 +62,7 @@ Docker Hub
An official Docker image is available on `Docker Hub`_. To retrieve the
development version:
.. code-block:: bash
.. code-block:: console
$ docker pull pgpointcloud/pointcloud
@ -81,9 +83,10 @@ pgPointcloud is directly included in the `PostGIS`_ bundle.
Debian packages are now `available`_ on:
- Debian Unstable
- Ubuntu 20.04
- Ubuntu 22.04
- Debian Testing
- Ubuntu 20.10
- Debian Unstable
- Raspbian Testing
.. _`available`: https://tracker.debian.org/pkg/pgpointcloud

View File

@ -16,10 +16,10 @@ problems and allows a good integration with other geo-spatial data
News
--------------------------------------------------------------------------------
**12-09-2022**
**26-09-2022**
................................................................................
pgPointcloud 1.2.3 has been released.
pgPointcloud 1.2.4 has been released.
Concepts

View File

@ -123,12 +123,13 @@
<section id="current-release-s">
<h2>Current Release(s)<a class="headerlink" href="#current-release-s" title="Permalink to this heading"></a></h2>
<ul class="simple">
<li><p><strong>12-09-2022</strong> <a class="reference external" href="https://github.com/pgpointcloud/pointcloud/archive/v1.2.3.tar.gz">pointcloud-1.2.3.tar.gz</a> (<a class="reference external" href="https://github.com/pgpointcloud/pointcloud/blob/v1.2.3/NEWS">Release Notes</a>)</p></li>
<li><p><strong>26-09-2022</strong> <a class="reference external" href="https://github.com/pgpointcloud/pointcloud/archive/v1.2.4.tar.gz">pointcloud-1.2.4.tar.gz</a> (<a class="reference external" href="https://github.com/pgpointcloud/pointcloud/blob/v1.2.4/NEWS">Release Notes</a>)</p></li>
</ul>
</section>
<section id="past-releases">
<h2>Past Releases<a class="headerlink" href="#past-releases" title="Permalink to this heading"></a></h2>
<ul class="simple">
<li><p><strong>12-09-2022</strong> <a class="reference external" href="https://github.com/pgpointcloud/pointcloud/archive/v1.2.3.tar.gz">pointcloud-1.2.3.tar.gz</a></p></li>
<li><p><strong>10-05-2022</strong> <a class="reference external" href="https://github.com/pgpointcloud/pointcloud/archive/v1.2.2.tar.gz">pointcloud-1.2.2.tar.gz</a></p></li>
<li><p><strong>01-07-2020</strong> <a class="reference external" href="https://github.com/pgpointcloud/pointcloud/archive/v1.2.1.tar.gz">pointcloud-1.2.1.tar.gz</a></p></li>
<li><p><strong>22-08-2018</strong> <a class="reference external" href="https://github.com/pgpointcloud/pointcloud/archive/v1.2.0.tar.gz">pointcloud-1.2.0.tar.gz</a></p></li>
@ -142,7 +143,7 @@
<span id="source"></span><h2>Development Source<a class="headerlink" href="#development-source" title="Permalink to this heading"></a></h2>
<p>The source code repository for pgPointcloud is on <a class="reference external" href="https://github.com/pgpointcloud/pointcloud/">GitHub</a>. You can retrieve
the development version with <code class="docutils literal notranslate"><span class="pre">git</span></code>:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/pgpointcloud/pointcloud/
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/pgpointcloud/pointcloud/
</pre></div>
</div>
</section>
@ -150,7 +151,7 @@ the development version with <code class="docutils literal notranslate"><span cl
<h2>Docker Hub<a class="headerlink" href="#docker-hub" title="Permalink to this heading"></a></h2>
<p>An official Docker image is available on <a class="reference external" href="https://hub.docker.com/r/pgpointcloud/pointcloud">Docker Hub</a>. To retrieve the
development version:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>docker<span class="w"> </span>pull<span class="w"> </span>pgpointcloud/pointcloud
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>docker<span class="w"> </span>pull<span class="w"> </span>pgpointcloud/pointcloud
</pre></div>
</div>
</section>
@ -162,9 +163,10 @@ development version:</p>
<p>Debian packages are now <a class="reference external" href="https://tracker.debian.org/pkg/pgpointcloud">available</a> on:</p>
<blockquote>
<div><ul class="simple">
<li><p>Debian Unstable</p></li>
<li><p>Ubuntu 20.04</p></li>
<li><p>Ubuntu 22.04</p></li>
<li><p>Debian Testing</p></li>
<li><p>Ubuntu 20.10</p></li>
<li><p>Debian Unstable</p></li>
<li><p>Raspbian Testing</p></li>
</ul>
</div></blockquote>

View File

@ -108,8 +108,8 @@ problems and allows a good integration with other geo-spatial data
<section id="news">
<h2>News<a class="headerlink" href="#news" title="Permalink to this heading"></a></h2>
<section id="id1">
<h3><strong>12-09-2022</strong><a class="headerlink" href="#id1" title="Permalink to this heading"></a></h3>
<p>pgPointcloud 1.2.3 has been released.</p>
<h3><strong>26-09-2022</strong><a class="headerlink" href="#id1" title="Permalink to this heading"></a></h3>
<p>pgPointcloud 1.2.4 has been released.</p>
</section>
</section>
<section id="concepts">

File diff suppressed because one or more lines are too long