Skip to content

Commit

Permalink
Update outdated documentation mentioning archived EVEREST repository
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSava committed Jan 20, 2025
1 parent a2fd3e1 commit 5ece8ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit 5ece8ad

Please sign in to comment.