mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-21 00:44:08 -06:00
566a844fef
Added sphinx documentation for the opm.simulators.BlackOilSimulator Python module. Added GitHub action workflow to deploy sphinx documentation to GitHub Pages.
45 lines
497 B
Plaintext
45 lines
497 B
Plaintext
# Editor autosave files
|
|
*~
|
|
*.swp
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
|
|
# Compiled executables
|
|
a.out
|
|
find_zero
|
|
sim_2p_incomp_adfi
|
|
sim_simple
|
|
test_ad
|
|
test_block
|
|
test_impestpfa_ad
|
|
test_syntax
|
|
test_vec
|
|
|
|
# Build directory in source
|
|
build/
|
|
|
|
# Mac OS X debug info
|
|
*.dSYM
|
|
|
|
# emacs directory setting:
|
|
.dir-locals.el
|
|
|
|
# Python sphinx build
|
|
python/sphinx_docs/docs/_build/
|
|
|
|
# Python cache directories
|
|
**/__pycache__/
|
|
|