From 499e8199fd12725e79406a577578c8e35b1bff56 Mon Sep 17 00:00:00 2001 From: Gabriele Bellomia Date: Wed, 26 Jun 2024 17:03:00 +0200 Subject: [PATCH] Restore correct links to the fork address and documentation everywhere This partially reverts commit b5ac685a5f51c83924498a36c3085f55c6cd024c. This is because the commit included also the renaming of module SF_PAULI to SF_SPIN, which we do not intend to discard. --- .github/workflows/MacOS_Scheduled.yml | 2 +- .github/workflows/ManualWorkflow.yml | 2 +- .github/workflows/Ubuntu_Scheduled.yml | 2 +- README.md | 12 ++++++------ docs.config | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/MacOS_Scheduled.yml b/.github/workflows/MacOS_Scheduled.yml index 281c5f3e0..982c3cde3 100644 --- a/.github/workflows/MacOS_Scheduled.yml +++ b/.github/workflows/MacOS_Scheduled.yml @@ -33,7 +33,7 @@ jobs: # Build SciFortran - name: Cloning SciFortran - run: git clone https://github.com/aamaricci/SciFortran.git scifor + run: git clone https://github.com/QcmPlab/SciFortran.git scifor - name: Install SciFortran run: bin/ci_setup_scifor.sh diff --git a/.github/workflows/ManualWorkflow.yml b/.github/workflows/ManualWorkflow.yml index 4c05e5faa..44cf9cb27 100644 --- a/.github/workflows/ManualWorkflow.yml +++ b/.github/workflows/ManualWorkflow.yml @@ -32,7 +32,7 @@ jobs: # Build SciFortran - name: Cloning SciFortran - run: git clone https://github.com/aamaricci/SciFortran.git scifor + run: git clone https://github.com/QcmPlab/SciFortran.git scifor - name: Install SciFortran run: bin/ci_setup_scifor.sh diff --git a/.github/workflows/Ubuntu_Scheduled.yml b/.github/workflows/Ubuntu_Scheduled.yml index a4684d9e1..9b3a1d77a 100644 --- a/.github/workflows/Ubuntu_Scheduled.yml +++ b/.github/workflows/Ubuntu_Scheduled.yml @@ -33,7 +33,7 @@ jobs: # Build SciFortran - name: Cloning SciFortran - run: git clone https://github.com/aamaricci/SciFortran.git scifor + run: git clone https://github.com/QcmPlab/SciFortran.git scifor - name: Install SciFortran run: bin/ci_setup_scifor.sh diff --git a/README.md b/README.md index d21eba78a..280c62704 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # SciFortran -[![Ubuntu](https://img.shields.io/github/actions/workflow/status/QcmPlab/SciFortran/Ubuntu_Scheduled.yml?label=Ubuntu&logo=ubuntu&style=flat-square)](https://github.com/aamaricci/SciFortran/actions/workflows/Scheduled.yml) -[![MacOS](https://img.shields.io/github/actions/workflow/status/QcmPlab/SciFortran/MacOS_Scheduled.yml?label=macOS&logo=apple&style=flat-square)](https://github.com/aamaricci/SciFortran/actions/workflows/Scheduled.yml) -[![api docs](https://img.shields.io/static/v1?label=API&message=documentation&color=734f96&logo=read-the-docs&logoColor=white&style=flat-square)](https://aamaricci.github.io/SciFortran) +[![Ubuntu](https://img.shields.io/github/actions/workflow/status/QcmPlab/SciFortran/Ubuntu_Scheduled.yml?label=Ubuntu&logo=ubuntu&style=flat-square)](https://github.com/QcmPlab/SciFortran/actions/workflows/Scheduled.yml) +[![MacOS](https://img.shields.io/github/actions/workflow/status/QcmPlab/SciFortran/MacOS_Scheduled.yml?label=macOS&logo=apple&style=flat-square)](https://github.com/QcmPlab/SciFortran/actions/workflows/Scheduled.yml) +[![api docs](https://img.shields.io/static/v1?label=API&message=documentation&color=734f96&logo=read-the-docs&logoColor=white&style=flat-square)](https://qcmplab.github.io/SciFortran) This is a unitary collection of fortran modules and procedures for scientific calculations. The library aims to provide a simple and generic environment for any scientific or mathematic computations. The project is largely inspired by *SciPy* for Python and tries to closely follow its guidelines and naming convention. @@ -120,7 +120,7 @@ The repository is configured for source-based, automated, API docs generation vi ``` ford docs.config ``` -at the root directory of the project. Alternatively you can examine the [official docs](https://aamaricci.github.io/SciFortran) for the latest commit on master, as generated by our continuous deployment workflow. +at the root directory of the project. Alternatively you can examine the [official docs](https://qcmplab.github.io/SciFortran) for the latest commit on master, as generated by our continuous deployment workflow. ## KNOWN PROBLEMS @@ -134,13 +134,13 @@ Some have reported issues concerning the wrong setup for the library `pkg-config ### CONTACT -If you encounter bugs or difficulties, please [file an issue](https://github.com/aamaricci/SciFortran/issues/new/choose). For any other communication, please reach out to: +If you encounter bugs or difficulties, please [file an issue](https://github.com/QcmPlab/SciFortran/issues/new/choose). For any other communication, please reach out to: adriano DOT amaricci @ gmail DOT com -- ***LICENSE*** -Copyright (C) Adriano Amaricci, Samuele Giuli, Gabriele Bellomia, Lorenzo Crippa, Giacomo Mazza +Copyright (C) Adriano Amaricci, Lorenzo Crippa, Gabriele Bellomia, Giacomo Mazza, Samuele Giuli, Massimo Capone This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by diff --git a/docs.config b/docs.config index 7bc17737a..e982d78fb 100644 --- a/docs.config +++ b/docs.config @@ -10,13 +10,13 @@ exclude_dir: ./src/arpack fpp_extensions: f90 macro: _MPI _SCALAPACK -project_github: https://github.com/aamaricci/SciFortran +project_github: https://github.com/QcmPlab/SciFortran summary: A library of fortran modules and routines for scientific calculations (*in a way* just like scipy for python) author: QcmP Lab members author_description: author_pic: https://github.com/QcmPlab/LOGO/releases/download/v1.0/QcmPlab-dark.png email: adriano.amaricci@gmail.com -github: https://github.com/aamaricci +github: https://github.com/QcmPlab display: public protected source: true @@ -31,4 +31,4 @@ warn: false ------------- -{!README.md!} +{!README.md!} \ No newline at end of file