From 4830af6c5e1dffcccdd954c4a58fd1ac32dd9453 Mon Sep 17 00:00:00 2001 From: dh00601 <dh00601@surrey.ac.uk> Date: Mon, 20 Jun 2022 21:39:18 +0100 Subject: [PATCH] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 598b9c1c9..e26f34666 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ Make sure that with every change/recompilation you make in `binary_c`, you also ### Documentation Look in the docs/ directory. Within the build/html/ there is the html version of the documentation. The documentation is also hosted on http://personal.ph.surrey.ac.uk/~ri0005/doc/binary_c/binary_c.html but only for the most recent stable release. +This documentation is hosted on gitlab-pages through a gitlab-runner that executes the contents of `.gitlab-ci.yml`. The runner copies the contents of `docs/build/html` to `public/`. + ## Development: If you want to contribute to the code, then it is recommended that you install the packages in `development_requirements.txt`: -- GitLab