From de3f2fad9afd14f3b7300c9ee9ac35602acc8b48 Mon Sep 17 00:00:00 2001 From: Mathieu Barbin Date: Wed, 17 Jan 2024 18:19:20 +0100 Subject: [PATCH] update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fcecce4..5286f86 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,13 @@ With this opinionated library you can build normalized auto-format commands for custom languages, that can be integrated with editors as well as `dune fmt`. + +## Code documentation + +The code documentation of the latest release is built with `odoc` and published +to `GitHub` pages [here](https://mbarbin.github.io/auto-format). + +## Examples & tests + +As of yet, there are no examples or tests in this repository. However, this +library is extensively used and tested in the [bopkit](https://github.com/mbarbin/bopkit) project.