Delete almost everything of the documentation here, this will be done in a separate repository opm-python-documentation

Keep only the file docstrings.json (renamed to docstrings_simulators.json)
This commit is contained in:
Lisa Julia Nebel
2024-07-10 18:01:16 +02:00
parent fa3392fb7d
commit 42d79ebb97
11 changed files with 26 additions and 917 deletions

View File

@@ -1,7 +1,7 @@
set(PYTHON_OPM_SIMULATORS_PACKAGE_PATH ${PROJECT_BINARY_DIR}/python/opm/simulators)
# Set the path to the input docstrings.json file and the output .hpp file
set(PYTHON_DOCSTRINGS_FILE "${PROJECT_SOURCE_DIR}/python/docstrings.json")
set(PYTHON_DOCSTRINGS_FILE "${PROJECT_SOURCE_DIR}/python/docstrings_simulators.json")
set(PYTHON_DOCSTRINGS_GENERATED_HPP "${PROJECT_BINARY_DIR}/python/PyBlackOilSimulatorDoc.hpp")
# Note: If the new find_package(Python3) is used in the top level CMakeLists.txt, the variable
# ${PYTHON_EXECUTABLE} is set there to ${Python3_EXECUTABLE}