From 482cdb9c053fce6d63984c0ba78c9e00385a7f34 Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Mon, 13 Jan 2025 15:29:46 +0100 Subject: [PATCH] Added link to online docs in README.md Hopfully that makes it easier for people to find it. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 62942e4..e77310f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Repository to host the Python documentation for OPM Flow +## Reading the documentation online + +The documentation of the current master can found [here](https://opm.github.io/opm-python-documentation/master/index.html) + ## Building the documentation locally Follow the commands in `.github/workflows/python_sphinx_docs.yml` for your local setup!