From 13e14c2a6140c023a5ea2ace1f1cfd6567e4146e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20H=C3=A6gland?= Date: Wed, 19 Jun 2024 09:38:24 +0200 Subject: [PATCH] Update TODO list in README file --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb479a7..21c1e80 100644 --- a/README.md +++ b/README.md @@ -79,13 +79,19 @@ build_opm_simulators build_opm_python ``` + ## Current state -- Unit tests are working +- Sphinx build of documentation and publishing documentation to GitHub pages is mostly working, + see [PR #7](https://github.com/OPM/opm-python/pull/7) +- Publishing an opm package to PyPI is being researched, see [PR #6](https://github.com/OPM/opm-python/pull/6) and [PR #8](https://github.com/OPM/opm-python/pull/8) ## TODO -- Implement cmake "make install" procedure - Implement GitHub actions to build sphinx docs - Implement GitHub actions to run unit tests - Implement workflow to publish "opm" as PyPI package +- Activate Jenkins build trigger from GitHub comments +- Clean up/remove Python stuff from opm-common +- Clean up/remove Python stuff from opm-simulators +