Age | Commit message (Collapse) | Author | |
---|---|---|---|
3 days | update hittekaart docs | Daniel Schadt | |
6 days | add documentation for hittekaart_py | Daniel 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-07 | add docs about the updater | Daniel Schadt | |
2024-02-10 | update docs about new lang display name feature | Daniel Schadt | |
2023-10-09 | add some docs about the auth cookie logic | 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 | |
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-07-09 | add docs on translation work | Daniel Schadt | |