Skip to content

Commit

Permalink
Restore correct links to the fork address and documentation everywhere
Browse files Browse the repository at this point in the history
This partially reverts commit b5ac685.
This is because the commit included also the renaming of module SF_PAULI
to SF_SPIN, which we do not intend to discard.
  • Loading branch information
beddalumia committed Jun 26, 2024
1 parent cd11c16 commit 499e819
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/MacOS_Scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ManualWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Ubuntu_Scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs.config
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
github: https://github.com/aamaricci
github: https://github.com/QcmPlab
display: public
protected
source: true
Expand All @@ -31,4 +31,4 @@ warn: false

-------------

{!README.md!}
{!README.md!}

0 comments on commit 499e819

Please sign in to comment.