aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2023-05-25Merge branch 'fietsctl-commands'Daniel Schadt
2023-05-16add fietsctl track delDaniel Schadt
2023-05-13add docs for fix elevation jump transformerDaniel Schadt
2023-05-13add a manpage for fietsctlDaniel Schadt
It's a start, now it's there and can be improved!
2023-05-10update fietsctl invocation in the docsDaniel Schadt
2023-04-26allow number of hittekaart threads to be limitedDaniel Schadt
2023-04-23Merge branch 'remove-breaks'Daniel Schadt
2023-04-21docs: add remove breaks documentationDaniel Schadt
2023-04-20update installation docsDaniel Schadt
2023-04-13Merge branch 'profiles'Daniel Schadt
2023-04-03doc: document hittekaart configuration optionsDaniel Schadt
2023-03-30allow log level to be easily set in containerDaniel Schadt
2023-03-28remove -c from docker documentationDaniel 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-25add documentation about DockerDaniel 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
2023-03-07add some documentation about transformersDaniel Schadt
2023-01-19implement maintenance modeDaniel Schadt
2023-01-04Add fietscron script for maintenanceDaniel Schadt
2022-12-29generate & build API docs for the Python packageDaniel 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-19use fietsupdate in documentation about backupsDaniel Schadt
This should be preferred over dealing with raw alembic now.
2022-12-13add support for stamen mapsDaniel Schadt
2022-12-06add language packs to configuration docsDaniel 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-12-05small documentation fixesDaniel Schadt
2022-11-28Allow overwriting of the home pageDaniel Schadt
2022-11-21small documentation fixesDaniel Schadt
2022-11-19add docs for more tile proxy informationDaniel Schadt
2022-11-17doc: add intersphinx links for jinja2/markupsafeDaniel Schadt
2022-10-20adjust docs for new updater scriptDaniel Schadt
2022-08-17add documentation about custom pagesDaniel Schadt
2022-07-27allow embedding a Thunderforest API keyDaniel Schadt
2022-07-25include changelog in docsDaniel Schadt
2022-07-18update documentation with new data dirDaniel Schadt
2022-07-09add docs on translation workDaniel Schadt
2022-07-09start writing docs properly, not in the READMEDaniel Schadt