aboutsummaryrefslogtreecommitdiff
path: root/doc/developer
AgeCommit message (Collapse)Author
3 daysupdate hittekaart docsDaniel Schadt
6 daysadd documentation for hittekaart_pyDaniel Schadt
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.
2024-04-07add docs about the updaterDaniel Schadt
2024-02-10update docs about new lang display name featureDaniel Schadt
2023-10-09add some docs about the auth cookie logicDaniel Schadt
2023-03-24move (most of the) JavaScript code to TypeScriptDaniel Schadt
Yay, types! (And a lot of escape hatches)
2023-03-22add documentation about SASS and JSDaniel Schadt
2022-12-06replace Makefile targets with justfileDaniel Schadt
We might re-introduce Makefiles, but for different purposes (SASS or TypeScript compilation).
2022-12-06add justfile for language pack processingDaniel Schadt
2022-12-06add first documentation about language packsDaniel Schadt
2022-07-09add docs on translation workDaniel Schadt