update documentation
This commit is contained in:
parent
3ead237e5c
commit
cbcd67b3a1
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
#### New Features
|
#### New Features
|
||||||
|
|
||||||
|
* [#83](https://github.com/SamR1/Fittrackee/issues/83) - use configured tile server to generate static maps
|
||||||
* [#81](https://github.com/SamR1/Fittrackee/issues/81) - display remaining characters in textarea
|
* [#81](https://github.com/SamR1/Fittrackee/issues/81) - display remaining characters in textarea
|
||||||
|
|
||||||
### Issues Closed
|
### Issues Closed
|
||||||
@ -13,7 +14,7 @@
|
|||||||
* [#82](https://github.com/SamR1/Fittrackee/issues/82) - a user can not modify his birth day
|
* [#82](https://github.com/SamR1/Fittrackee/issues/82) - a user can not modify his birth day
|
||||||
* [#80](https://github.com/SamR1/Fittrackee/issues/80) - can not save notes with control characters
|
* [#80](https://github.com/SamR1/Fittrackee/issues/80) - can not save notes with control characters
|
||||||
|
|
||||||
In this release 3 issue were closed.
|
In this release 4 issue were closed.
|
||||||
|
|
||||||
## Version 0.4.8 (2021/07/03)
|
## Version 0.4.8 (2021/07/03)
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
#### New Features
|
#### New Features
|
||||||
|
|
||||||
|
* [#83](https://github.com/SamR1/Fittrackee/issues/83) - use configured tile server to generate static maps
|
||||||
* [#81](https://github.com/SamR1/Fittrackee/issues/81) - display remaining characters in textarea
|
* [#81](https://github.com/SamR1/Fittrackee/issues/81) - display remaining characters in textarea
|
||||||
|
|
||||||
### Issues Closed
|
### Issues Closed
|
||||||
@ -13,7 +14,7 @@
|
|||||||
* [#82](https://github.com/SamR1/Fittrackee/issues/82) - a user can not modify his birth day
|
* [#82](https://github.com/SamR1/Fittrackee/issues/82) - a user can not modify his birth day
|
||||||
* [#80](https://github.com/SamR1/Fittrackee/issues/80) - can not save notes with control characters
|
* [#80](https://github.com/SamR1/Fittrackee/issues/80) - can not save notes with control characters
|
||||||
|
|
||||||
In this release 3 issue were closed.
|
In this release 4 issue were closed.
|
||||||
|
|
||||||
## Version 0.4.8 (2021/07/03)
|
## Version 0.4.8 (2021/07/03)
|
||||||
|
|
||||||
|
@ -160,7 +160,8 @@ deployment method.
|
|||||||
|
|
||||||
.. versionadded:: 0.4.0
|
.. versionadded:: 0.4.0
|
||||||
|
|
||||||
Tile server URL (with api key if needed), see `Map tile server <installation.html#map-tile-server>`__.
|
| Tile server URL (with api key if needed), see `Map tile server <installation.html#map-tile-server>`__.
|
||||||
|
| Since **0.4.9**, it's also used to generate static maps.
|
||||||
|
|
||||||
:default: `https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png`
|
:default: `https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png`
|
||||||
|
|
||||||
|
@ -265,6 +265,7 @@
|
|||||||
<section id="new-features">
|
<section id="new-features">
|
||||||
<h3>New Features<a class="headerlink" href="#new-features" title="Permalink to this headline">¶</a></h3>
|
<h3>New Features<a class="headerlink" href="#new-features" title="Permalink to this headline">¶</a></h3>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
|
<li><p><a class="reference external" href="https://github.com/SamR1/Fittrackee/issues/83">#83</a> - use configured tile server to generate static maps</p></li>
|
||||||
<li><p><a class="reference external" href="https://github.com/SamR1/Fittrackee/issues/81">#81</a> - display remaining characters in textarea</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/Fittrackee/issues/81">#81</a> - display remaining characters in textarea</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
@ -276,7 +277,7 @@
|
|||||||
<li><p><a class="reference external" href="https://github.com/SamR1/Fittrackee/issues/82">#82</a> - a user can not modify his birth day</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/Fittrackee/issues/82">#82</a> - a user can not modify his birth day</p></li>
|
||||||
<li><p><a class="reference external" href="https://github.com/SamR1/Fittrackee/issues/80">#80</a> - can not save notes with control characters</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/Fittrackee/issues/80">#80</a> - can not save notes with control characters</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>In this release 3 issue were closed.</p>
|
<p>In this release 4 issue were closed.</p>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
@ -386,7 +386,10 @@ see <a class="reference external" href="https://docs.sqlalchemy.org/en/13/core/p
|
|||||||
<dd><div class="versionadded">
|
<dd><div class="versionadded">
|
||||||
<p><span class="versionmodified added">New in version 0.4.0.</span></p>
|
<p><span class="versionmodified added">New in version 0.4.0.</span></p>
|
||||||
</div>
|
</div>
|
||||||
<p>Tile server URL (with api key if needed), see <a class="reference external" href="installation.html#map-tile-server">Map tile server</a>.</p>
|
<div class="line-block">
|
||||||
|
<div class="line">Tile server URL (with api key if needed), see <a class="reference external" href="installation.html#map-tile-server">Map tile server</a>.</div>
|
||||||
|
<div class="line">Since <strong>0.4.9</strong>, it’s also used to generate static maps.</div>
|
||||||
|
</div>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Default</dt>
|
<dt class="field-odd">Default</dt>
|
||||||
<dd class="field-odd"><p><cite>https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png</cite></p>
|
<dd class="field-odd"><p><cite>https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png</cite></p>
|
||||||
|
File diff suppressed because one or more lines are too long
@ -160,7 +160,8 @@ deployment method.
|
|||||||
|
|
||||||
.. versionadded:: 0.4.0
|
.. versionadded:: 0.4.0
|
||||||
|
|
||||||
Tile server URL (with api key if needed), see `Map tile server <installation.html#map-tile-server>`__.
|
| Tile server URL (with api key if needed), see `Map tile server <installation.html#map-tile-server>`__.
|
||||||
|
| Since **0.4.9**, it's also used to generate static maps.
|
||||||
|
|
||||||
:default: `https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png`
|
:default: `https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user