Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-16 | add fietsctl track del | Daniel Schadt | |
2023-05-13 | add a manpage for fietsctl | Daniel Schadt | |
It's a start, now it's there and can be improved! | |||
2023-05-10 | update fietsctl invocation in the docs | Daniel Schadt | |
2023-04-26 | allow number of hittekaart threads to be limited | Daniel Schadt | |
2023-04-23 | Merge branch 'remove-breaks' | Daniel Schadt | |
2023-04-21 | docs: add remove breaks documentation | Daniel Schadt | |
2023-04-20 | update installation docs | Daniel Schadt | |
2023-04-13 | Merge branch 'profiles' | Daniel Schadt | |
2023-04-03 | doc: document hittekaart configuration options | Daniel Schadt | |
2023-03-30 | allow log level to be easily set in container | Daniel Schadt | |
2023-03-28 | remove -c from docker documentation | Daniel Schadt | |
With fietsboek.ini, those commands become very ergonomic to use (as long as the user has the configuration at the default place) | |||
2023-03-25 | add documentation about Docker | Daniel Schadt | |
2023-03-24 | move (most of the) JavaScript code to TypeScript | Daniel Schadt | |
Yay, types! (And a lot of escape hatches) | |||
2023-03-22 | add documentation about SASS and JS | Daniel Schadt | |
2023-03-07 | add some documentation about transformers | Daniel Schadt | |
2023-01-19 | implement maintenance mode | Daniel Schadt | |
2023-01-04 | Add fietscron script for maintenance | Daniel Schadt | |
2022-12-29 | generate & build API docs for the Python package | Daniel Schadt | |
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. | |||
2022-12-19 | use fietsupdate in documentation about backups | Daniel Schadt | |
This should be preferred over dealing with raw alembic now. | |||
2022-12-13 | add support for stamen maps | Daniel Schadt | |
2022-12-06 | add language packs to configuration docs | Daniel Schadt | |
2022-12-06 | replace Makefile targets with justfile | Daniel Schadt | |
We might re-introduce Makefiles, but for different purposes (SASS or TypeScript compilation). | |||
2022-12-06 | add justfile for language pack processing | Daniel Schadt | |
2022-12-06 | add first documentation about language packs | Daniel Schadt | |
2022-12-05 | small documentation fixes | Daniel Schadt | |
2022-11-28 | Allow overwriting of the home page | Daniel Schadt | |
2022-11-21 | small documentation fixes | Daniel Schadt | |
2022-11-19 | add docs for more tile proxy information | Daniel Schadt | |
2022-11-17 | doc: add intersphinx links for jinja2/markupsafe | Daniel Schadt | |
2022-10-20 | adjust docs for new updater script | Daniel Schadt | |
2022-08-17 | add documentation about custom pages | Daniel Schadt | |
2022-07-27 | allow embedding a Thunderforest API key | Daniel Schadt | |
2022-07-25 | include changelog in docs | Daniel Schadt | |
2022-07-18 | update documentation with new data dir | Daniel Schadt | |
2022-07-09 | add docs on translation work | Daniel Schadt | |
2022-07-09 | start writing docs properly, not in the README | Daniel Schadt | |