diff --git a/.gitignore b/.gitignore index 93753a9..f6127cc 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,4 @@ build .cache/ /src/testing.py /docs/_build -/docs/_static /src/sumo/wrapper/version.py diff --git a/docs/_static/equinor-logo.png b/docs/_static/equinor-logo.png new file mode 100644 index 0000000..993f7d7 Binary files /dev/null and b/docs/_static/equinor-logo.png differ diff --git a/docs/_static/equinor-logo2.jpg b/docs/_static/equinor-logo2.jpg new file mode 100644 index 0000000..fe9e5fa Binary files /dev/null and b/docs/_static/equinor-logo2.jpg differ diff --git a/docs/_static/equinor_logo.jpg b/docs/_static/equinor_logo.jpg new file mode 100644 index 0000000..0ccc08c Binary files /dev/null and b/docs/_static/equinor_logo.jpg differ diff --git a/docs/_static/equinor_logo_only.jpg b/docs/_static/equinor_logo_only.jpg new file mode 100644 index 0000000..0d06604 Binary files /dev/null and b/docs/_static/equinor_logo_only.jpg differ diff --git a/docs/sumo-wrapper-python.rst b/docs/sumo-wrapper-python.rst index ea3c6f6..5986e99 100644 --- a/docs/sumo-wrapper-python.rst +++ b/docs/sumo-wrapper-python.rst @@ -76,7 +76,7 @@ the path string, for example .. code-block:: python -f"/objects('{case_uuid}')/search" + f"/objects('{case_uuid}')/search" The Sumo API documentation is available from the Swagger button in the Sumo frontend, or you can use this link: