Skip to content

Commit

Permalink
Merge pull request #120 from sparcityeu/hotfix/v0.2.3
Browse files Browse the repository at this point in the history
Fixed doc and license links to reflect organization change
  • Loading branch information
AmroAlJundi committed Aug 2, 2022
2 parents 501a719 + 8584056 commit c8996b7
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ It is designed with HPC (High Performance Computing) usage at the forefront. It

The library is still in early stages of development. As a result, the API is not stable and likely to change in the near future.

:rocket: [Installation & Basic Usage](https://su-hpc.github.io/sparsebase/pages/getting_started.html)
:rocket: [Installation & Basic Usage](https://sparcityeu.github.io/sparsebase/pages/getting_started.html)

:computer: [Source Code](https://github.com/SU-HPC/sparsebase)
:computer: [Source Code](https://github.com/sparcityeu/sparsebase)

:books: [Documentation](https://su-hpc.github.io/sparsebase/)
:books: [Documentation](https://sparcityeu.github.io/sparsebase/)

:scroll: [License](https://github.com/SU-HPC/sparsebase/blob/main/LICENSE)
:scroll: [License](https://sparcityeu.github.io/sparsebase/pages/license.html)

:heart: [Contribution Guide](https://su-hpc.github.io/sparsebase/pages/contributing/index.html)
:heart: [Contribution Guide](https://sparcityeu.github.io/sparsebase/pages/contributing/index.html)
2 changes: 1 addition & 1 deletion src/sparsebase/context/context.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is distributed under MIT license.
* The complete license agreement can be obtained at:
* https://github.com/SU-HPC/sparsebase/blob/main/LICENSE
* https://sparcityeu.github.io/sparsebase/pages/license.html
********************************************************/
#ifndef SPARSEBASE_SPARSEBASE_CONTEXT_CONTEXT_H_
#define SPARSEBASE_SPARSEBASE_CONTEXT_CONTEXT_H_
Expand Down
2 changes: 1 addition & 1 deletion src/sparsebase/context/cuda/context.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is distributed under MIT license.
* The complete license agreement can be obtained at:
* https://github.com/SU-HPC/sparsebase/blob/main/LICENSE
* https://sparcityeu.github.io/sparsebase/pages/license.html
********************************************************/
#ifndef SPARSEBASE_SPARSEBASE_CONTEXT_CUDA_CONTEXT_H_
#define SPARSEBASE_SPARSEBASE_CONTEXT_CUDA_CONTEXT_H_
Expand Down
2 changes: 1 addition & 1 deletion src/sparsebase/feature/feature.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is distributed under MIT license.
* The complete license agreement can be obtained at:
* https://github.com/SU-HPC/sparsebase/blob/main/LICENSE
* https://sparcityeu.github.io/sparsebase/pages/license.html
********************************************************/
#ifndef SPARSEBASE_SPARSEBASE_FEATURE_FEATURE_H_
#define SPARSEBASE_SPARSEBASE_FEATURE_FEATURE_H_
Expand Down
2 changes: 1 addition & 1 deletion src/sparsebase/format/cuda/format.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is distributed under MIT license.
* The complete license agreement can be obtained at:
* https://github.com/SU-HPC/sparsebase/blob/main/LICENSE
* https://sparcityeu.github.io/sparsebase/pages/license.html
********************************************************/
#include "sparsebase/context/context.h"
#include "sparsebase/context/cuda/context.cuh"
Expand Down
2 changes: 1 addition & 1 deletion src/sparsebase/format/format.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is distributed under MIT license.
* The complete license agreement can be obtained at:
* https://github.com/SU-HPC/sparsebase/blob/main/LICENSE
* https://sparcityeu.github.io/sparsebase/pages/license.html
********************************************************/
#ifndef SPARSEBASE_SPARSEBASE_FORMAT_FORMAT_H_
#define SPARSEBASE_SPARSEBASE_FORMAT_FORMAT_H_
Expand Down
2 changes: 1 addition & 1 deletion src/sparsebase/object/object.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is distributed under MIT license.
* The complete license agreement can be obtained at:
* https://github.com/SU-HPC/sparsebase/blob/main/LICENSE
* https://sparcityeu.github.io/sparsebase/pages/license.html
********************************************************/
#ifndef SPARSEBASE_SPARSEBASE_OBJECT_OBJECT_H_
#define SPARSEBASE_SPARSEBASE_OBJECT_OBJECT_H_
Expand Down
2 changes: 1 addition & 1 deletion src/sparsebase/preprocess/cuda/preprocess.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is distributed under MIT license.
* The complete license agreement can be obtained at:
* https://github.com/SU-HPC/sparsebase/blob/main/LICENSE
* https://sparcityeu.github.io/sparsebase/pages/license.html
********************************************************/
#ifndef SPARSEBASE_SPARSEBASE_PREPROCESS_CUDA_PREPROCESS_H_
#define SPARSEBASE_SPARSEBASE_PREPROCESS_CUDA_PREPROCESS_H_
Expand Down
2 changes: 1 addition & 1 deletion src/sparsebase/preprocess/preprocess.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is distributed under MIT license.
* The complete license agreement can be obtained at:
* https://github.com/SU-HPC/sparsebase/blob/main/LICENSE
* https://sparcityeu.github.io/sparsebase/pages/license.html
********************************************************/
#ifndef SPARSEBASE_SPARSEBASE_PREPROCESS_PREPROCESS_H_
#define SPARSEBASE_SPARSEBASE_PREPROCESS_PREPROCESS_H_
Expand Down
2 changes: 1 addition & 1 deletion src/sparsebase/sparsebase.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is distributed under MIT license.
* The complete license agreement can be obtained at:
* https://github.com/SU-HPC/sparsebase/blob/main/LICENSE
* https://sparcityeu.github.io/sparsebase/pages/license.html
********************************************************/
#ifndef SPARSEBASE_SPARSEBASE_H_
#define SPARSEBASE_SPARSEBASE_H_
Expand Down
2 changes: 1 addition & 1 deletion src/sparsebase/utils/converter/converter.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is distributed under MIT license.
* The complete license agreement can be obtained at:
* https://github.com/SU-HPC/sparsebase/blob/main/LICENSE
* https://sparcityeu.github.io/sparsebase/pages/license.html
********************************************************/
#ifndef SPARSEBASE_SPARSEBASE_UTILS_CONVERTER_CONVERTER_H_
#define SPARSEBASE_SPARSEBASE_UTILS_CONVERTER_CONVERTER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/sparsebase/utils/converter/cuda/converter.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is distributed under MIT license.
* The complete license agreement can be obtained at:
* https://github.com/SU-HPC/sparsebase/blob/main/LICENSE
* https://sparcityeu.github.io/sparsebase/pages/license.html
********************************************************/
#include "sparsebase/format/cuda/format.cuh"
#include "sparsebase/format/format.h"
Expand Down
2 changes: 1 addition & 1 deletion src/sparsebase/utils/exception.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is distributed under MIT license.
* The complete license agreement can be obtained at:
* https://github.com/SU-HPC/sparsebase/blob/main/LICENSE
* https://sparcityeu.github.io/sparsebase/pages/license.html
********************************************************/
#ifndef SPARSEBASE_SPARSEBASE_UTILS_EXCEPTION_H_
#define SPARSEBASE_SPARSEBASE_UTILS_EXCEPTION_H_
Expand Down
2 changes: 1 addition & 1 deletion src/sparsebase/utils/io/reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is distributed under MIT license.
* The complete license agreement can be obtained at:
* https://github.com/SU-HPC/sparsebase/blob/main/LICENSE
* https://sparcityeu.github.io/sparsebase/pages/license.html
********************************************************/
#ifndef SPARSEBASE_SPARSEBASE_UTILS_IO_READER_H_
#define SPARSEBASE_SPARSEBASE_UTILS_IO_READER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/sparsebase/utils/io/sparse_file_format.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is distributed under MIT license.
* The complete license agreement can be obtained at:
* https://github.com/SU-HPC/sparsebase/blob/main/LICENSE
* https://sparcityeu.github.io/sparsebase/pages/license.html
********************************************************/
#ifndef SPARSEBASE_SPARSEBASE_UTILS_IO_SPARSE_FILE_FORMAT_H_
#define SPARSEBASE_SPARSEBASE_UTILS_IO_SPARSE_FILE_FORMAT_H_
Expand Down
2 changes: 1 addition & 1 deletion src/sparsebase/utils/io/writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is distributed under MIT license.
* The complete license agreement can be obtained at:
* https://github.com/SU-HPC/sparsebase/blob/main/LICENSE
* https://sparcityeu.github.io/sparsebase/pages/license.html
********************************************************/
#ifndef SPARSEBASE_SPARSEBASE_UTILS_IO_WRITER_H_
#define SPARSEBASE_SPARSEBASE_UTILS_IO_WRITER_H_
Expand Down

0 comments on commit c8996b7

Please sign in to comment.