From 0684e4144b3099f5203ebb6646a1eb63792be08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Delaporte-Mathurin?= <40028739+RemDelaporteMathurin@users.noreply.github.com> Date: Wed, 27 Jul 2022 13:19:54 +0200 Subject: [PATCH 1/4] fixed path --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9219ad808..742cd2797 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,4 +8,4 @@ requires = [ build-backend = "setuptools.build_meta" [tool.setuptools_scm] -write_to = "FESTIM/_version.py" +write_to = "festim/_version.py" From 3747cd89dd6f1d01dd5d46112a8b7f3e5f61793a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Delaporte-Mathurin?= <40028739+RemDelaporteMathurin@users.noreply.github.com> Date: Wed, 27 Jul 2022 13:24:46 +0200 Subject: [PATCH 2/4] fixed license --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 597fae23f..57de6f86a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 - License :: OSI Approved :: Apache-2.0 License + License :: OSI Approved :: Apache Software License Operating System :: OS Independent project_urls = Source = https://github.com/RemDelaporteMathurin/FESTIM From b7851b637646c5e750a1607538cc6c0fd40a1c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Delaporte-Mathurin?= <40028739+RemDelaporteMathurin@users.noreply.github.com> Date: Wed, 27 Jul 2022 15:55:37 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 083dfba95..2b9e29a70 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ FESTIM spatially discretises the PDEs using the Finite Element Methods and heavi ## Examples -Examples can be found [here](https://github.com/RemDelaporteMathurin/FESTIM/tree/ready_for_opensource/demos). +Examples can be found [here](https://github.com/RemDelaporteMathurin/FESTIM/tree/main/demos). ## Installation From 83d0b17a39f948e75c7e940415615c3925d4aafa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Delaporte-Mathurin?= <40028739+RemDelaporteMathurin@users.noreply.github.com> Date: Wed, 10 Aug 2022 11:07:36 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b9e29a70..57c090522 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ The following features are included: FESTIM spatially discretises the PDEs using the Finite Element Methods and heavily relies on [FEniCS](https://fenicsproject.org). -## Examples +:point_right: [Examples](https://github.com/RemDelaporteMathurin/FESTIM/tree/main/demos). -Examples can be found [here](https://github.com/RemDelaporteMathurin/FESTIM/tree/main/demos). +:point_right: [Documentation](https://festim.readthedocs.io/en/latest/) ## Installation