Skip to content

Commit 3397d57

Browse files
authored
Merge pull request #13 from daavid00/developing
Fixing link to test_main.py
2 parents 4d5dfbf + cfac489 commit 3397d57

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

docs/_sources/examples.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ to generate the animation (using ResInsight) in the :doc:`introduction section <
6767
Generic (under development)
6868
---------------------------
6969

70-
See/run the last lines (34 to 42) in the `test_main.py <https://github.com/cssr-tools/expreccs/blob/main/pyproject.toml>`_
70+
See/run the last lines (34 to 42) in the `test_main.py <https://github.com/cssr-tools/expreccs/blob/main/tests/test_main.py>`_
7171
for an example where **expreccs** is used in two given models (regional and site, in this case they are created using
7272
the **expreccs** package, but in general can be any given geological models), generating a new input deck where
7373
the pressures are projected.

docs/examples.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h2>Example 2<a class="headerlink" href="#example-2" title="Link to this heading
149149
</section>
150150
<section id="generic-under-development">
151151
<h2>Generic (under development)<a class="headerlink" href="#generic-under-development" title="Link to this heading"></a></h2>
152-
<p>See/run the last lines (34 to 42) in the <a class="reference external" href="https://github.com/cssr-tools/expreccs/blob/main/pyproject.toml">test_main.py</a>
152+
<p>See/run the last lines (34 to 42) in the <a class="reference external" href="https://github.com/cssr-tools/expreccs/blob/main/tests/test_main.py">test_main.py</a>
153153
for an example where <strong>expreccs</strong> is used in two given models (regional and site, in this case they are created using
154154
the <strong>expreccs</strong> package, but in general can be any given geological models), generating a new input deck where
155155
the pressures are projected.</p>

docs/text/examples.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ to generate the animation (using ResInsight) in the :doc:`introduction section <
6767
Generic (under development)
6868
---------------------------
6969

70-
See/run the last lines (34 to 42) in the `test_main.py <https://github.com/cssr-tools/expreccs/blob/main/pyproject.toml>`_
70+
See/run the last lines (34 to 42) in the `test_main.py <https://github.com/cssr-tools/expreccs/blob/main/tests/test_main.py>`_
7171
for an example where **expreccs** is used in two given models (regional and site, in this case they are created using
7272
the **expreccs** package, but in general can be any given geological models), generating a new input deck where
7373
the pressures are projected.

pyproject.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "expreccs"
77
description = "A framework to simulate regional and site reservoirs for CO2 storage"
8-
authors = [{ name = "David Landa-Marbán", email = "dmar@norceresearch.no" }]
9-
maintainers = [{ name = "David Landa-Marbán", email = "dmar@norceresearch.no" }]
8+
authors = [{ name = "David Landa-Marbán", email = "dmar@norceresearch.no" },
9+
{ name = "Tor Harald Sandve", email = "tosa@norceresearch.no" }]
10+
maintainers = [{ name = "David Landa-Marbán", email = "dmar@norceresearch.no" },
11+
{ name = "Tor Harald Sandve", email = "tosa@norceresearch.no" }]
1012
version = "2024.04"
1113
readme = {file = "README.md", content-type = "text/markdown"}
1214
license = {text = "GPL-3.0"}

0 commit comments

Comments
 (0)