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 outdated documentation mentioning archived EVEREST repository #9802

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/everest/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@
# documentation.

html_theme_options = {
"source_repository": "https://github.com/equinor/everest/",
"source_repository": "https://github.com/equinor/ert/",
"source_branch": "main",
"source_directory": "docs/source",
"source_directory": "docs/everest",
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
4 changes: 2 additions & 2 deletions docs/everest/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ This guide serves as documentation for the *Everest* decision-making tool.
:hidden:
:caption: About

Code in GitHub <https://github.com/equinor/everest>
Issue tracker <https://github.com/equinor/everest/issues>
Code in GitHub <https://github.com/equinor/ert>
Issue tracker <https://github.com/equinor/ert/issues>

.. Indices and tables
==================
Expand Down
4 changes: 2 additions & 2 deletions docs/everest/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Using pip (Recommended for General Users)

.. code-block:: bash
$ pip install git+https://github.com/equinor/everest.git
$ pip install git+https://github.com/equinor/ert.git
Installing the Development Version
---------------------------------------------------
If you want to build and install the latest development version, follow the instructions on the `Everest Github page <https://github.com/equinor/everest>`_.
If you want to build and install the latest development version, follow the instructions on the `Ert Github page <https://github.com/equinor/ert>`_.


For Equinor Employees (Using Komodo Release)
Expand Down
Loading