<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fietsboek/tox.ini, branch climbs</title>
<subtitle>A web-based GPX track tracker</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/'/>
<entry>
<title>fix mypy test environment</title>
<updated>2026-05-05T22:00:52+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-05-05T22:00:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=1b9eeb0a90a7d3a1b70e0eb3ec672ada45416d04'/>
<id>1b9eeb0a90a7d3a1b70e0eb3ec672ada45416d04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>install hittekaart extra for mypy</title>
<updated>2025-08-12T19:38:48+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-08-12T19:38:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=9d5d8e8dbb3cc4082ab0ba51bb167a5d15d791d0'/>
<id>9d5d8e8dbb3cc4082ab0ba51bb167a5d15d791d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add documentation for hittekaart_py</title>
<updated>2025-07-29T20:52:03+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-07-29T20:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=48d37cf12a764b0c835574c23e6d429a90afc31f'/>
<id>48d37cf12a764b0c835574c23e6d429a90afc31f</id>
<content type='text'>
This is not 100% fietsboek, but it's closely related, and I don't think
setting up a separate site for hittekaart is worth it. At the moment,
this is a bit WIP, as the module sits in its own branch in the
hittekaart repository, but in the long run I want to use this. It also
is an experiment to see how well PyO3 works, as we potentially want to
migrate other parts of fietsboek to Rust in the future (no specifics
yet, but keeping the option available is nice).

In tox.ini, we disable -f for sphinx-apidoc, so that it doesn't
overwrite the modules.rst file. This means that the directory must be
clean if you re-generate the docs (it is on the CI server).

Also, we un-gitignore the modules.rst and hittekaart_py.rst files, as
special cases. The others are still auto-generated, so all good, but
these two we need.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is not 100% fietsboek, but it's closely related, and I don't think
setting up a separate site for hittekaart is worth it. At the moment,
this is a bit WIP, as the module sits in its own branch in the
hittekaart repository, but in the long run I want to use this. It also
is an experiment to see how well PyO3 works, as we potentially want to
migrate other parts of fietsboek to Rust in the future (no specifics
yet, but keeping the option available is nice).

In tox.ini, we disable -f for sphinx-apidoc, so that it doesn't
overwrite the modules.rst file. This means that the directory must be
clean if you re-generate the docs (it is on the CI server).

Also, we un-gitignore the modules.rst and hittekaart_py.rst files, as
special cases. The others are still auto-generated, so all good, but
these two we need.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix postgres connection URL in tests</title>
<updated>2025-06-08T08:45:29+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-06-08T08:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=0e0b63f08e6c5c52df5d12817f78333cca105154'/>
<id>0e0b63f08e6c5c52df5d12817f78333cca105154</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update rst2man invocation to drop the py suffix</title>
<updated>2024-11-30T18:23:00+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2024-11-30T18:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=ed9a0b1926a472c827c01ad13810f605332f41d4'/>
<id>ed9a0b1926a472c827c01ad13810f605332f41d4</id>
<content type='text'>
https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-21-2024-04-09.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-21-2024-04-09.
</pre>
</div>
</content>
</entry>
<entry>
<title>allow lambda assignments</title>
<updated>2023-09-11T19:20:18+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-09-11T19:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=6b320b11ac2f86e9f63f6f9998db9dbbac56849d'/>
<id>6b320b11ac2f86e9f63f6f9998db9dbbac56849d</id>
<content type='text'>
I think there are legitimate use cases and flat out not allowing any
lambda to be assigned to a variable is very restrictive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think there are legitimate use cases and flat out not allowing any
lambda to be assigned to a variable is very restrictive.
</pre>
</div>
</content>
</entry>
<entry>
<title>add a manpage for fietsctl</title>
<updated>2023-05-13T14:01:56+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-05-13T14:01:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=55f8e9eae38d908e47badaf42c456d47174fb4d9'/>
<id>55f8e9eae38d908e47badaf42c456d47174fb4d9</id>
<content type='text'>
It's a start, now it's there and can be improved!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's a start, now it's there and can be improved!
</pre>
</div>
</content>
</entry>
<entry>
<title>add isort to tox envlist</title>
<updated>2023-01-03T13:04:39+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-01-03T13:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=94f008eb2eb8f8a3ab3a99b6437fe91b6359aaae'/>
<id>94f008eb2eb8f8a3ab3a99b6437fe91b6359aaae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>generate &amp; build API docs for the Python package</title>
<updated>2022-12-29T15:20:18+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-12-29T15:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=28d44ca764955cb042e5d1821ffc23e2b9aba07c'/>
<id>28d44ca764955cb042e5d1821ffc23e2b9aba07c</id>
<content type='text'>
We have so many nice docstrings, but they aren't really rendered
anywhere (expect locally in your IDE), as we did not include the API
docs anywhere.

This change uses sphinx-apidoc to generate autodoc stubs for Sphinx, so
that the docstrings are actually rendered to HTML. This is not perfect
yet (I'm not too happy about the default modules.rst simply listing one
package), but it is good enough for the start and makes it possible to
actually browse the docstrings in a browser.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have so many nice docstrings, but they aren't really rendered
anywhere (expect locally in your IDE), as we did not include the API
docs anywhere.

This change uses sphinx-apidoc to generate autodoc stubs for Sphinx, so
that the docstrings are actually rendered to HTML. This is not perfect
yet (I'm not too happy about the default modules.rst simply listing one
package), but it is good enough for the start and makes it possible to
actually browse the docstrings in a browser.
</pre>
</div>
</content>
</entry>
<entry>
<title>add &amp; run isort</title>
<updated>2022-12-29T14:06:40+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-12-29T14:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=c3e44bf13b63901ccc3366c4ee8c6dc9ff38f3d5'/>
<id>c3e44bf13b63901ccc3366c4ee8c6dc9ff38f3d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
