Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TODO list in README file #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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